Create instance of CXoneAuth
@example
const skillService = new SkillService();
Method to return agent skills
Pass the Agent Id
@example
getAgentSkills('4712')
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
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