Top intents
Please note, this documentation is referring to functionality for which an End of Life has been announced. The announcement can be found here, and the new product documentation is available here.
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"
}