Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
OutputAudio.Builder |
OutputAudio.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
OutputAudio.Builder |
OutputAudio.Builder.clear() |
OutputAudio.Builder |
OutputAudio.Builder.clearAudio()
The natural language speech audio.
|
OutputAudio.Builder |
OutputAudio.Builder.clearConfig()
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudio.Builder |
OutputAudio.Builder.clearField(Descriptors.FieldDescriptor field) |
OutputAudio.Builder |
OutputAudio.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
OutputAudio.Builder |
OutputAudio.Builder.clone() |
OutputAudio.Builder |
AnalyzeContentResponse.Builder.getReplyAudioBuilder()
The audio data bytes encoded as specified in the request.
|
OutputAudio.Builder |
OutputAudio.Builder.mergeConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudio.Builder |
OutputAudio.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
OutputAudio.Builder |
OutputAudio.Builder.mergeFrom(Message other) |
OutputAudio.Builder |
OutputAudio.Builder.mergeFrom(OutputAudio other) |
OutputAudio.Builder |
OutputAudio.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static OutputAudio.Builder |
OutputAudio.newBuilder() |
static OutputAudio.Builder |
OutputAudio.newBuilder(OutputAudio prototype) |
OutputAudio.Builder |
OutputAudio.newBuilderForType() |
protected OutputAudio.Builder |
OutputAudio.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
OutputAudio.Builder |
OutputAudio.Builder.setAudio(ByteString value)
The natural language speech audio.
|
OutputAudio.Builder |
OutputAudio.Builder.setConfig(OutputAudioConfig.Builder builderForValue)
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudio.Builder |
OutputAudio.Builder.setConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudio.Builder |
OutputAudio.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
OutputAudio.Builder |
OutputAudio.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
OutputAudio.Builder |
OutputAudio.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
OutputAudio.Builder |
OutputAudio.toBuilder() |
Modifier and Type | Method and Description |
---|---|
AnalyzeContentResponse.Builder |
AnalyzeContentResponse.Builder.setReplyAudio(OutputAudio.Builder builderForValue)
The audio data bytes encoded as specified in the request.
|
Copyright © 2022 Google LLC. All rights reserved.