nlu.yml
intent: docs
examples: |
- tell me about [documentation]{"entity":"content"}
- tell me about [documents]{"entity":"content"}
intent: real
examples: |
- tell me about [realtime]{"entity":"content"}
- [realtime]{"entity":"content"}
inside domain file
- utter_iamabot:
text: I am a bot, powered by Rasa, I can answer below topics , kindly choose
-buttons:
-
title: “Documents”
payload: ‘/docs{{“content”:“documents”}}’
-
title: “Realtime”
payload: ‘/real{{“content”:“realtime”}}’
-