| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.RandomSplitEntry
Description
Documentation
data RandomSplitEntry Source #
Specifies the settings for a path in a random split activity in a journey.
See: newRandomSplitEntry smart constructor.
Constructors
| RandomSplitEntry' | |
Fields
| |
Instances
newRandomSplitEntry :: RandomSplitEntry Source #
Create a value of RandomSplitEntry with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextActivity:RandomSplitEntry', randomSplitEntry_nextActivity - The unique identifier for the next activity to perform, after completing
the activity for the path.
$sel:percentage:RandomSplitEntry', randomSplitEntry_percentage - The percentage of participants to send down the activity path.
To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.
randomSplitEntry_nextActivity :: Lens' RandomSplitEntry (Maybe Text) Source #
The unique identifier for the next activity to perform, after completing the activity for the path.
randomSplitEntry_percentage :: Lens' RandomSplitEntry (Maybe Int) Source #
The percentage of participants to send down the activity path.
To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.