Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Args
data class GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs(val caseContent: Output<List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs>>? = null, val condition: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs>
Each case has a Boolean condition. When it is evaluated to be True, the corresponding messages will be selected and evaluated recursively.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs(caseContent: Output<List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs>>? = null, condition: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val caseContent: Output<List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs>>? = null
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.