Versions Compared

Key

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

...

  • In schemas, we introduced a new field type for the text area. The admin user will have control over the number of characters that are allowed in the text area. "fieldType": "textarea"

  • In Flow studio, added a new “Link flow” node which can link two flow studio flows.

  • During project export, you will now see a new option to download the json to a file.


    The copy to clipboard option will be disabled if the export json file size is more than 1mb.

  • Project import can be done using the file or by pasting the json code.

Experience Designer

  • Empty pTags appended above and below the user’s chat bubble in the web chatbot is removed.

  • Changed the labels of the Content node.

    Image RemovedImage Added

NLP

  • Added a new property ngram to the NLP response. If the ngram property is part of the request, the NLP service will generate ngrams for the utterance in the response.

  • Extended the NLP support to extract Entity values or its synonyms with the following characters ~\'-()!@%.,?/_; ${}+^[]<>

  • The duplicate entries in synonyms are removed from the NLP result.

  • A maximum of 10 entities can be selected in the NLP node.

  • The Confidence score is mapped per entity and the scoring is not done for all entities.

Answers

  • Bulk import/Export is available for topics, relationships, and interrogative listing screens.

  • The below properties when fed to the Answers manager node in Experience Designer, will override the default slots that are selected in the node.
    msg.payload.orbita.answers.term
    msg.payload.orbita.answers.relationship
    msg.payload.orbita.answers.whQuestion

  • Topics that are not used in the facts will have an unused tag attached to them.

...