Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addAllAlternativeQueryResults(Iterable<? extends QueryResult> values)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addAlternativeQueryResults(int index,
QueryResult.Builder builderForValue)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addAlternativeQueryResults(int index,
QueryResult value)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addAlternativeQueryResults(QueryResult.Builder builderForValue)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addAlternativeQueryResults(QueryResult value)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clear() |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearAlternativeQueryResults()
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearField(Descriptors.FieldDescriptor field) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.clearOneof(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.v2beta1.Sessions.DetectIntent] call.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(DetectIntentResponse other) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(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(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(GeneratedMessageV3.BuilderParent parent) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.removeAlternativeQueryResults(int index)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setAlternativeQueryResults(int index,
QueryResult.Builder builderForValue)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setAlternativeQueryResults(int index,
QueryResult value)
If Knowledge Connectors are enabled, there could be more than one result
returned for a given query or event, and this field will contain all
results except for the top one, which is captured in query_result.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudio(ByteString value)
The audio data bytes encoded as specified in the request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setQueryResult(QueryResult.Builder builderForValue)
The selected results of the conversational query or event processing.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setQueryResult(QueryResult value)
The selected results of the conversational query or event processing.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setRepeatedField(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(ByteString value)
The unique identifier of the response.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setWebhookStatus(com.google.rpc.Status.Builder builderForValue)
Specifies the status of the webhook request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setWebhookStatus(com.google.rpc.Status value)
Specifies the status of the webhook request.
|
DetectIntentResponse.Builder |
DetectIntentResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setDetectIntentResponse(DetectIntentResponse.Builder builderForValue)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
|
Copyright © 2022 Google LLC. All rights reserved.