DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clear() |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearAllowCancellation() |
Indicates whether the partial response can be cancelled when a later
response arrives.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearOutputAudio() |
The audio data bytes encoded as specified in the request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearOutputAudioConfig() |
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearQueryResult() |
The result of the conversational query.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearResponseId() |
Output only.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearResponseType() |
Response type.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clone() |
|
DetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.getDetectIntentResponseBuilder() |
The response from detect intent.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(DetectIntentResponse other) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeOutputAudioConfig(OutputAudioConfig value) |
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeQueryResult(QueryResult value) |
The result of the conversational query.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DetectIntentResponse.Builder |
DetectIntentResponse.newBuilder() |
|
static DetectIntentResponse.Builder |
DetectIntentResponse.newBuilder(DetectIntentResponse prototype) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.newBuilderForType() |
|
protected DetectIntentResponse.Builder |
DetectIntentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setAllowCancellation(boolean value) |
Indicates whether the partial response can be cancelled when a later
response arrives.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudio(com.google.protobuf.ByteString value) |
The audio data bytes encoded as specified in the request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig value) |
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue) |
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setQueryResult(QueryResult value) |
The result of the conversational query.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setQueryResult(QueryResult.Builder builderForValue) |
The result of the conversational query.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setResponseId(String value) |
Output only.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setResponseIdBytes(com.google.protobuf.ByteString value) |
Output only.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setResponseType(DetectIntentResponse.ResponseType value) |
Response type.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setResponseTypeValue(int value) |
Response type.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.toBuilder() |
|