Create instance of CXoneAuth
@example
const skillService = new SkillService();
Method to return agent skills
Pass the Agent Id
@example
getAgentSkills('4712')
Fetches agents assigned to a given skill from the CMA v16.0 skills/agents endpoint.
SkillAgentRequest containing skillId and optional pagination/filter params
Parsed SkillAgentsApiResponse
Method to return agent skills
Pass the media type Id
Pass the start index
Pass the number of records to load
Pass the text string to search
Used to forceful API call
@example
getAllSkillsList(4,1,5,'call',false)
Method to return cached agent skills
nullable Agent Id
@example
getCachedAgentSkills('1001') || getCachedAgentSkills()
Method to get Skill Name from Routing Queue
Used to get the skill details based on the skill id
skill id to fetch the skill details
fetch data from IndexedDB or not
contact id to be used to pass it to controlled get method
Get the CPA management parameters on the skill
skill id
Get the delivery preferences parameters on the skill
skill id
Generated using TypeDoc
Class to perform get skills