Properties Optional Conference StateConference State?: { InConference: string ; Participants: Record < string , string > [] ; PrimaryCallOnHold: string }
Type declaration In Conference: string Participants: Record < string , string > [] Primary Call On Hold: string Consulting Agent Consulting Agent: { AgentID: string }
Optional Originating CallOriginating Call?: { 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 Contact Start Time: string CustomerANI: string CustomerDNIS: string Optional Direction?: string Optional Interaction Id?: string Last State Change: string Media Type: string Participant Type: string Skill: string Status: string Originating Contact Id Originating Contact Id: string
Optional TypeType?: string
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.