Versions Compared

Key

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

...

  • Disabled Chatbot CDN textbox for editing in the Bot View Template node.

  • You can now set the CDN path at msg.payload.cdnPath. This property will take priority over the path set in the Chatbot CDN textbox of the Bot view template node.

  • The output from the Answers manager node will no longer contain the msg.payload.rawMultiagent property. However, the output payload of the say node connected to the Answers manager node will have the msg.payload.rawMultiagent property.

  • You can override the properties from the chatbot settings by using them in the Bot view template > Bot out parser.
    Sample code for the Bot out parser:

    Code Block
    msg.payload.waitSettings = {
        "mode": "dynamic",
        "wpm": 100
    };

Package

Find a doctor

  • If the location access is blocked in the chatbot and if the user clicks on “Yes” for location access, an error popup will be shown and on clicking “OK” the user will be redirected to the “No” flow.

  • If the location access is allowed in the chatbot and if the user clicks on “Yes” for location access, and if there is a timeout error, the user will be directed to the “No” flow.

...

  • As an adaptive card designer, you can stop an adaptive card field from displaying in the transcript data. To do this, go to Adaptive card > Card payload editor > add the "data": "private" to the item that shouldn't be displayed in the transcript data.

Answers

  • The output from the Answers manager node won't have the rawMultiagent property. However, the output payload of the following say node will have the rawMultiagent property.

Flow Studio

  • You can now reorder the choices by dragging the = sign up and down.

...