Knowledge AI NLP

This API supplies a single endpoint which allows you to perform conversations through the Knowledge AI (Automated Learning) for simulations.

API SUBPATH: eva-al-nlp

Returns treated response of humbert for cockpit

post
Path parameters
orgUUIDstringRequired

A valid organization Uuid

envUUIDstringRequired

A valid environment Uuid

botUUIDstringRequired

A valid bot Uuid

Header parameters
x-request-idstringOptional

It is an identifier provided by the API client that will be used to identify distributed logs.

Bodyobject[]

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",
  "type": "text",
  "storageFilename": "text"
}

Last updated

Was this helpful?