Say
The Say action instructs an Assistant on what to speak back to the user. Say
may contain SSML or plain text.
Simple example: Say Hello World!
{ "actions": [ { "say": { "speech": "Hello World!" } } ] }
This Say action would say "Hello World!" and end the dialogue.
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.