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 classResponseMessage.PlayAudioSpecifies an audio clip to be played by the client as part of the response.static classResponseMessage.PlayAudio.BuilderSpecifies 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.PlayAudioOrBuilderResponseMessage.Builder. getPlayAudioOrBuilder()Signal that the client should play an audio clip hosted at a client-specific URI.ResponseMessage.PlayAudioOrBuilderResponseMessage. getPlayAudioOrBuilder()Signal that the client should play an audio clip hosted at a client-specific URI.ResponseMessage.PlayAudioOrBuilderResponseMessageOrBuilder. getPlayAudioOrBuilder()Signal that the client should play an audio clip hosted at a client-specific URI.
-