public interface DetectIntentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
getQueryResult()
The results of the conversational query or event processing.
|
QueryResultOrBuilder |
getQueryResultOrBuilder()
The results of the conversational query or event processing.
|
java.lang.String |
getResponseId()
The unique identifier of the response.
|
com.google.protobuf.ByteString |
getResponseIdBytes()
The unique identifier of the response.
|
com.google.rpc.Status |
getWebhookStatus()
Specifies the status of the webhook request.
|
com.google.rpc.StatusOrBuilder |
getWebhookStatusOrBuilder()
Specifies the status of the webhook request.
|
boolean |
hasQueryResult()
The results of the conversational query or event processing.
|
boolean |
hasWebhookStatus()
Specifies the status of the webhook request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getResponseId()
The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
string response_id = 1;com.google.protobuf.ByteString getResponseIdBytes()
The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
string response_id = 1;boolean hasQueryResult()
The results of the conversational query or event processing.
.google.cloud.dialogflow.v2beta1.QueryResult query_result = 2;QueryResult getQueryResult()
The results of the conversational query or event processing.
.google.cloud.dialogflow.v2beta1.QueryResult query_result = 2;QueryResultOrBuilder getQueryResultOrBuilder()
The results of the conversational query or event processing.
.google.cloud.dialogflow.v2beta1.QueryResult query_result = 2;boolean hasWebhookStatus()
Specifies the status of the webhook request. `webhook_status` is never populated in webhook requests.
.google.rpc.Status webhook_status = 3;com.google.rpc.Status getWebhookStatus()
Specifies the status of the webhook request. `webhook_status` is never populated in webhook requests.
.google.rpc.Status webhook_status = 3;com.google.rpc.StatusOrBuilder getWebhookStatusOrBuilder()
Specifies the status of the webhook request. `webhook_status` is never populated in webhook requests.
.google.rpc.Status webhook_status = 3;