Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConsultContextEvent

Interface for the ConsultContext event payload delivered in get-next-event. Fired by the VC when one agent consults or conferences another, carrying originating-call context and conference-roster information.

Hierarchy

  • ConsultContextEvent

Index

Properties

ConferenceState?: { InConference: string; Participants: Record<string, string>[]; PrimaryCallOnHold: string }

Type declaration

  • InConference: string
  • Participants: Record<string, string>[]
  • PrimaryCallOnHold: string
ConsultMode: ConsultContextMode
ConsultingAgent: { AgentID: string }

Type declaration

  • AgentID: string
OriginatingCall?: { ContactID: string; ContactStartTime: string; CustomerANI: string; CustomerDNIS: string; Direction?: string; InteractionId?: string; LastStateChange: string; MediaType: string; ParticipantType: string; Skill: string; Status: string }

Type declaration

  • ContactID: string
  • ContactStartTime: string
  • CustomerANI: string
  • CustomerDNIS: string
  • Optional Direction?: string
  • Optional InteractionId?: string
  • LastStateChange: string
  • MediaType: string
  • ParticipantType: string
  • Skill: string
  • Status: string
OriginatingContactId: string
Type?: string

Generated using TypeDoc