I’m using CS and my oobs are interacting with FB Messenger.
Do you know of a way to send multiple messages without getting user input? For instance, when the bot goes into a new conversation, it says ‘Hello’ then waits 2 seconds then says, “What’s up?”
Right now I have:
t: Hello.^gambit(~)
t: What’s up?
The bot responds > Hello. What’s up?
But I want it to look like:
>Hello.
>What’s up?
Thanks!