requestTTS

abstract fun requestTTS(    text: String,     format: TTSAgentInterface.Format = Format.TEXT,     playServiceId: String?,     listener: TTSAgentInterface.OnPlaybackListener?): String

Return

the dialog request id for the request

Parameters

text

the text which to synthesize to speech

format

the format of text

playServiceId

the playServiceId which request tts, null if not specified.

listener

the playback listener when notified when occur event