Uses of Interface
com.google.cloud.dialogflow.v2beta1.ResponseMessage.MixedAudioOrBuilder
-
Packages that use ResponseMessage.MixedAudioOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ResponseMessage.MixedAudioOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement ResponseMessage.MixedAudioOrBuilder Modifier and Type Class Description static class
ResponseMessage.MixedAudio
Represents an audio message that is composed of both segments synthesized from the Dialogflow agent prompts and ones hosted externally at the specified URIs.static class
ResponseMessage.MixedAudio.Builder
Represents an audio message that is composed of both segments synthesized from the Dialogflow agent prompts and ones hosted externally at the specified URIs.Methods in com.google.cloud.dialogflow.v2beta1 that return ResponseMessage.MixedAudioOrBuilder Modifier and Type Method Description ResponseMessage.MixedAudioOrBuilder
ResponseMessage.Builder. getMixedAudioOrBuilder()
An audio response message composed of both the synthesized Dialogflow agent responses and the audios hosted in places known to the client.ResponseMessage.MixedAudioOrBuilder
ResponseMessage. getMixedAudioOrBuilder()
An audio response message composed of both the synthesized Dialogflow agent responses and the audios hosted in places known to the client.ResponseMessage.MixedAudioOrBuilder
ResponseMessageOrBuilder. getMixedAudioOrBuilder()
An audio response message composed of both the synthesized Dialogflow agent responses and the audios hosted in places known to the client.
-