tts
The TTS channel handles communications related to text-to-speech operations
HandshakeTry it
WSS
///tts
Send
sendTtsTokens
Send text tokens to be synthesized by the TTS engine. Each sendTtsTokens operation will receive a corresponding receiveTtsTokensResult response.
OR
sendTtsFlush
Instruct the TTS engine to flush the current buffer and complete synthesis. This operation does not receive a direct response.
OR
sendTtsClear
Instruct the TTS engine to clear the current buffer and cancel synthesis. This operation does not receive a direct response.
Receive
receiveTtsStreamingEvent
Receive streaming events from the TTS engine
OR
receiveTtsTokensResult
Receive result of a TTS tokens request. This is always sent in response to a sendTtsTokens operation.