Interface StartChatOptions<TPayloadType>

Additional options that may be passed to the service desk when a chat is started.

interface StartChatOptions<TPayloadType = unknown> {
    agentAppInfo?: AgentAppInfo;
    preStartChatPayload: TPayloadType;
}

Type Parameters

  • TPayloadType = unknown

Properties

agentAppInfo?: AgentAppInfo

Information necessary for loading an agent app version of web chat.

preStartChatPayload: TPayloadType

Some arbitrary payload of data that was provided as part of the "agent:pre:startChat" event.

MMNEPVFCICPMFPCPTTAAATR