I want to influence the bot according if a slot value has been set or not:
I want the flow to go like this:
- bot will get user asking for the weather:
- bot will call custom action, and detect if the user entered the weather location or not
- if the user did enter the location, the custom action will utter a response
- if the user didn’t enter the location, the bot will ask the user about the location
- the user will enter the location
- the bot will enter a custom action, and utter a response
I guess what I am asking for is: how to influence a story flow depending on user’s entered data