Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1011 from kumarkrish85/patch-2
Browse files Browse the repository at this point in the history
Updated the fallback doc, with correct action name
  • Loading branch information
tmbo committed Sep 18, 2018
2 parents f22f5a8 + d02a723 commit beec993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fallbacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you want to run this from python, use:
agent = Agent("domain.yml", policies=[KerasPolicy(), fallback])
``action_fallback`` is a default action in Rasa Core, which will send the
``action_default_fallback`` is a default action in Rasa Core, which will send the
``utter_default`` template message to the user. Make sure to specify
this template in your domain file. It will also revert back to the
state of the conversation before the user message that caused the
Expand Down Expand Up @@ -73,4 +73,4 @@ called ``out_of_scope``, then you should add this as a story:

.. raw:: html
:file: livechat.html


0 comments on commit beec993

Please sign in to comment.