com.google.cloud.dialogflow.v2.DetectIntentResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2/session.proto
package com.google.cloud.dialogflow.v2;
public interface DetectIntentResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.DetectIntentResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
*/
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;
*/
com.google.protobuf.ByteString
getResponseIdBytes();
/**
*
* The results of the conversational query or event processing.
*
*
* .google.cloud.dialogflow.v2.QueryResult query_result = 2;
*/
boolean hasQueryResult();
/**
*
* The results of the conversational query or event processing.
*
*
* .google.cloud.dialogflow.v2.QueryResult query_result = 2;
*/
com.google.cloud.dialogflow.v2.QueryResult getQueryResult();
/**
*
* The results of the conversational query or event processing.
*
*
* .google.cloud.dialogflow.v2.QueryResult query_result = 2;
*/
com.google.cloud.dialogflow.v2.QueryResultOrBuilder getQueryResultOrBuilder();
/**
*
* Specifies the status of the webhook request. `webhook_status`
* is never populated in webhook requests.
*
*
* .google.rpc.Status webhook_status = 3;
*/
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy