EyeLevel Partner API
Search…
INTRODUCTION
IMPORTANT CONCEPTS
GETTING STARTED
TUTORIALS
Documentation
API REQUESTS
CUSTOMER
FLOW
CREATE CUSTOM
CREATE FROM TEMPLATE
DUPLICATE
UPDATE
ARCHIVE
GET CUSTOMER FLOW
GET ALL CUSTOMER FLOWS
GET ALL FLOWS
APPLY THEME
APPLY QR THEME
APPLY OFF HOURS
APPLY NLP
THEME
NLP
OFF HOURS
INTEGRATION
PUBLISH
ANALYTICS
TEMPLATE
SUBSCRIPTION
OBJECTS
Powered By
GitBook
APPLY NLP
Apply NLP settings to a chat flow
post
https://api.eyelevel.ai/v1/partner
/flow/nlp/:apiKey/:id
APPLY NLP
Request
1
{
2
"nlp": {
3
"settingId": INTEGER IDENTIFIER
4
}
5
}
Copied!
settingId
REQUIRED
- Integer
Validation: Value is an existing EyeLevel NLP setting identifier
The unique integer identifier for the NLP setting you are applying to the flow. You can query for
settingId
by using the
GET ALL SETTING
query.
Response
1
{
2
"message": "OK"
3
}
Copied!
Previous
APPLY OFF HOURS
Next - Documentation
THEME
Last modified
11mo ago
Copy link
Contents
post
APPLY NLP
Request
settingId
Response