diff --git a/docs/docs/unexpected-input.mdx b/docs/docs/unexpected-input.mdx index 34edb53d1862..79c83ff8b740 100644 --- a/docs/docs/unexpected-input.mdx +++ b/docs/docs/unexpected-input.mdx @@ -100,6 +100,17 @@ stories: - action: restaurant_form ``` +### UnexpecTED Intent Policy + +`UNexpecTEDIntentPolicy` helps you review conversations and also allows your bot to react to unlikely user inputs. +It is an auxiliary policy that should only be used with at least one other policy, as the only that it can trigger is the special +`action_unlikely_intent` action. + +`UNexpecTEDIntentPolicy` has the same model architecture as `TEDPolicy`. + +The difference is at a task level. Instead of predicting the next probable action, this policy +predicts whether the last predicted intent is a likely intent according to the training stories +and conversation context. ## Summary