Class to perform get Agent Details
Create instance of CXoneAuth
@exampleconst agentDetailService = new AgentDetailService();
Used to get the agent details based on the agent id
this.agentDetailService.getAgentInfoByAgentId("123456");
agent id to fetch the skill details
Generated using TypeDoc
Class to perform get Agent Details