📄️ Annotations
The sections on this page provide information about how users can add Annotations in their solution:
📄️ Deferred Annotations
The sections on this page provide information about the various aspects of Deferred Annotations:
📄️ Language Objects
A Language Object is a reusable container for grouping words, sentences or other Language Objects, Entities, and Annotations. The scope of a Language Object can be as wide or narrow as needed, and it may contain a list of synonyms, figures of speech, idioms, thematically related words or simply the different conjugations of a verb or noun.
📄️ Entities
An Entity is a building block which contains a collection of entries, typically words or lists that have some characteristics in common. A typical example for such words include named entities, like cities or product names. The entries of the Entity are then used to identify when the Entity should match, which helps your bot understand what the user said.
📄️ TLML
Teneo can use TLML to verify if an input of a user matches certain linguistic criteria. For example, a TLML used in a syntax trigger of a flow makes sure the flow is triggered when the user's input matches the criteria in the TLML. Or if a transition inside a flow contains a TLML, then Teneo will only traverse the transition when the input matches the TLML of the transition.
📄️ Trigger Ordering
Trigger Ordering allows the user to group Intent Triggers and Prompt Triggers and set a specific order for them.
📄️ Global Listeners
A Global Listener listens for user input anywhere in the solution; this type of Listener can be used when wanting to listen for certain user inputs regardless of the Flow or transition. Just like Flow Listeners, Global Listeners help your bot pick up relevant pieces of information from user inputs, even when these things have not been explicitly prompted for.
📄️ Global Variables
Global Variables, as opposed to Flow Variables, are accessible by all Flows in a solution and have an unlimited validity, meaning that Global Variables can hold data that is persistent during the session and only expires when the session ends or times out.
📄️ Global Scripted Contexts
Introduction
📄️ Syntax Editor
Introduction
📄️ Emotions
Introduction
📄️ Metadata
Metadata definitions