Global No Match Conversation
The Global No Match Conversation of the "Start from Scratch" AI Agent
The No Match Conversation provides the top level point where a No Match can be deal with.
A No Match is "issued" by the OpenDialog Engine when no interpreted has found a matching intent at a certain context level.
Keep in mind that the Topics conversation has its own No Match scene.

When the No Match intent is matched 😉 we reply with a NoMatchResponse that uses an LLM Action - the No Match Response Generation action to generate an appropriate message.
Immediately afterwards we issue the intent.core.restart
intent as a virtual intent. This will enable us to force a restart of the conversation.

Last updated