Skip to main content

Sends user input to the engine

POST 

/

Sends user input to the engine.

Request

Responses

Response from the engine.

Response Headers
    Set-Cookie

    When a request comes in that does not contain session details, a new session will be created on the server. The session ID will be included in the JSON response and as a cookie in the response header.

    X-Gateway-Session

    If the response contains the header X-Gateway-Session then the next request must include the header X-Teneo-Session with the value JSESSIONID=session_ID followed by ; and the value received from the X-Gateway-Session header.