Make the AI agent speak specific text directly
speak
method allows you to make the AI agent speak specific text directly, without any processing. It’s basically Text-to-Speech.
speak
method on the conversation object:
Method | Purpose | Behavior |
---|---|---|
sendText() | Send user message | AI processes the message and generates a response |
speak() | Direct speech output | AI speaks the exact text provided without processing |