parameterMapping

@JvmName(name = "bxigypidhdmltmfn")
suspend fun parameterMapping(value: Output<Map<String, String>>)
@JvmName(name = "xjwsjabjnomojkhx")
suspend fun parameterMapping(value: Map<String, String>?)

Parameters

value

Optional. Maps the values extracted from specific fields of the flexible webhook response into session parameters. - Key: session parameter name - Value: field path in the webhook response


@JvmName(name = "gwxxamdvijsnboyp")
fun parameterMapping(vararg values: Pair<String, String>)

Parameters

values

Optional. Maps the values extracted from specific fields of the flexible webhook response into session parameters. - Key: session parameter name - Value: field path in the webhook response