Top intents

To create a dynamic intro for the bot, we can use an action called “Top intents”. This will present a menu of the top asked question in your bot.

To create this dynamic intro, you use the custom action node and enter your model name provided by Puzzel. RelativeTime is for how long you will compare intents to display. And the numberOfTop is how many buttons to display in your intro.

{
    "type": "vergicAi.topIntents",
    "model": "youModelName",
    "relativeTime": "7",
    "numberOfTop": "3"
}

Published

Last updated

0
-2