dispatcher.utter_message
in a slot validation action does not display in a conversation
#612
Labels
dispatcher.utter_message
in a slot validation action does not display in a conversation
#612
Problem description:
Using a
dispatcher.utter_message(text=..)
inside a custom validation method in a custom action extendingValidationAction
does not get displayed to the user in arasa shell
conversation, although the debug log shows that theBotUttered
event was added to the tracker.Example of custom action code:
Definition of Done
rasa shell
.The text was updated successfully, but these errors were encountered: