Say Node
Last updated
Was this helpful?
The say node sends a message to the user and then continues to the next node. On a voice channel the Persona configuration of the Flow is used to create a Text-to-speech (TTS) message.

Message
The message to send to the user. Allows variable substitution by placing a variable name between curly brackets e.g. {currentTime}.
This message can contain placeholders that are substituted by variables from the flow at runtime. The placeholders are defined by a variable name within curly brackets.
variable customerName = Ripley
Say message contains Welcome back, {customerName}!
At runtime the flow displays Welcome back, Ripley!.
Learn how the say node works in the simple flow tutorial.
Last updated
Was this helpful?
Was this helpful?