Improve documentation around SessionStart
event
#5675
Labels
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
To make sure a new session is started each time
rasa shell
is run,/session_start
must be sent as the first message manually.The docs say
But usually this is sent automatically by the channel, so on starting
rasa shell
the user will not see the same initial greeting/welcome message that they might in another channel.This was pointed out in
#5641
Overview of the Solution:
Add a note in the docs that
/session_start
needs to be entered manually inrasa shell
to see the same behaviour as in another channel configured to send that payload. *Edit: Also note that any first user message sent will triggeraction_session_start
in shell.Definition of Done:
The text was updated successfully, but these errors were encountered: