Uses of Class
com.google.cloud.dialogflow.v2beta1.OutputAudioConfig
-
Packages that use OutputAudioConfig Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of OutputAudioConfig in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return OutputAudioConfig Modifier and Type Method Description OutputAudioConfig
OutputAudioConfig.Builder. build()
OutputAudioConfig
OutputAudioConfig.Builder. buildPartial()
OutputAudioConfig
OutputAudio.Builder. getConfig()
Required.OutputAudioConfig
OutputAudio. getConfig()
Required.OutputAudioConfig
OutputAudioOrBuilder. getConfig()
Required.static OutputAudioConfig
OutputAudioConfig. getDefaultInstance()
OutputAudioConfig
OutputAudioConfig.Builder. getDefaultInstanceForType()
OutputAudioConfig
OutputAudioConfig. getDefaultInstanceForType()
OutputAudioConfig
DetectIntentRequest.Builder. getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output audio.OutputAudioConfig
DetectIntentRequest. getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output audio.OutputAudioConfig
DetectIntentRequestOrBuilder. getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output audio.OutputAudioConfig
DetectIntentResponse.Builder. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
DetectIntentResponse. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
DetectIntentResponseOrBuilder. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
StreamingDetectIntentRequest.Builder. getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output audio.OutputAudioConfig
StreamingDetectIntentRequest. getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output audio.OutputAudioConfig
StreamingDetectIntentRequestOrBuilder. getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output audio.OutputAudioConfig
StreamingDetectIntentResponse.Builder. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
StreamingDetectIntentResponse. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
StreamingDetectIntentResponseOrBuilder. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
AnalyzeContentRequest.Builder. getReplyAudioConfig()
Speech synthesis configuration.OutputAudioConfig
AnalyzeContentRequest. getReplyAudioConfig()
Speech synthesis configuration.OutputAudioConfig
AnalyzeContentRequestOrBuilder. getReplyAudioConfig()
Speech synthesis configuration.OutputAudioConfig
StreamingAnalyzeContentRequest.Builder. getReplyAudioConfig()
Speech synthesis configuration.OutputAudioConfig
StreamingAnalyzeContentRequest. getReplyAudioConfig()
Speech synthesis configuration.OutputAudioConfig
StreamingAnalyzeContentRequestOrBuilder. getReplyAudioConfig()
Speech synthesis configuration.static OutputAudioConfig
OutputAudioConfig. parseDelimitedFrom(InputStream input)
static OutputAudioConfig
OutputAudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputAudioConfig
OutputAudioConfig. parseFrom(byte[] data)
static OutputAudioConfig
OutputAudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputAudioConfig
OutputAudioConfig. parseFrom(com.google.protobuf.ByteString data)
static OutputAudioConfig
OutputAudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputAudioConfig
OutputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static OutputAudioConfig
OutputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputAudioConfig
OutputAudioConfig. parseFrom(InputStream input)
static OutputAudioConfig
OutputAudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputAudioConfig
OutputAudioConfig. parseFrom(ByteBuffer data)
static OutputAudioConfig
OutputAudioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type OutputAudioConfig Modifier and Type Method Description OutputAudio.Builder
OutputAudio.Builder. mergeConfig(OutputAudioConfig value)
Required.OutputAudioConfig.Builder
OutputAudioConfig.Builder. mergeFrom(OutputAudioConfig other)
DetectIntentRequest.Builder
DetectIntentRequest.Builder. mergeOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output audio.DetectIntentResponse.Builder
DetectIntentResponse.Builder. mergeOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.StreamingDetectIntentRequest.Builder
StreamingDetectIntentRequest.Builder. mergeOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output audio.StreamingDetectIntentResponse.Builder
StreamingDetectIntentResponse.Builder. mergeOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. mergeReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.StreamingAnalyzeContentRequest.Builder
StreamingAnalyzeContentRequest.Builder. mergeReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.static OutputAudioConfig.Builder
OutputAudioConfig. newBuilder(OutputAudioConfig prototype)
OutputAudio.Builder
OutputAudio.Builder. setConfig(OutputAudioConfig value)
Required.DetectIntentRequest.Builder
DetectIntentRequest.Builder. setOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output audio.DetectIntentResponse.Builder
DetectIntentResponse.Builder. setOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.StreamingDetectIntentRequest.Builder
StreamingDetectIntentRequest.Builder. setOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output audio.StreamingDetectIntentResponse.Builder
StreamingDetectIntentResponse.Builder. setOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. setReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.StreamingAnalyzeContentRequest.Builder
StreamingAnalyzeContentRequest.Builder. setReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.
-