Greetings problems
# 🤝help
b
I've made a chatbot which speaks italian. When users say "ciao" (which is "hello" in italian) the bot doesn't answer back. I've added it in a Q&A format in the knowledge base, but had no luck. How can I make the bot greet back the user?
a
You can use intents
With utterances like ciao, hello, hi etc
Then make it reply to that in a separate node
Then come back to your original node for further questions
c
We would have to see your flow @brainy-summer-1041 to be able to help!