Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. You need to assign variables within a session to the values that you wanted to capture.
    The You can use the originalRequest object is used to pass on the parameters within a session. Typically through the Bot In Parser of the Bot Provider V2 node.

  2. You need to call these variables in the Experience designer flows.
    You can get the parameters in the originalDetectIntentRequest object.

...