GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs

data class GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs(val cases: Output<List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs>

A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs

Properties

Link copied to clipboard

A list of cascading if-else conditions.