parameterMapping property

Map<String, String>? parameterMapping
getter/setter pair

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

Optional.

Implementation

core.Map<core.String, core.String>? parameterMapping;