All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.OriginalDetectIntentRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy