say
Queue text to be spoken by the agent. Internally, this appends a prompt section
to the underlying SignalWire AgentBase so the AI speaks the provided text.
Calls to say() made before start({ agent }) are buffered on an internal
queue and replayed in order when the session starts (matches the Python SDK’s
always-queue semantics). You do not need to await start before queuing
greetings.
Signature
Parameters
text
The text for the agent to speak.
Returns
void