location:
rasa_core. doc. Fallback Action . Note. You can also create your own custom action to use as a fallback."
detail:
“You can also create your own custom action to use as a fallback. Be aware that if this action does not return a UserUtteranceReverted event, the next predictions of your bot may become inaccurate, as it very likely that the fallback action is not present in your stories”
My question is :
do i have to write a policy to train “the custom action to use as a fallback”?
If so, how? i have no idea about how to write one.
Greet thanks!!!
But, the FallbackPolicy is not what i want my_custom_action_as_fallback_action to do. i don`t want to do fall back, i want do something else. such as , such as whenever get a “repeat” intent, do repeat_ latest_bot_utterance action.
Can you help me??? @Ghostvv
Exception: Failed to find input channel class for ‘policies.yml’. Unknown input channel. Check your credentials configuration to make sure the mentioned channel is not misspelled. If you are creating your own channel, make sure it is a proper name of a class in a module.