Class: Aws::Pinpoint::Types::MultiConditionalSplitActivity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the settings for a multivariate split activity in a journey. This type of activity sends participants down one of as many as five paths (including a default Else path) in a journey, based on conditions that you specify.

To create multivariate split activities that send participants down different paths based on push notification events (such as Open or Received events), your mobile app has to specify the User ID and Endpoint ID values. For more information, see Integrating Amazon Pinpoint with your application in the Amazon Pinpoint Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchesArray<Types::MultiConditionalBranch>

The paths for the activity, including the conditions for entering each path and the activity to perform for each path.

Returns:



9666
9667
9668
9669
9670
9671
9672
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9666

class MultiConditionalSplitActivity < Struct.new(
  :branches,
  :default_activity,
  :evaluation_wait_time)
  SENSITIVE = []
  include Aws::Structure
end

#default_activityString

The unique identifier for the activity to perform for participants who don't meet any of the conditions specified for other paths in the activity.

Returns:

  • (String)


9666
9667
9668
9669
9670
9671
9672
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9666

class MultiConditionalSplitActivity < Struct.new(
  :branches,
  :default_activity,
  :evaluation_wait_time)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_wait_timeTypes::WaitTime

The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.

Returns:



9666
9667
9668
9669
9670
9671
9672
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9666

class MultiConditionalSplitActivity < Struct.new(
  :branches,
  :default_activity,
  :evaluation_wait_time)
  SENSITIVE = []
  include Aws::Structure
end