AI Chatbots
Unrecognized question processing
Unrecognized questions are user utterances for which no intent is detected during a conversation. There are two primary ways a trainer can use these questions to improve the virtual assistant's knowledge:
- Extend the knowledge base – Teach the automatic response generation model by adding more general, explanatory text to your knowledge files.
- Add to the intents – Add the unrecognized question as a new example to an existing intent, or use it to create a new intent entirely.
Extending the Knowledge Base
Availability
This method is available for virtual assistants that have a knowledge base configured.
- In the Unrecognized questions view, click the pencil icon next to the question you want to process. The editing window will open.
- Select the knowledge base file to which you want to add the new information.
- In the text box, enter detailed, explanatory information for the automatic text generation model. The more comprehensive the description, the better the results will be.
- Click Save and close. The new description will be attached to the specified file in the Knowledge base view.
- To make the changes live, you must Publish the Knowledge base view.
Supplementing the Intents
Adding a New Intent Example
- In the Unrecognized questions view, click the pencil icon next to the question.
- Select the Intent section in the editing window.
- Choose the existing intent to which you want to add the user's expression as a new example. The intent will open with the unrecognized expression automatically added and highlighted.
- Make any necessary corrections to the new example.
- If your assistant supports multiple languages, switch the language menu and add translated examples.
- Click Save and close.
- To make the changes live, you must Publish the intents.
Creating a New Intent with a Response
- In the Unrecognized questions view, click the pencil icon next to the question.
- Select the Intent section.
- Click New intent. The intent editing window will open, with the user's utterance automatically added as the first example.
- Write at least 5 distinct intent examples for the new intent.
- If applicable, switch languages and add translated examples.
- Click Save in the intent editing window. This creates the new intent and saves it in the Intents view.
- Now, click the Response section.
- Select the topic or state where a new self-loop with this intent should be created in the scenario.
- To add a response, click Add and select the type of action (e.g., a text response).
- Format the response as needed.
- Click Save and close. This creates a new self-loop in your scenario with the specified intent and response.
- For the changes to take effect, click Publish all in the scenario view.