Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response
data class GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse(val cases: List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse>)
A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.