When the chatbot doesn’t have the answer: Tangowork Chatbot Accelerator v13
The Tangowork Chatbot Accelerator v13 improves scenarios where the chatbot doesn’t have the answer.
There are 2 main reasons why a chatbot might not be able to answer a user’s question: (1) it doesn’t understand; or (2) it understands, but doesn’t have an answer. In the Tangowork Chatbot Accelerator v13, we’ve added better support for the second situation with intent-specific “no answer” messages.
Imagine you have a list of bios for key staff members. A conversation might look like this:
User: Who is our director of learning? Bot: Natasha Bowman is our Director of Learning
So far so good. But what if a user asks about a bio you haven’t added?
User: Who is our hr manager? Bot: Sorry, I don’t have an answer for that.
In v13, we can do better! We can add an intent-specific no-answer message:
User: Who is our hr manager? Bot: I don’t have a bio for hr manager, but I have all the bios for directors, VPs and the C-suite.
Similarly, we can specify a message to use if nothing matches the date or time specified by the user:
User: What’s on the schedule for december 8? Bot: There’s nothing scheduled on december 8
This is a much better response than “Sorry, I don’t have an answer for that”!
Note that you can use {{value}} as an optional variable in your no-answer message. It outputs the value of the entity captured by the natural language processing.
To add variety to your no-answer messages, separate multiple messages with a pipe. One will be chosen at random.
Other changes
Quick access to sort order and list type. To directly access the sort order or list type of an intent, click it. It brings up a simple dialog box that lets you make a quick change.
More entity control with “Match entity only”. By default, all message content is searched for a match on the entity. Consider the user query “show me the bio for our ceo”. If you have a VP whose bio says “former ceo at XYZ corp”, it’ll match on “ceo”. However, if you turn on the switch “Match entity only”, it will only match bios that are specifically tagged with “ceo” as the job title.
Release history
- Version 22: Excel import/export
- Version 21: Easy entity editing
- Version 20: Custom buttons in messages
- Version 19: Custom integrations
- Version 18: Confidence thresholds
- Version 17: Minor changes
- Version 16: Annotate transcripts with notes
- Version 15: Direct language model training
- Version 14: Chatbot analytics
- Version 13: Features for when the chatbot doesn't know
- Version 12: Chatbots for Sharepoint, easier content management
- Version 11: Messages with multiple intents
- Version 10: Skype for Business improvements
- Version 9: Transcripts, Subscribe, Test Broadcasts
- Version 8: Better date support, broadcasts for public bots
- Version 7: New search technology
- Version 6: Intent management & embedded web chat
- Version 5: Enhanced management console
- Version 4: Skype for Business, image management
- Version 3: Carousels & buttons
- Version 2: More preferences
- Version 1: Content management, broadcasts and language processing