Class DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases>
- Enclosing interface:
- DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases
@Stability(Stable) public static final class DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCasesbuild()Builds the configured instance.DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases.Buildercases(String cases)
-
-
-
Method Detail
-
cases
@Stability(Stable) public DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases.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_page#cases DialogflowCxPage#cases}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases>- Returns:
- a new instance of
DialogflowCxPageEventHandlersTriggerFulfillmentConditionalCases - Throws:
NullPointerException- if any required attribute was not provided
-
-