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