com.google.cloud.dialogflow.v2.OriginalDetectIntentRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
PROTO library for proto-google-cloud-dialogflow-v2
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2/webhook.proto
package com.google.cloud.dialogflow.v2;
public interface OriginalDetectIntentRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.OriginalDetectIntentRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The source of this request, e.g., `google`, `facebook`, `slack`. It is set
* by Dialogflow-owned servers.
*
*
* string source = 1;
*/
java.lang.String getSource();
/**
*
* The source of this request, e.g., `google`, `facebook`, `slack`. It is set
* by Dialogflow-owned servers.
*
*
* string source = 1;
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
*
* Optional. This field is set to the value of `QueryParameters.payload` field
* passed in the request.
*
*
* .google.protobuf.Struct payload = 3;
*/
boolean hasPayload();
/**
*
* Optional. This field is set to the value of `QueryParameters.payload` field
* passed in the request.
*
*
* .google.protobuf.Struct payload = 3;
*/
com.google.protobuf.Struct getPayload();
/**
*
* Optional. This field is set to the value of `QueryParameters.payload` field
* passed in the request.
*
*
* .google.protobuf.Struct payload = 3;
*/
com.google.protobuf.StructOrBuilder getPayloadOrBuilder();
}