How I make my bot detect ”hot words” and use defau...
# 🤝help
h
Hey! I am building a chatbot, which I like to spot some ”hot words”. After it spots those words/phrases, it would use default answers instead of KB knowledge. For example, if user inputs something referring to pricing, vot would give the pricing link and ask customer to seek there for the up-to-date pricing instead of providing an answer. How I could do that? Is there a video/example available? #defaultanswer #help
f
Hello @hallowed-daybreak-89052 I would recommend having your user input passed through an AI Generate Text card to look for for the "hot words". If they are found then have transitions available. If not then pass it to the KB via a Query Knowledge base card.
Give me a few minutes and I'll have a quick example to you
Let me know if you have any questions
h
Superb! This helped me through my problem. Many thanks! I found the "funnel method" handy in other cases too, which I am testing.