How to ensure that outgoing SMS from the bot are not concatenated?

King-A. J. Olly 1 Reputation point
2021-01-04T17:50:23.437+00:00

Hello!

I'd like to understand more about the Twilio channel within the Bot Framework and if there's a way to change the outgoing message settings so that the messages don't concatenate when sending a message that is longer than 160 characters.

For example, this message:

Hey hey! We're back and we're testing again. I'm sending you a long message to see how concatenating messages works. And if the messages will be sent and recognized as a single message or understood by the bot as several messages and not sent out the same. I think here we may be on to 5 or 6 message segments now. Let's see how it reassembles on your end and if it looks normal like I've just sent you a big blob of text or if I've sent you several messages one after another after another.

...should show up as a single block of text on the receiving end. However, it does not, it shows up as 7 different SMS messages in a sequence.

When I send the same message from Twilio directly, via a REST API request, or from any other tools, it shows up as a blob of text as it should.

There are no settings in the Twilio channel UI that allow for adjusting this option. Typically, it's an option that needs to be set at the sending out of the message. Is there any way to adjust this so that my message appear as one in areas where concatenating is supported?

Please advise. Thanks!

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
826 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.