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

com.google.cloud.dialogflow.v2beta1.FulfillmentOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.158.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2beta1/fulfillment.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.v2beta1;

public interface FulfillmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2beta1.Fulfillment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The unique identifier of the fulfillment.
   * Supported formats:
   *
   * - `projects/<Project ID>/agent/fulfillment`
   * - `projects/<Project ID>/locations/<Location ID>/agent/fulfillment`
   *
   * This field is not used for Fulfillment in an Environment.
   * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Required. The unique identifier of the fulfillment.
   * Supported formats:
   *
   * - `projects/<Project ID>/agent/fulfillment`
   * - `projects/<Project ID>/locations/<Location ID>/agent/fulfillment`
   *
   * This field is not used for Fulfillment in an Environment.
   * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * The human-readable name of the fulfillment, unique within the agent.
   *
   * This field is not used for Fulfillment in an Environment.
   * 
* * string display_name = 2; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * The human-readable name of the fulfillment, unique within the agent.
   *
   * This field is not used for Fulfillment in an Environment.
   * 
* * string display_name = 2; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * Configuration for a generic web service.
   * 
* * .google.cloud.dialogflow.v2beta1.Fulfillment.GenericWebService generic_web_service = 3; * * * @return Whether the genericWebService field is set. */ boolean hasGenericWebService(); /** * * *
   * Configuration for a generic web service.
   * 
* * .google.cloud.dialogflow.v2beta1.Fulfillment.GenericWebService generic_web_service = 3; * * * @return The genericWebService. */ com.google.cloud.dialogflow.v2beta1.Fulfillment.GenericWebService getGenericWebService(); /** * * *
   * Configuration for a generic web service.
   * 
* * .google.cloud.dialogflow.v2beta1.Fulfillment.GenericWebService generic_web_service = 3; * */ com.google.cloud.dialogflow.v2beta1.Fulfillment.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder(); /** * * *
   * Whether fulfillment is enabled.
   * 
* * bool enabled = 4; * * @return The enabled. */ boolean getEnabled(); /** * * *
   * The field defines whether the fulfillment is enabled for certain features.
   * 
* * repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5; */ java.util.List getFeaturesList(); /** * * *
   * The field defines whether the fulfillment is enabled for certain features.
   * 
* * repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5; */ com.google.cloud.dialogflow.v2beta1.Fulfillment.Feature getFeatures(int index); /** * * *
   * The field defines whether the fulfillment is enabled for certain features.
   * 
* * repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5; */ int getFeaturesCount(); /** * * *
   * The field defines whether the fulfillment is enabled for certain features.
   * 
* * repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5; */ java.util.List getFeaturesOrBuilderList(); /** * * *
   * The field defines whether the fulfillment is enabled for certain features.
   * 
* * repeated .google.cloud.dialogflow.v2beta1.Fulfillment.Feature features = 5; */ com.google.cloud.dialogflow.v2beta1.Fulfillment.FeatureOrBuilder getFeaturesOrBuilder(int index); com.google.cloud.dialogflow.v2beta1.Fulfillment.FulfillmentCase getFulfillmentCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy