cases
suspend fun cases(value: Output<List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs>>)
Parameters
value
A list of cascading if-else conditions.
suspend fun cases(vararg values: Output<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs>)
suspend fun cases(values: List<Output<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs>>)
Parameters
values
A list of cascading if-else conditions.
suspend fun cases(argument: List<suspend GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgsBuilder.() -> Unit>)
suspend fun cases(vararg argument: suspend GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgsBuilder.() -> Unit)
suspend fun cases(argument: suspend GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgsBuilder.() -> Unit)
Parameters
argument
A list of cascading if-else conditions.