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

    Interface EmbeddedServiceLiveAgentMetadata

    interface EmbeddedServiceLiveAgentMetadata {
        avatarImg?: string;
        embeddedServiceConfig: string;
        embeddedServiceQuickActions?: EmbeddedServiceQuickAction[];
        enabled: boolean;
        fontSize: EmbeddedServiceFontSize;
        fullName?: string;
        isOfflineCaseEnabled?: boolean;
        isQueuePositionEnabled?: boolean;
        liveAgentChatUrl?: string;
        liveAgentContentUrl?: string;
        liveChatButton: string;
        liveChatDeployment: string;
        masterLabel: string;
        offlineCaseBackgroundImg?: string;
        prechatBackgroundImg?: string;
        prechatEnabled: boolean;
        prechatJson?: string;
        scenario: EmbeddedServiceScenario;
        smallCompanyLogoImg?: string;
        waitingStateBackgroundImg?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    avatarImg?: string
    embeddedServiceConfig: string
    embeddedServiceQuickActions?: EmbeddedServiceQuickAction[]
    enabled: boolean
    fullName?: string
    isOfflineCaseEnabled?: boolean
    isQueuePositionEnabled?: boolean
    liveAgentChatUrl?: string
    liveAgentContentUrl?: string
    liveChatButton: string
    liveChatDeployment: string
    masterLabel: string
    offlineCaseBackgroundImg?: string
    prechatBackgroundImg?: string
    prechatEnabled: boolean
    prechatJson?: string
    smallCompanyLogoImg?: string
    waitingStateBackgroundImg?: string