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
    };

Mobile SDK

  • The mobile chatbot users will now get suggestions based on the autocomplete directive configuration.

...