tts

The TTS channel handles communications related to text-to-speech operations

HandshakeTry it

WSS
///tts

Send

sendTtsTokensobjectRequired
Send text tokens to be synthesized by the TTS engine. Each sendTtsTokens operation will receive a corresponding receiveTtsTokensResult response.
OR
sendTtsFlushobjectRequired
Instruct the TTS engine to flush the current buffer and complete synthesis. This operation does not receive a direct response.
OR
sendTtsClearobjectRequired
Instruct the TTS engine to clear the current buffer and cancel synthesis. This operation does not receive a direct response.

Receive

receiveTtsStreamingEventobjectRequired
Receive streaming events from the TTS engine
OR
receiveTtsTokensResultobjectRequired
Receive result of a TTS tokens request. This is always sent in response to a sendTtsTokens operation.