We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dda4f24 + 1a51ec8 commit dade49aCopy full SHA for dade49a
docs/core/actions.rst
@@ -13,11 +13,11 @@ Actions are the things your bot runs in response to user input.
13
There are four kinds of actions in Rasa:
14
15
1. **Utterance actions**: start with ``utter_`` and send a specific message
16
- to the user
17
- 2. **Retrieval actions**: start with ``respond_`` and send a message selected by a retrieval model
+ to the user.
+ 2. **Retrieval actions**: start with ``respond_`` and send a message selected by a retrieval model.
18
3. **Custom actions**: run arbitrary code and send any number of messages (or none).
19
4. **Default actions**: e.g. ``action_listen``, ``action_restart``,
20
- ``action_default_fallback``
+ ``action_default_fallback``.
21
22
.. contents::
23
:local:
0 commit comments