Speak Node
A Speak Node allows your agent to deliver a message to the user. You can use it in two ways:
- Exact Message: Specify a word-for-word message. This is ideal for legal, compliance, or other precise information that must be delivered as written.
- Prompted Message: Provide a prompt for the LLM (Language Model) to generate a dynamic response. For example, instruct the agent to inform the user that more information will be sent via email.
The Speak Node plays the message once and then automatically moves to the next node in your flow. It does not wait for a user response.