View a markdown version of this page

ContactInterceptorContext in Connect Customer agent workspace - Agent Workspace

ContactInterceptorContext in Connect Customer agent workspace

Defines the invocation context that the contact interceptor methods receive.

Signature

type ContactInterceptorContext = { contactId?: string; }

Properties

The following table describes the properties.

PropertyTypeDescription
contactId OptionalstringThe identifier of the contact that triggered the action. The service omits this value when no specific contact initiated the action.