NLP Query
This endpoint will retrieve the best matching intent for the supplied query text. The matching will be done against the published version of the NLP intents: your bot must be online on at least one channel in order to successfully run this request.
Request
Use the following request to execute the intents match:
Response
If successful, the response will contained the detailed results of the NLP matching with the best matching intent and the full list of tokenized words and entities detected. The example below is an extract of a successful result.
Response Codes
This endpoint will reply with the following standard HTTP codes.
Code | Meaning |
200 | Ok. The request has been successfully fulfilled. |
400 | Bad Request. The supplied token is invalid or does not have enough permissions. |
404 | Not Found. The account specified by the token could not be found. |
Last updated