Class DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions>
- Enclosing interface:
- DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions
@Stability(Stable) public static final class DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActionsbuild()Builds the configured instance.DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.Builderparameter(String parameter)DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.Buildervalue(String value)
-
-
-
Method Detail
-
parameter
@Stability(Stable) public DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.Builder parameter(String parameter)
Sets the value ofDialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.getParameter()- 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 DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions.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 DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions>- Returns:
- a new instance of
DialogflowCxFlowTransitionRoutesTriggerFulfillmentSetParameterActions - Throws:
NullPointerException- if any required attribute was not provided
-
-