APPLY NLP
Apply NLP settings to a chat flow
post
https://api.eyelevel.ai/v1/partner
/flow/nlp/:apiKey/:id
APPLY NLP
{
"nlp": {
"settingId": INTEGER IDENTIFIER
}
}
REQUIRED - IntegerValidation: 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.
{
"message": "OK"
}
Last modified 1yr ago