public interface FulfillmentOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Optional.
|
ByteString |
getDisplayNameBytes()
Optional.
|
boolean |
getEnabled()
Optional.
|
Fulfillment.Feature |
getFeatures(int index)
Optional.
|
int |
getFeaturesCount()
Optional.
|
List<Fulfillment.Feature> |
getFeaturesList()
Optional.
|
Fulfillment.FeatureOrBuilder |
getFeaturesOrBuilder(int index)
Optional.
|
List<? extends Fulfillment.FeatureOrBuilder> |
getFeaturesOrBuilderList()
Optional.
|
Fulfillment.FulfillmentCase |
getFulfillmentCase() |
Fulfillment.GenericWebService |
getGenericWebService()
Configuration for a generic web service.
|
Fulfillment.GenericWebServiceOrBuilder |
getGenericWebServiceOrBuilder()
Configuration for a generic web service.
|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
boolean |
hasGenericWebService()
Configuration for a generic web service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
ByteString getNameBytes()
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];
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];
ByteString getDisplayNameBytes()
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];
boolean hasGenericWebService()
Configuration for a generic web service.
.google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
Fulfillment.GenericWebService getGenericWebService()
Configuration for a generic web service.
.google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
Fulfillment.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()
Configuration for a generic web service.
.google.cloud.dialogflow.v2.Fulfillment.GenericWebService generic_web_service = 3;
boolean getEnabled()
Optional. Whether fulfillment is enabled.
bool enabled = 4 [(.google.api.field_behavior) = OPTIONAL];
List<Fulfillment.Feature> 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];
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];
List<? extends Fulfillment.FeatureOrBuilder> 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];
Fulfillment.FeatureOrBuilder getFeaturesOrBuilder(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];
Fulfillment.FulfillmentCase getFulfillmentCase()
Copyright © 2022 Google LLC. All rights reserved.