Google Cloud Dialogflow Cx V3Fulfillment Conditional Cases Args
data class GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs(val cases: Output<List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs>
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
Link copied to clipboard
fun GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs(cases: Output<List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs>>? = null)