Interface Fulfillment.FeatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Fulfillment.Feature,Fulfillment.Feature.Builder
- Enclosing class:
- Fulfillment
public static interface Fulfillment.FeatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fulfillment.Feature.TypegetType()The type of the feature that enabled for fulfillment.intgetTypeValue()The type of the feature that enabled for fulfillment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
The type of the feature that enabled for fulfillment.
.google.cloud.dialogflow.v2beta1.Fulfillment.Feature.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
Fulfillment.Feature.Type getType()
The type of the feature that enabled for fulfillment.
.google.cloud.dialogflow.v2beta1.Fulfillment.Feature.Type type = 1;- Returns:
- The type.
-
-