Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rasa shell docs with session start behavior #5701

Merged
merged 6 commits into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/5675.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update ``rasa shell`` documentation to explain how to recreate external channel session behavior.
7 changes: 6 additions & 1 deletion docs/user-guide/command-line-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,13 @@ To increase the logging level for debugging, run:

rasa shell --debug

.. note::
In order to see the typical greetings and/or session start behavior you might see
in an external channel, you will need to explicitly send ``/session_start``
as the first message. Otherwise, the session start behavior will begin as described in
:ref:`session_config`.

The full list of options for ``rasa shell`` is
The full list of options for ``rasa shell`` is:

.. program-output:: rasa shell --help

Expand Down