Hi, Is it possible that we have multiple messages for the fallback message? For example can we consider fallback as an intent , which has different responses for the user? Thanks, Maha
For one intent we should give only 2 responses.You can give one utter and action for one Intent in your stories. like…
story_fallback
- fallback
-
action_fallback
-
slot{“query”:“value”}
-
utter_greet
-
Or u can give different responses one after one for Intent like :
utter_fallback:
- text: "Wi"
- text: "Hello"
- text: "How are you" (domain.yml)