Interface Fulfillment.FeatureOrBuilder (4.47.0)

public static interface Fulfillment.FeatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract Fulfillment.Feature.Type getType()

The type of the feature that enabled for fulfillment.

.google.cloud.dialogflow.v2beta1.Fulfillment.Feature.Type type = 1;

Returns
TypeDescription
Fulfillment.Feature.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The type of the feature that enabled for fulfillment.

.google.cloud.dialogflow.v2beta1.Fulfillment.Feature.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.