Class DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases>
- Enclosing interface:
- DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases
@Stability(Stable) public static final class DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCasesbuild()Builds the configured instance.DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Buildercases(String cases)
-
-
-
Method Detail
-
cases
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builder cases(String cases)
- Parameters:
cases- A JSON encoded list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored. See [Case](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/Fulfillment#case) for the schema. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#cases DialogflowCxFlow#cases}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases>- Returns:
- a new instance of
DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases - Throws:
NullPointerException- if any required attribute was not provided
-
-