Uses of Class
com.google.cloud.dialogflow.v2.OutputAudio
-
Packages that use OutputAudio Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of OutputAudio in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return OutputAudio Modifier and Type Method Description OutputAudioOutputAudio.Builder. build()OutputAudioOutputAudio.Builder. buildPartial()static OutputAudioOutputAudio. getDefaultInstance()OutputAudioOutputAudio.Builder. getDefaultInstanceForType()OutputAudioOutputAudio. getDefaultInstanceForType()OutputAudioAnalyzeContentResponse.Builder. getReplyAudio()The audio data bytes encoded as specified in the request.OutputAudioAnalyzeContentResponse. getReplyAudio()The audio data bytes encoded as specified in the request.OutputAudioAnalyzeContentResponseOrBuilder. getReplyAudio()The audio data bytes encoded as specified in the request.OutputAudioStreamingAnalyzeContentResponse.Builder. getReplyAudio()The audio data bytes encoded as specified in the request.OutputAudioStreamingAnalyzeContentResponse. getReplyAudio()The audio data bytes encoded as specified in the request.OutputAudioStreamingAnalyzeContentResponseOrBuilder. getReplyAudio()The audio data bytes encoded as specified in the request.static OutputAudioOutputAudio. parseDelimitedFrom(InputStream input)static OutputAudioOutputAudio. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioOutputAudio. parseFrom(byte[] data)static OutputAudioOutputAudio. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioOutputAudio. parseFrom(com.google.protobuf.ByteString data)static OutputAudioOutputAudio. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioOutputAudio. parseFrom(com.google.protobuf.CodedInputStream input)static OutputAudioOutputAudio. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioOutputAudio. parseFrom(InputStream input)static OutputAudioOutputAudio. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioOutputAudio. parseFrom(ByteBuffer data)static OutputAudioOutputAudio. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type OutputAudio Modifier and Type Method Description com.google.protobuf.Parser<OutputAudio>OutputAudio. getParserForType()static com.google.protobuf.Parser<OutputAudio>OutputAudio. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type OutputAudio Modifier and Type Method Description OutputAudio.BuilderOutputAudio.Builder. mergeFrom(OutputAudio other)AnalyzeContentResponse.BuilderAnalyzeContentResponse.Builder. mergeReplyAudio(OutputAudio value)The audio data bytes encoded as specified in the request.StreamingAnalyzeContentResponse.BuilderStreamingAnalyzeContentResponse.Builder. mergeReplyAudio(OutputAudio value)The audio data bytes encoded as specified in the request.static OutputAudio.BuilderOutputAudio. newBuilder(OutputAudio prototype)AnalyzeContentResponse.BuilderAnalyzeContentResponse.Builder. setReplyAudio(OutputAudio value)The audio data bytes encoded as specified in the request.StreamingAnalyzeContentResponse.BuilderStreamingAnalyzeContentResponse.Builder. setReplyAudio(OutputAudio value)The audio data bytes encoded as specified in the request.
-