Interface ServiceDeskFactoryParameters

The parameters that are passed to a service desk factory.

interface ServiceDeskFactoryParameters {
    callback: ServiceDeskCallback;
    instance: ChatInstance;
    persistedState: unknown;
}

Properties

The callback used by the service desk to communicate with the widget.

instance: ChatInstance

The instance of web chat.

persistedState: unknown

Any state that was stored for the service desk. This value may be undefined if no state has been stored.

MMNEPVFCICPMFPCPTTAAATR