Randomizing message content
Insights and guidelines on the effective implementation of randomization techniques to diversify and enhance the content of digital agent's messages.
Message roulette: Crafting varied responses
Method #1: Randomize the path to the next MSG NODE

Step 1: Set up messages

Step 2: Insert the point of decision


Step 3: Tie the paths back together

You're done!

Method #2: Set the message content with variables

Step 1: Use random_int smart function
random_int smart function
Step 2: Set a new variable

Step 3: Assign variable as input for message

You're done!

Last updated
Was this helpful?

