...
...
...
...
...
...
And how does the bot come to have all this knowledge? Training!
It is important to know how our bot understands, so I we know how I we can teach it. Just like it happens to us humans, right?
...
Expand | ||
---|---|---|
| ||
What are intents?Intents talk about the user's purpose. Usually associated with an action. They determine what the person is trying to achieve.
If we compare these expressions, they are not identical, but they have something in common: their intention. In the case of the example, we will create the intent "Take a turn" and we will feed it with different expressions to enrich it, since what will determine whether a bot understands a lot/little/nothing depends on the number of different ways of expressing the same thing as the bot can understand. |
Expand | ||
---|---|---|
| ||
What are keywords?Keywords are words that we are going to define as essential or strategic. We want the bot to identify them and when it does, generate a specific action. We can answer something in particular, redirect to some part of the flow, or even refer to customer service. Keywords can also be used in combination with intents to create much more specific responses.
In that case, we could create a group of keywords with the different products and thus redirect to a much more specific instance and improve the experience. |
Conclusion
A good exercise to start understanding these concepts is to imagine a person entering a business.
...