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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”>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*.

</note>

[1]: docs.aws.amazon.com/pinpoint/latest/developerguide/integrate.html

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:



9642
9643
9644
9645
9646
9647
9648
# File 'lib/aws-sdk-pinpoint/types.rb', line 9642

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)


9642
9643
9644
9645
9646
9647
9648
# File 'lib/aws-sdk-pinpoint/types.rb', line 9642

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:



9642
9643
9644
9645
9646
9647
9648
# File 'lib/aws-sdk-pinpoint/types.rb', line 9642

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