APPLY NLP

Apply NLP settings to a chat flow

APPLY NLP

POST https://api.eyelevel.ai/v1/partner/flow/nlp/:apiKey/:id

Path Parameters

{
    "message": "OK"
}

Request

{
    "nlp": {
        "settingId": INTEGER IDENTIFIER
    }
}

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

{
    "message": "OK"
}

Last updated