Uses of Interface
com.google.cloud.dialogflow.cx.v3.ResponseMessage.PlayAudioOrBuilder
-
Packages that use ResponseMessage.PlayAudioOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ResponseMessage.PlayAudioOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement ResponseMessage.PlayAudioOrBuilder Modifier and Type Class Description static class
ResponseMessage.PlayAudio
Specifies an audio clip to be played by the client as part of the response.static class
ResponseMessage.PlayAudio.Builder
Specifies an audio clip to be played by the client as part of the response.Methods in com.google.cloud.dialogflow.cx.v3 that return ResponseMessage.PlayAudioOrBuilder Modifier and Type Method Description ResponseMessage.PlayAudioOrBuilder
ResponseMessage.Builder. getPlayAudioOrBuilder()
Signal that the client should play an audio clip hosted at a client-specific URI.ResponseMessage.PlayAudioOrBuilder
ResponseMessage. getPlayAudioOrBuilder()
Signal that the client should play an audio clip hosted at a client-specific URI.ResponseMessage.PlayAudioOrBuilder
ResponseMessageOrBuilder. getPlayAudioOrBuilder()
Signal that the client should play an audio clip hosted at a client-specific URI.
-