Automated Learning NLP

This API supplies a single endpoint which allows you to perform conversations through the AL for simulations.

API SUBPATH: eva-al-nlp

Performs a prediction with a given String. The return value will be a key with an answer to be delivered, along with it's associated document and textual position.

post
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

botUUIDstringRequired

A valid bot Uuid

Body

Object that contains the data needed to perform the prediction from the Cockpit

namestringOptional

Question variable

Responses
200
OK
*/*
post
POST /org/{orgUUID}/env/{envUUID}/bot/{botUUID}/conversations/cockpit HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 17

[
  {
    "name": "text"
  }
]
{
  "answer": "text",
  "documentId": "text",
  "documentEnabled": true,
  "filename": "text",
  "confidence": 1,
  "type": "text",
  "position": {
    "paragraph": 1,
    "start": 1,
    "end": 1
  }
}

Was this helpful?

#144: 4.5 - Gen AI (KAI, Rephrase, Assist) + What's New (Notifications)

Change request updated