Class DialogflowFulfillmentFeatures.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_fulfillment.DialogflowFulfillmentFeatures.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowFulfillmentFeatures>
- Enclosing interface:
- DialogflowFulfillmentFeatures
@Stability(Stable) public static final class DialogflowFulfillmentFeatures.Builder extends Object implements software.amazon.jsii.Builder<DialogflowFulfillmentFeatures>
A builder forDialogflowFulfillmentFeatures
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowFulfillmentFeaturesbuild()Builds the configured instance.DialogflowFulfillmentFeatures.Buildertype(String type)Sets the value ofDialogflowFulfillmentFeatures.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public DialogflowFulfillmentFeatures.Builder type(String type)
Sets the value ofDialogflowFulfillmentFeatures.getType()- Parameters:
type- The type of the feature that enabled for fulfillment. * SMALLTALK: Fulfillment is enabled for SmallTalk. Possible values: ["SMALLTALK"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#type DialogflowFulfillment#type}- Returns:
this
-
build
@Stability(Stable) public DialogflowFulfillmentFeatures build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowFulfillmentFeatures>- Returns:
- a new instance of
DialogflowFulfillmentFeatures - Throws:
NullPointerException- if any required attribute was not provided
-
-