Google Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case Response
data class GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse(val caseContent: List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>, val condition: String)
Each case has a Boolean condition. When it is evaluated to be True, the corresponding messages will be selected and evaluated recursively.
Constructors
Types
Properties
Link copied to clipboard
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.