How to retrieve name of task (not display name)

My understanding from below link is context.intent.<< intent name >> provides “display name” of current intent.

Is there a way to retrieve name or description of current intent using content or any other object?

Hi @jbhavsar,

There is no provision to retrieve the description of the intent node.
However, if your requirement is to use the text in the “description” of the intent node in another node, then you can use “Content variables”.

Create a content variable with the required text as its value. You can access this content variable anywhere in the bot.

Please refer the following document to understand more on “Content variables”.
https://developer.kore.ai/docs/bots/how-tos/how-to-use-content-variables/

Regards,
Yoga Ramya.