发送 TTS,就是 发送一条 能让设备立即说的 内容。
参数说明
示例代码:
Swift:
RokidMobileSDK.vui.sendTts(tts: String, to device: RKDevice)
Objc:
[RokidMobileSDK.vui sendTtsWithTts: @"XXX" to: self.device];