how i can set different responses?
hi
hello
Hey!
i mean, i want to my chatbot deliver different messages in each new conversation.
Thanks
how i can set different responses?
hi
hello
Hey!
i mean, i want to my chatbot deliver different messages in each new conversation.
Thanks
Hi Gino,
In order to do this you’ll need to use the number service to create a randomly generated number between 1 and maximum number of responses. You’ll then create a message for each of the messages you want to send which is filtered on the random number = 1, 2, etc. The flow should look something like this: