sendTtsTokensobjectRequired
Send text tokens to be synthesized by the TTS engine. Each sendTtsTokens operation will receive a corresponding receiveTtsTokensResult response.
sendTtsFlushobjectRequired
Instruct the TTS engine to flush the current buffer and complete synthesis. This operation does not receive a direct response.
sendTtsClearobjectRequired
Instruct the TTS engine to clear the current buffer and cancel synthesis. This operation does not receive a direct response.
receiveTtsStreamingEventobjectRequired
Receive streaming events from the TTS engine
receiveTtsTokensResultobjectRequired
Receive result of a TTS tokens request. This is always sent in response to a sendTtsTokens operation.