Avaya Infinity Omni SDK
    Preparing search index...

    A row of proactive-chat config entries scoped to a specific URL pattern.

    Deliberately excludes server-internal fields (accountId, webChatId, id) — the SDK consumes only the URL and the trigger list. The inner triggers[] array carries the ProactiveChatConfigEntry discriminated union.

    type ProactiveChatConfig = {
        triggers: ReadonlyArray<ProactiveChatConfigEntry>;
        url: string;
    }
    Index

    Properties

    Properties

    triggers: ReadonlyArray<ProactiveChatConfigEntry>

    The trigger entries to evaluate when the user is on the matching URL.

    url: string

    The URL (or pattern matched by the SPA navigation detector) that this set of proactive-chat triggers applies to.