Uses of Class
com.google.cloud.dialogflow.v2beta1.Fulfillment.Feature
-
Packages that use Fulfillment.Feature Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Fulfillment.Feature in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Fulfillment.Feature Modifier and Type Method Description Fulfillment.Feature
Fulfillment.Feature.Builder. build()
Fulfillment.Feature
Fulfillment.Feature.Builder. buildPartial()
static Fulfillment.Feature
Fulfillment.Feature. getDefaultInstance()
Fulfillment.Feature
Fulfillment.Feature.Builder. getDefaultInstanceForType()
Fulfillment.Feature
Fulfillment.Feature. getDefaultInstanceForType()
Fulfillment.Feature
Fulfillment.Builder. getFeatures(int index)
The field defines whether the fulfillment is enabled for certain features.Fulfillment.Feature
Fulfillment. getFeatures(int index)
The field defines whether the fulfillment is enabled for certain features.Fulfillment.Feature
FulfillmentOrBuilder. getFeatures(int index)
The field defines whether the fulfillment is enabled for certain features.static Fulfillment.Feature
Fulfillment.Feature. parseDelimitedFrom(InputStream input)
static Fulfillment.Feature
Fulfillment.Feature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(byte[] data)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(com.google.protobuf.ByteString data)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(com.google.protobuf.CodedInputStream input)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(InputStream input)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(ByteBuffer data)
static Fulfillment.Feature
Fulfillment.Feature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Fulfillment.Feature Modifier and Type Method Description List<Fulfillment.Feature>
Fulfillment.Builder. getFeaturesList()
The field defines whether the fulfillment is enabled for certain features.List<Fulfillment.Feature>
Fulfillment. getFeaturesList()
The field defines whether the fulfillment is enabled for certain features.List<Fulfillment.Feature>
FulfillmentOrBuilder. getFeaturesList()
The field defines whether the fulfillment is enabled for certain features.com.google.protobuf.Parser<Fulfillment.Feature>
Fulfillment.Feature. getParserForType()
static com.google.protobuf.Parser<Fulfillment.Feature>
Fulfillment.Feature. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Fulfillment.Feature Modifier and Type Method Description Fulfillment.Builder
Fulfillment.Builder. addFeatures(int index, Fulfillment.Feature value)
The field defines whether the fulfillment is enabled for certain features.Fulfillment.Builder
Fulfillment.Builder. addFeatures(Fulfillment.Feature value)
The field defines whether the fulfillment is enabled for certain features.Fulfillment.Feature.Builder
Fulfillment.Feature.Builder. mergeFrom(Fulfillment.Feature other)
static Fulfillment.Feature.Builder
Fulfillment.Feature. newBuilder(Fulfillment.Feature prototype)
Fulfillment.Builder
Fulfillment.Builder. setFeatures(int index, Fulfillment.Feature value)
The field defines whether the fulfillment is enabled for certain features.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type Fulfillment.Feature Modifier and Type Method Description Fulfillment.Builder
Fulfillment.Builder. addAllFeatures(Iterable<? extends Fulfillment.Feature> values)
The field defines whether the fulfillment is enabled for certain features.
-