Conversation Process Data Bank
How you can reference slots & outputs of activities.
data.<slot_name>
data.<slot_name>You can reference slots in your Activities with the notation data.<slot_name>
Example:
data.<output_key>
data.<output_key>You can reference the outputs of Activities with the notation data.<output_key>
Example:
response
responseYou can reference the output of an action in the output mapper with the response key.
meta_info.user
meta_info.userYou can reference user attributes about the current user (ie. the user that triggered the plugin) with the notation meta_info.user
See User Attributes Reference for examples.
value
valueOnly applicable to the Slot Validation Policy on the Slot config.
You can reference the current slot value when create a validation policy using the keyword value

Updated 6 days ago
