@webitel/api-services
Preparing search index...
_models/engineSkillServicePatchSkillAgentBody.zod
EngineSkillServicePatchSkillAgentBody
Interface EngineSkillServicePatchSkillAgentBody
interface
EngineSkillServicePatchSkillAgentBody
{
agentId
?:
string
[]
;
capacity
?:
number
;
enabled
?:
boolean
;
fields
?:
string
[]
;
id
?:
string
[]
;
q
?:
string
;
skill
?:
EngineLookup
;
}
Index
Properties
agent
Id?
capacity?
enabled?
fields?
id?
q?
skill?
Properties
Optional
agent
Id
agentId
?:
string
[]
Optional
capacity
capacity
?:
number
Optional
enabled
enabled
?:
boolean
Optional
fields
fields
?:
string
[]
Optional
id
id
?:
string
[]
Optional
q
q
?:
string
Optional
skill
skill
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
capacity
enabled
fields
id
q
skill
@webitel/api-services
Loading...