Versions Compared

Key

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

The list below represents the features, updates, and fixes included in the Orbita Voice GA Release for August 2020.

Breaking Changes

  • The property msg.payload.orbita.mulitmodal will be removed in version v4.1. You will receive the below warning when using the multimodal property.

    Please consider using msg.payload.multiagent property instead.

  • In Answers > Knowledgebase > Settings > Advanced tab, you can set a Primary Topic and a Fallback relationship for the K-Graph.
    If the user’s utterance contains a topic but doesn't have a relationship and if a default relationship is not set in the Answers Manager node, then the bot will check for the Fallback relationship (if any) and respond with the Fact content that corresponds to the topic(user’s utterance) and Fallback relationship (if any).
    Similarly, if the user’s utterance contains a relationship but no topic, the fact that corresponds to the Primary Topic and the relationship(user’s utterance) is rendered.

    Image RemovedImage Added

    Please go through the below flow chart for more details on how it works.

...

  • When a project is archived, the corresponding Experience designer flows will be disabled.

  • Removed the !important tag from the CSS block on the carousel control. As an admin user, you can now modify the carousel CSS block.

  • Admin users can now import sample flows that are stored in the repository.

  • In the Answers Manager node, we have introduced a new featuretoggle option, when enabled, will generate relationship buttons after the fact content is read.

    When a fact is triggered, the fact content is accompanied by all the other relationships (as buttons) that are related to the invoked topic.
    Sample screenshot of web chatbot with the Include related fact buttons enabled.
    Cafeteria is the topic.
    Availability, hours, and location are the relationships.
    In this example, the topic(Cafeteria) and the relationship(Availability) is triggered. The corresponding fact is rendered along with the other relationships(Hours, Location) connected to that topic(Cafeteria).

  • The users can export the flows or selected nodes to the library using the Export > Library option from the hamburger menu.

...