| Field | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/public/bot/{{BotID}}/configurations?language={{languageCode}}&groupName={{groupName}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: NLP Configurations; Admin Console: Test > NLP Configurations & Train |
Query Parameters
| Parameter | Description | Required |
|---|---|---|
host | The environment URL. For example, https://platform.kore.ai | Required |
BotID | The Bot ID or Stream ID that can be accessed under General Settings on the App Builder. | Required |
languageCode | The Bot language in which the configurations need to be updated. | Required |
groupName | The GroupName can be used to update the ML parameters of a specific group. To update Bot level Intent Model Configurations, groupName should be set to "Bot Level Intent Model". | Required for Multiple ML Model |