vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface LiveChatButtonMetadata

    interface LiveChatButtonMetadata {
        animation?: LiveChatButtonPresentation;
        autoGreeting?: string;
        chasitorIdleTimeout?: number;
        chasitorIdleTimeoutWarning?: number;
        chatPage?: string;
        customAgentName?: string;
        deployments?: LiveChatButtonDeployments;
        enableQueue?: boolean;
        fullName?: string;
        inviteEndPosition?: LiveChatButtonInviteEndPosition;
        inviteImage?: string;
        inviteStartPosition?: LiveChatButtonInviteStartPosition;
        isActive?: boolean;
        label: string;
        numberOfReroutingAttempts?: number;
        offlineImage?: string;
        onlineImage?: string;
        optionsCustomRoutingIsEnabled?: boolean;
        optionsHasChasitorIdleTimeout: boolean;
        optionsHasInviteAfterAccept?: boolean;
        optionsHasInviteAfterReject?: boolean;
        optionsHasRerouteDeclinedRequest?: boolean;
        optionsIsAutoAccept?: boolean;
        optionsIsInviteAutoRemove?: boolean;
        overallQueueLength?: number;
        perAgentQueueLength?: number;
        postChatPage?: string;
        postChatUrl?: string;
        preChatFormPage?: string;
        preChatFormUrl?: string;
        pushTimeOut?: number;
        routingType: LiveChatButtonRoutingType;
        site?: string;
        skills?: LiveChatButtonSkills;
        timeToRemoveInvite?: number;
        type: LiveChatButtonType;
        windowLanguage?: Language;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoGreeting?: string
    chasitorIdleTimeout?: number
    chasitorIdleTimeoutWarning?: number
    chatPage?: string
    customAgentName?: string
    enableQueue?: boolean
    fullName?: string
    inviteImage?: string
    inviteStartPosition?: LiveChatButtonInviteStartPosition
    isActive?: boolean
    label: string
    numberOfReroutingAttempts?: number
    offlineImage?: string
    onlineImage?: string
    optionsCustomRoutingIsEnabled?: boolean
    optionsHasChasitorIdleTimeout: boolean
    optionsHasInviteAfterAccept?: boolean
    optionsHasInviteAfterReject?: boolean
    optionsHasRerouteDeclinedRequest?: boolean
    optionsIsAutoAccept?: boolean
    optionsIsInviteAutoRemove?: boolean
    overallQueueLength?: number
    perAgentQueueLength?: number
    postChatPage?: string
    postChatUrl?: string
    preChatFormPage?: string
    preChatFormUrl?: string
    pushTimeOut?: number
    site?: string
    timeToRemoveInvite?: number
    windowLanguage?: Language