Update a Particular Skill
To update the particular skill with the givenstreamId, skillGroupId, and skillId.
| Method | PUT |
|---|---|
| Endpoint | https://{{host}}/agentassist/api/v1/public/{{botId}}/skill-groups/{{skillGroupId}}/skills/{skillId} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | SmartAssist Analytics |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai | string, required |
streamId | botId or streamId. You can get it from the App Settings page. | string, required |
skillGroupId | ID of the Skill Group. | string, required |
skillId | ID of the Skill. | string, required |
Sample Request
Body Parameters
| Parameter | Description | Type |
|---|---|---|
name | Name of the skill. | String, Required |
description | Brief description of the skill up to 200 characters. | string, optional |
skillGroupId | Id of the skill Group, which you can find with GET /skill-groups. Example: sg-4372 | string, required |
agents | An array of Objects with the following details. | string, optional |
userId | This is the user Id that you can find with GET /agents. | string, optional |
proficiencyLevel | The Proficiency level can be: expert, novice, average, good. For example, ‘expert’ | string, optional |