Uses of Class
com.vonage.client.voice.TalkResponse
Packages that use TalkResponse
-
Uses of TalkResponse in com.vonage.client.voice
Methods in com.vonage.client.voice that return TalkResponseModifier and TypeMethodDescriptionstatic TalkResponseCreates an instance of this class from a JSON payload.VoiceClient.startTalk(String uuid, TalkPayload properties) Send a synthesized speech message to an ongoing call.Deprecated.Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language) Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language, int style) Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language, int style, int loop) Deprecated.Stop the message being spoken into a call.
VoiceClient.startTalk(String, TalkPayload).