DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clear() |
|
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 selected results of the conversational query or event processing.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearResponseId() |
The unique identifier of the response.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearWebhookStatus() |
Specifies the status of the webhook request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clone() |
|
DetectIntentResponse.Builder |
AutomatedAgentReply.Builder.getDetectIntentResponseBuilder() |
Response of the Dialogflow
[Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
call.
|
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 selected results of the conversational query or event processing.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeWebhookStatus(com.google.rpc.Status value) |
Specifies the status of the webhook request.
|
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.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 selected results of the conversational query or event processing.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setQueryResult(QueryResult.Builder builderForValue) |
The selected results of the conversational query or event processing.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setResponseId(String value) |
The unique identifier of the response.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setResponseIdBytes(com.google.protobuf.ByteString value) |
The unique identifier of the response.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setWebhookStatus(com.google.rpc.Status value) |
Specifies the status of the webhook request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setWebhookStatus(com.google.rpc.Status.Builder builderForValue) |
Specifies the status of the webhook request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.toBuilder() |
|