Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Args
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.