Uses of Class
com.google.cloud.dialogflow.cx.v3.OutputAudioConfig
-
Packages that use OutputAudioConfig Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of OutputAudioConfig in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return OutputAudioConfig Modifier and Type Method Description OutputAudioConfig
OutputAudioConfig.Builder. build()
OutputAudioConfig
OutputAudioConfig.Builder. buildPartial()
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
FulfillIntentRequest.Builder. getOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.OutputAudioConfig
FulfillIntentRequest. getOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.OutputAudioConfig
FulfillIntentRequestOrBuilder. getOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.OutputAudioConfig
FulfillIntentResponse.Builder. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
FulfillIntentResponse. getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.OutputAudioConfig
FulfillIntentResponseOrBuilder. 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.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.cx.v3 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.cx.v3 with parameters of type OutputAudioConfig Modifier and Type Method Description 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.FulfillIntentRequest.Builder
FulfillIntentRequest.Builder. mergeOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate output audio.FulfillIntentResponse.Builder
FulfillIntentResponse.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.static OutputAudioConfig.Builder
OutputAudioConfig. newBuilder(OutputAudioConfig prototype)
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.FulfillIntentRequest.Builder
FulfillIntentRequest.Builder. setOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate output audio.FulfillIntentResponse.Builder
FulfillIntentResponse.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.
-