Server SDKs
Build AI agents, control calls, send messages, and more
Make the AI agent speak specific text immediately, bypassing the normal LLM response flow. The text is spoken in the agent’s configured voice.
Text for the agent to speak.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .say('Your appointment is confirmed for tomorrow at 3 PM.');