Interface DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.937Z") @Stability(Stable) public interface DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builderstatic classDialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Jsii$ProxyAn implementation forDialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builderbuilder()default StringgetCases()A JSON encoded list of cascading if-else conditions.
-
-
-
Method Detail
-
getCases
@Stability(Stable) @Nullable default String getCases()
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}
-
builder
@Stability(Stable) static DialogflowCxFlowEventHandlersTriggerFulfillmentConditionalCases.Builder builder()
-
-