Teneo Engine Scripting API - Scripting access to engine data
The Teneo NLI Engine Scripting API is defined by the following variables and classes, which are accessible in solution scripts:
- engineAccess (alias: _ )
- engineEnvironment
- nodeAttributes
- class Secrets
As a response to processing a user input request, the Teneo NLI engine returns an output object which contains the response data. In the context of a JSP view in the Teneo NLI engine web application, this object is accessible as the servlet request attribute "engineOutput".
The state of a Teneo NLI engine user session is held in a session data object. In the context of a JSP view in the Teneo NLI engine web application, this object is accessible as the servlet session attribute "EngineSessionData".
input processor chain
that maintains an ordered sequence of one or more
input processors.