SyncAgentSkillsBody
Request body for an Agent operation.
Definition
TypeScript
interface SyncAgentSkillsBody {
skillIds: Array<string>;
}Fields
| Field | Type | Notes |
|---|---|---|
skillIds | Array<string> | required — Full list of skill IDs to assign to the agent |
Request body for an Agent operation.
interface SyncAgentSkillsBody {
skillIds: Array<string>;
}| Field | Type | Notes |
|---|---|---|
skillIds | Array<string> | required — Full list of skill IDs to assign to the agent |