How to utter multiple actions or utterances after an intent ?
Same questions unanswered as here
How to utter multiple actions or utterances after an intent ?
Same questions unanswered as here
Hi @ness,
You can combine the the actions or utterances after an intent. All of the utterances or actions would be sequentially. For example
- greet
- utter_greet
- utter_goal
- action_privacy_policy
above 2 utterances and one action would be executed after the greet intent.
Any idea how to get it from HTTP api?, Rasa version 1.6.2
I am using Rasa 1.10.1 I have the following in my stories.md:
greet
utter_introduction
utter_ask_name_confirmation
Utter_introduction works but utter_ask_name_confirmation is not getting executed. I have only one story. What could be the reason?
One year back the same question was asked by somebody but then the version of rasa was 1.6.1. Now I am using 1.10.1.
The interesting part is, an action and then an utterance is working
But the below: two consecutive utterances like below
is not working.