parameters

@JvmName(name = "gkqpawjdcudnquqt")
suspend fun parameters(value: Output<List<CxIntentParameterArgs>>)
@JvmName(name = "drrqbllpgthlfyvr")
suspend fun parameters(value: List<CxIntentParameterArgs>?)

Parameters

value

The collection of parameters associated with the intent. Structure is documented below.


@JvmName(name = "bufersufnbmeeawl")
suspend fun parameters(vararg values: Output<CxIntentParameterArgs>)


@JvmName(name = "ibmcycyqxyesucnt")
suspend fun parameters(values: List<Output<CxIntentParameterArgs>>)
@JvmName(name = "ivtenotfaxbjydyh")
suspend fun parameters(vararg values: CxIntentParameterArgs)

Parameters

values

The collection of parameters associated with the intent. Structure is documented below.


@JvmName(name = "emwhfiwiqjnvnkjg")
suspend fun parameters(argument: List<suspend CxIntentParameterArgsBuilder.() -> Unit>)
@JvmName(name = "nsbxrtgtsvqtefvo")
suspend fun parameters(vararg argument: suspend CxIntentParameterArgsBuilder.() -> Unit)
@JvmName(name = "xfsiiiwkhhcrvjps")
suspend fun parameters(argument: suspend CxIntentParameterArgsBuilder.() -> Unit)

Parameters

argument

The collection of parameters associated with the intent. Structure is documented below.