Interface DialogflowFulfillmentFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowFulfillmentFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.034Z") @Stability(Stable) public interface DialogflowFulfillmentFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowFulfillmentFeatures.BuilderA builder forDialogflowFulfillmentFeaturesstatic classDialogflowFulfillmentFeatures.Jsii$ProxyAn implementation forDialogflowFulfillmentFeatures
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DialogflowFulfillmentFeatures.Builderbuilder()StringgetType()The type of the feature that enabled for fulfillment.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
The type of the feature that enabled for fulfillment. * SMALLTALK: Fulfillment is enabled for SmallTalk. Possible values: ["SMALLTALK"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#type DialogflowFulfillment#type}
-
builder
@Stability(Stable) static DialogflowFulfillmentFeatures.Builder builder()
-
-