Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clear() |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clearAudioEncoding()
Required.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clearField(Descriptors.FieldDescriptor field) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clearSampleRateHertz()
The synthesis sample rate (in hertz) for this audio.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clearSynthesizeSpeechConfig()
Configuration of how speech should be synthesized.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.clone() |
OutputAudioConfig.Builder |
OutputAudio.Builder.getConfigBuilder()
Required.
|
OutputAudioConfig.Builder |
DetectIntentResponse.Builder.getOutputAudioConfigBuilder()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig.Builder |
DetectIntentRequest.Builder.getOutputAudioConfigBuilder()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig.Builder |
StreamingDetectIntentResponse.Builder.getOutputAudioConfigBuilder()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig.Builder |
StreamingDetectIntentRequest.Builder.getOutputAudioConfigBuilder()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig.Builder |
StreamingAnalyzeContentRequest.Builder.getReplyAudioConfigBuilder()
Speech synthesis configuration.
|
OutputAudioConfig.Builder |
AnalyzeContentRequest.Builder.getReplyAudioConfigBuilder()
Speech synthesis configuration.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.mergeFrom(Message other) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.mergeFrom(OutputAudioConfig other) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.mergeSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
Configuration of how speech should be synthesized.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static OutputAudioConfig.Builder |
OutputAudioConfig.newBuilder() |
static OutputAudioConfig.Builder |
OutputAudioConfig.newBuilder(OutputAudioConfig prototype) |
OutputAudioConfig.Builder |
OutputAudioConfig.newBuilderForType() |
protected OutputAudioConfig.Builder |
OutputAudioConfig.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setAudioEncoding(OutputAudioEncoding value)
Required.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setAudioEncodingValue(int value)
Required.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setSampleRateHertz(int value)
The synthesis sample rate (in hertz) for this audio.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setSynthesizeSpeechConfig(SynthesizeSpeechConfig.Builder builderForValue)
Configuration of how speech should be synthesized.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
Configuration of how speech should be synthesized.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
OutputAudioConfig.Builder |
OutputAudioConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
OutputAudio.Builder |
OutputAudio.Builder.setConfig(OutputAudioConfig.Builder builderForValue)
Required.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentRequest.Builder |
DetectIntentRequest.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)
Instructs the speech synthesizer how to generate the output
audio.
|
StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)
The config used by the speech synthesizer to generate the output audio.
|
StreamingDetectIntentRequest.Builder |
StreamingDetectIntentRequest.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)
Instructs the speech synthesizer how to generate the output
audio.
|
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.setReplyAudioConfig(OutputAudioConfig.Builder builderForValue)
Speech synthesis configuration.
|
AnalyzeContentRequest.Builder |
AnalyzeContentRequest.Builder.setReplyAudioConfig(OutputAudioConfig.Builder builderForValue)
Speech synthesis configuration.
|
Copyright © 2022 Google LLC. All rights reserved.