parameterMapping

@JvmName(name = "oapbvwtcyicmvowr")
suspend fun parameterMapping(value: Output<Map<String, String>>)
@JvmName(name = "vjqdrmyakwqyafof")
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 = "noocpueyqvwvdptl")
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