Uses of Class
com.google.cloud.dialogflow.v2.OutputAudioConfig
-
Packages that use OutputAudioConfig Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of OutputAudioConfig in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return OutputAudioConfig Modifier and Type Method Description OutputAudioConfigOutputAudioConfig.Builder. build()OutputAudioConfigOutputAudioConfig.Builder. buildPartial()OutputAudioConfigOutputAudio.Builder. getConfig()Instructs the speech synthesizer how to generate the speech audio.OutputAudioConfigOutputAudio. getConfig()Instructs the speech synthesizer how to generate the speech audio.OutputAudioConfigOutputAudioOrBuilder. getConfig()Instructs the speech synthesizer how to generate the speech audio.static OutputAudioConfigOutputAudioConfig. getDefaultInstance()OutputAudioConfigOutputAudioConfig.Builder. getDefaultInstanceForType()OutputAudioConfigOutputAudioConfig. getDefaultInstanceForType()OutputAudioConfigDetectIntentRequest.Builder. getOutputAudioConfig()Instructs the speech synthesizer how to generate the output audio.OutputAudioConfigDetectIntentRequest. getOutputAudioConfig()Instructs the speech synthesizer how to generate the output audio.OutputAudioConfigDetectIntentRequestOrBuilder. getOutputAudioConfig()Instructs the speech synthesizer how to generate the output audio.OutputAudioConfigDetectIntentResponse.Builder. getOutputAudioConfig()The config used by the speech synthesizer to generate the output audio.OutputAudioConfigDetectIntentResponse. getOutputAudioConfig()The config used by the speech synthesizer to generate the output audio.OutputAudioConfigDetectIntentResponseOrBuilder. getOutputAudioConfig()The config used by the speech synthesizer to generate the output audio.OutputAudioConfigStreamingDetectIntentRequest.Builder. getOutputAudioConfig()Instructs the speech synthesizer how to generate the output audio.OutputAudioConfigStreamingDetectIntentRequest. getOutputAudioConfig()Instructs the speech synthesizer how to generate the output audio.OutputAudioConfigStreamingDetectIntentRequestOrBuilder. getOutputAudioConfig()Instructs the speech synthesizer how to generate the output audio.OutputAudioConfigStreamingDetectIntentResponse.Builder. getOutputAudioConfig()The config used by the speech synthesizer to generate the output audio.OutputAudioConfigStreamingDetectIntentResponse. getOutputAudioConfig()The config used by the speech synthesizer to generate the output audio.OutputAudioConfigStreamingDetectIntentResponseOrBuilder. getOutputAudioConfig()The config used by the speech synthesizer to generate the output audio.OutputAudioConfigAnalyzeContentRequest.Builder. getReplyAudioConfig()Speech synthesis configuration.OutputAudioConfigAnalyzeContentRequest. getReplyAudioConfig()Speech synthesis configuration.OutputAudioConfigAnalyzeContentRequestOrBuilder. getReplyAudioConfig()Speech synthesis configuration.OutputAudioConfigStreamingAnalyzeContentRequest.Builder. getReplyAudioConfig()Speech synthesis configuration.OutputAudioConfigStreamingAnalyzeContentRequest. getReplyAudioConfig()Speech synthesis configuration.OutputAudioConfigStreamingAnalyzeContentRequestOrBuilder. getReplyAudioConfig()Speech synthesis configuration.static OutputAudioConfigOutputAudioConfig. parseDelimitedFrom(InputStream input)static OutputAudioConfigOutputAudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioConfigOutputAudioConfig. parseFrom(byte[] data)static OutputAudioConfigOutputAudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioConfigOutputAudioConfig. parseFrom(com.google.protobuf.ByteString data)static OutputAudioConfigOutputAudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioConfigOutputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)static OutputAudioConfigOutputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioConfigOutputAudioConfig. parseFrom(InputStream input)static OutputAudioConfigOutputAudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutputAudioConfigOutputAudioConfig. parseFrom(ByteBuffer data)static OutputAudioConfigOutputAudioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type OutputAudioConfig Modifier and Type Method Description com.google.protobuf.Parser<OutputAudioConfig>OutputAudioConfig. getParserForType()static com.google.protobuf.Parser<OutputAudioConfig>OutputAudioConfig. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type OutputAudioConfig Modifier and Type Method Description OutputAudio.BuilderOutputAudio.Builder. mergeConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate the speech audio.OutputAudioConfig.BuilderOutputAudioConfig.Builder. mergeFrom(OutputAudioConfig other)DetectIntentRequest.BuilderDetectIntentRequest.Builder. mergeOutputAudioConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate the output audio.DetectIntentResponse.BuilderDetectIntentResponse.Builder. mergeOutputAudioConfig(OutputAudioConfig value)The config used by the speech synthesizer to generate the output audio.StreamingDetectIntentRequest.BuilderStreamingDetectIntentRequest.Builder. mergeOutputAudioConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate the output audio.StreamingDetectIntentResponse.BuilderStreamingDetectIntentResponse.Builder. mergeOutputAudioConfig(OutputAudioConfig value)The config used by the speech synthesizer to generate the output audio.AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. mergeReplyAudioConfig(OutputAudioConfig value)Speech synthesis configuration.StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. mergeReplyAudioConfig(OutputAudioConfig value)Speech synthesis configuration.static OutputAudioConfig.BuilderOutputAudioConfig. newBuilder(OutputAudioConfig prototype)OutputAudio.BuilderOutputAudio.Builder. setConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate the speech audio.DetectIntentRequest.BuilderDetectIntentRequest.Builder. setOutputAudioConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate the output audio.DetectIntentResponse.BuilderDetectIntentResponse.Builder. setOutputAudioConfig(OutputAudioConfig value)The config used by the speech synthesizer to generate the output audio.StreamingDetectIntentRequest.BuilderStreamingDetectIntentRequest.Builder. setOutputAudioConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate the output audio.StreamingDetectIntentResponse.BuilderStreamingDetectIntentResponse.Builder. setOutputAudioConfig(OutputAudioConfig value)The config used by the speech synthesizer to generate the output audio.AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. setReplyAudioConfig(OutputAudioConfig value)Speech synthesis configuration.StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. setReplyAudioConfig(OutputAudioConfig value)Speech synthesis configuration.
-