use of bot synonyms in the script node

Is there a way to access bot synonyms and concepts from inside a script node?

Hello @aalekh.shrivastava ,

Synonyms are useful in optimizing the NLP interpreter accuracy in detecting intents. They cannot be explicitly used or call, but will always be processed by NLP engine.

Thus, your requirement of “accessing” synonyms in script node is not feasible. Could you clarify the usecase you want to achieve?

@aalekh.shrivastava ,

As Sameera said, concepts are used by the NL processor and are not visible to script nodes.

But concepts can be used in by some entities (List of Items and Custom), so you can detect the presence of a word from a concept by virtue of an entity match.

But please explain your use case.

1 Like