Avaya Infinity Omni SDK
    Preparing search index...

    The shape of the new /config response. proactiveChatConfigs is optional on the wire — when omitted (or when the SDK falls back to the legacy /themes endpoint on a 404) the proactive-chat engine is a no-op.

    The proactiveChatConfigs list carries only autoPopup and bubbleTeaser config entries.

    type ConfigResponse = {
        proactiveChatConfigs?: ReadonlyArray<ProactiveChatConfig>;
        themes: ThemesResponse;
    }
    Index

    Properties

    proactiveChatConfigs?: ReadonlyArray<ProactiveChatConfig>