FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clear() |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clearOutputAudio() |
The audio data bytes encoded as specified in the request.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clearOutputAudioConfig() |
The config used by the speech synthesizer to generate the output audio.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clearQueryResult() |
The result of the conversational query.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clearResponseId() |
Output only.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.clone() |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeFrom(FulfillIntentResponse other) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeOutputAudioConfig(OutputAudioConfig value) |
The config used by the speech synthesizer to generate the output audio.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeQueryResult(QueryResult value) |
The result of the conversational query.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static FulfillIntentResponse.Builder |
FulfillIntentResponse.newBuilder() |
|
static FulfillIntentResponse.Builder |
FulfillIntentResponse.newBuilder(FulfillIntentResponse prototype) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.newBuilderForType() |
|
protected FulfillIntentResponse.Builder |
FulfillIntentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setOutputAudio(com.google.protobuf.ByteString value) |
The audio data bytes encoded as specified in the request.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig value) |
The config used by the speech synthesizer to generate the output audio.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue) |
The config used by the speech synthesizer to generate the output audio.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setQueryResult(QueryResult value) |
The result of the conversational query.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setQueryResult(QueryResult.Builder builderForValue) |
The result of the conversational query.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setResponseId(String value) |
Output only.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setResponseIdBytes(com.google.protobuf.ByteString value) |
Output only.
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
FulfillIntentResponse.Builder |
FulfillIntentResponse.toBuilder() |
|