Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to perform get Agent Details

Hierarchy

  • AgentDetailService

Index

Constructors

  • Create instance of CXoneAuth

    @example
    const agentDetailService = new AgentDetailService();

    Returns AgentDetailService

Properties

auth: CXoneAuth
logger: Logger = ...
urlUtilsService: UrlUtilsService = ...
utilService: HttpUtilService = ...

Methods

  • getAgentInfoByAgentId(agentId: string): Promise<AgentDetails[]>
  • Used to get the agent details based on the agent id

    example
    this.agentDetailService.getAgentInfoByAgentId("123456");
    

    Parameters

    • agentId: string

      agent id to fetch the skill details

    Returns Promise<AgentDetails[]>

Generated using TypeDoc