Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Args
data class GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs(val additionalCases: Output<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs>? = null, val message: Output<GoogleCloudDialogflowCxV3beta1ResponseMessageArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs>
The list of messages or conditional cases to activate for this case.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs(additionalCases: Output<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs>? = null, message: Output<GoogleCloudDialogflowCxV3beta1ResponseMessageArgs>? = null)