Separate Chat Bubbles

(Chris Kyriacou) #1

Is there a way of separating sentences into new chat bubbles without creating a new module for each sentence?

For example I’d like this to be a new chat bubble in the same bot statement as my first sentence not just a separate paragraph…

Regards
Chris

(Daniel Beckett) #2

Hi Chris,

Unfortunately we don’t have any tools available which can insert a line-break feature into your messages. Best practice would be to have multiple send message actions so that they are split into their own message bubbles.

You could ‘cheat’ and use the platform’s character limits as a means of splitting the message but it isn’t the most elegant of solutions.It can vary slightly on different platforms but for Facebook messenger you can have a message that’s approximately 320 characters before it splits into a new message. This means that you could insert a bunch of blank spaces into your message to split it into sections.

Thanks,
Dan

(Chris Kyriacou) #3

Ok no problem, separate messages it is :wink: