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

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

There is a newer version: 4.59.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/v2/fulfillment.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dialogflow.v2;

public interface FulfillmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.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(); /** * * *
   * Optional. 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 [(.google.api.field_behavior) = OPTIONAL]; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * Optional. 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 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * Configuration for a generic web service.
   * 
* * .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3; * * @return Whether the genericWebService field is set. */ boolean hasGenericWebService(); /** * * *
   * Configuration for a generic web service.
   * 
* * .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3; * * @return The genericWebService. */ com.google.cloud.dialogflow.v2.Fulfillment.GenericWebService getGenericWebService(); /** * * *
   * Configuration for a generic web service.
   * 
* * .google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3; */ com.google.cloud.dialogflow.v2.Fulfillment.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder(); /** * * *
   * Optional. Whether fulfillment is enabled.
   * 
* * bool enabled = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The enabled. */ boolean getEnabled(); /** * * *
   * Optional. The field defines whether the fulfillment is enabled for certain
   * features.
   * 
* * * repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.List getFeaturesList(); /** * * *
   * Optional. The field defines whether the fulfillment is enabled for certain
   * features.
   * 
* * * repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.v2.Fulfillment.Feature getFeatures(int index); /** * * *
   * Optional. The field defines whether the fulfillment is enabled for certain
   * features.
   * 
* * * repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ int getFeaturesCount(); /** * * *
   * Optional. The field defines whether the fulfillment is enabled for certain
   * features.
   * 
* * * repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.List getFeaturesOrBuilderList(); /** * * *
   * Optional. The field defines whether the fulfillment is enabled for certain
   * features.
   * 
* * * repeated .google.cloud.dialogflow.v2.Fulfillment.Feature features = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.v2.Fulfillment.FeatureOrBuilder getFeaturesOrBuilder(int index); com.google.cloud.dialogflow.v2.Fulfillment.FulfillmentCase getFulfillmentCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy