Hi everyone,
I'm creating a bot for my freelancing service. I have a Raw Input card where the user can type what kind of service they are looking for. My intention is that the bot will understand what the user has typed in, and if the input matches with the services I provide (for example, to build a website), it will continue the conversation to the following node.
However, if the input doesn't match a service I provide (the user wants to build a house, for instance), the conversation will go in a different path.
How do I create this kind of "AI decides which path to go next"?
I have tried Intents, but I don't know how to create the 2nd Intent with unsupported services (basically an Intent that is "anything that doesn't match previous Intent). I also tried a workaround with a KB, but still I am unable to create this fork or make the decision.
Many thanks for your help.