Teneo Developers
Table of Contents
Was this page helpful?

Share to

Property

Sessions contain huge numbers of data and properties. A user input is a property, as is the name of a triggered flow, or the contents of a set variable, to name a few examples. In other words, properties are the basic queryable elements of session logs and a fundamental part of each query.

The properties that you can query are:

If you use the session viewer to examine a session, the right sidebar shows a scrollable list of all the available properties for that session. TQL - Properties Sidebar

One of the standard properties belonging to sessions is beginTime, which you can use to call up sessions that ran on a particular date or range of dates. The table below shows properties that are commonly used in queries. It is by no means exhaustive.

PropertyDescription
beginTimeThe date and time the session began
userInputThe text of the user input
fnameThe name of the flow that triggered
vnameThe name of the node (vertex) within a flow
outputTextThe text of an output node that was traversed
answerTextThe sum of all the output texts that make up the response