GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs

data class GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs(val caseContent: Output<List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs>>? = null, val condition: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs>

Each case has a Boolean condition. When it is evaluated to be True, the corresponding messages will be selected and evaluated recursively.

Constructors

constructor(caseContent: Output<List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs>>? = null, condition: Output<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val condition: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs