I’d like my bot to make some statements before asking a question. One of the outputs is also an image (animated gif). What I’m finding is the the messages frequently arrive out of order, with things like:
“Here’s what I do”
“Hi I’m box XYZ”
“Question”
“Statement meant to come before question”
“Image (meant to arrive before question)”
As a result the multiple choice options often vanish and the conversations looks wrong because of being out of order. Is there any way to make the messages synchronous? I’ve tried adding a delay using the +2s hack but that doesn’t seem to work.