Hi,
On my nlu.yml file I have the following intent:
nlu:
- intent: faq/ask_name
examples: |
- what is your name
- please tell me your name
- may I know your name
- who are you
And I want to attach this intent to a button. I tried doing this on my domain:
buttons:
- title: "Ask name"
payload: /faq/ask_name
But it seems like this is not the syntax to attach retreival intents to buttons