parameters

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "hhxgpuomjnfimblj")
suspend fun parameters(argument: List<suspend CxIntentParameterArgsBuilder.() -> Unit>)
@JvmName(name = "cdlmhubindkqgili")
suspend fun parameters(vararg argument: suspend CxIntentParameterArgsBuilder.() -> Unit)
@JvmName(name = "sgasldmlsmxncutr")
suspend fun parameters(argument: suspend CxIntentParameterArgsBuilder.() -> Unit)

Parameters

argument

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