Class DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions>
- Enclosing interface:
- DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions
@Stability(Stable) public static final class DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActionsbuild()Builds the configured instance.DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Builderparameter(String parameter)DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Buildervalue(String value)
-
-
-
Method Detail
-
parameter
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Builder parameter(String parameter)
- Parameters:
parameter- Display name of the parameter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#parameter DialogflowCxFlow#parameter}- Returns:
this
-
value
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions.Builder value(String value)
- Parameters:
value- The new JSON-encoded value of the parameter. A null value clears the parameter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#value DialogflowCxFlow#value}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions>- Returns:
- a new instance of
DialogflowCxFlowEventHandlersTriggerFulfillmentSetParameterActions - Throws:
NullPointerException- if any required attribute was not provided
-
-