All - Activity - haya - Rasa Community Forum
Value-based Responses
Thanks again @j.mosig!
I wanted to go with the custom actions solution but what stopped me was the utterance messages of forms, but I figured out that I can customize the request_next_slot method and check the slot value first then choose the response based on it.
Value-based Responses
Hi @j.mosig, Thanks for your reply.
I want the assistant to choose from list of responses based on a specific slot value.
For example if I have a slot style_slot with value bot_style the assistant should choose the response "I’m bot" from the utter_greet template that contains another response…
Value-based Responses
Hi All,
Is it possible to have multiple texts based on slot value for the same response like:
responses:
utter_greet:
- text: I’m human
- text: I’m bot
style_slot: "bot_style" # ( a slot set as bot_style)
Thank you!
Intent that deactivate form
Hi all,
How to write the form class in actions and story when intent deactivate a form?
Chat flow during multiple sessions
Hello,
The bot is not following the story flow when multiple sessions are open, it works fine when I open one session, but in multiple sessions from multiple users case, there is some confusion happens and the bot stop working until the user input something and then it backs to the same flow.