Hi all,
I’m using a dictionary slot and want to display a particular key in an answer. E.g.:
Have you seen {current_movie[“title”]}?
When I test I am not seeing the value populate.
I was able to do this in rasa 1 (when domain used markdown), but now in rasa 2 I am not able to. I’m not sure if this is due to the rasa 2 move to yaml? Or is there another issue here?
The answers in my domain file look like this:
utter_ask_seen_recommendation:
- text: 'Have you seen {current_movie["title"]}?'
Is anyone else seeing similar issues? I don’t see much about using dictionary slots. Any help would be much appreciated.
Cheers!