Interface PlayTtsInput

Parameters for playing TTS into a call.

interface PlayTtsInput {
    providerCallId: string;
    text: string;
    voice?: string;
}

Properties

providerCallId: string

Provider-assigned call ID.

text: string

Text to speak.

voice?: string

TTS voice name/ID.