I want to send 2 separate text responses from my intent.
The user says
"what's your name?"
The bot responds
"David"
"But my friends call me Dave"
In the api.ai docs it tells me to add multiple Text Responses to split up my response, and to add multiple phrases to a single Text Response to get a random answer.
When using the test console all works as expected.
But when I try this with Slack or Web Integrations I just get one phrase from one Text Response.
Is this a problem with Slack and Web, or am I doing something wrong? There is no webhook servers connected.