public interface DetectIntentResponseOrBuilder extends 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.
|
ByteString |
getResponseIdBytes()
The unique identifier of the response.
|
Status |
getWebhookStatus()
Specifies the status of the webhook request.
|
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, hasOneof
isInitialized
java.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;
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;
Status getWebhookStatus()
Specifies the status of the webhook request. `webhook_status` is never populated in webhook requests.
.google.rpc.Status webhook_status = 3;
StatusOrBuilder getWebhookStatusOrBuilder()
Specifies the status of the webhook request. `webhook_status` is never populated in webhook requests.
.google.rpc.Status webhook_status = 3;