Skip to content

Commit dade49a

Browse files
authored
Merge pull request RasaHQ#5346 from Ayad0net/patch-1
Add punctuation mark
2 parents dda4f24 + 1a51ec8 commit dade49a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/actions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Actions are the things your bot runs in response to user input.
1313
There are four kinds of actions in Rasa:
1414

1515
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
16+
to the user.
17+
2. **Retrieval actions**: start with ``respond_`` and send a message selected by a retrieval model.
1818
3. **Custom actions**: run arbitrary code and send any number of messages (or none).
1919
4. **Default actions**: e.g. ``action_listen``, ``action_restart``,
20-
``action_default_fallback``
20+
``action_default_fallback``.
2121

2222
.. contents::
2323
:local:

0 commit comments

Comments
 (0)