I want my story to be governed by values of multiple slots. Say I have these two slots: slots: slot1: type: text slot2: type: text
Now I want to incorporate both these in my story as something like:
story_1
- intent1{“slot1”: “value1”, “slot2”: “value2”}
- action_default
Is this the right way, or there is some other way of using multiple slots to govern this?