Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to handling contact services

Hierarchy

  • ContactService

Index

Constructors

Properties

TRANSFER_WORK_ITEM_SKILL: string = '/InContactAPI/services/v23.0/agent-sessions/{sessionId}/interactions/{contactId}/transfer-work-item-to-skill'
TRANSFER_WORK_ITEM_SKILL_TS: string = '/InContactAPI/services/v33.0/agent-sessions/{sessionId}/interactions/{contactId}/transfer-work-item-to-skill'
acdSession: ACDSessionManager = ...
logger: Logger = ...
utilService: HttpUtilService = ...

Methods

  • acceptConsultContact(contactId: string): Promise<HttpResponse>
  • transferWorkItemContact(contactId: string, agentUserName: string): Promise<HttpResponse>
  • transferWorkItemSkill(contactId: string, skillName: string): Promise<HttpResponse>

Generated using TypeDoc