Hi,
I am looking for a way in which the bot can utter option1 or oprtion2 based on slot value. For example- me: Which are my top 5 products[slot =product] (want bot to say): Would you like them by stores?
Case 2: me: Which are my top 5 stores[slot=store] (want bot to say): Would you like them by products?
I guess the naive way is to create stories of the above types. But is there a better way where the bot can decide on the utterance based on slot value?
Thank you, Shruti
If you create enough example stories with differing slot values leading to different bot actions, eventually your dialog model will learn the difference. Might take quite a bit of training data before this starts to work reliably though.