Type alias EmbeddedServiceLiveAgent
EmbeddedServiceLiveAgent: Metadata & { avatarImg?: string | null; embeddedServiceConfig: string; embeddedServiceQuickActions: EmbeddedServiceQuickAction[]; enabled: boolean; fontSize: string; headerBackgroundImg?: string | null; isOfflineCaseEnabled?: boolean | null; isQueuePositionEnabled?: boolean | null; liveAgentChatUrl?: string | null; liveAgentContentUrl?: string | null; liveChatButton: string; liveChatDeployment: string; masterLabel: string; offlineCaseBackgroundImg?: string | null; prechatBackgroundImg?: string | null; prechatEnabled: boolean; prechatJson?: string | null; scenario: string; smallCompanyLogoImg?: string | null; waitingStateBackgroundImg?: string | null; } Type declaration
Optional
avatarImg?: string | null
embeddedServiceConfig: string
enabled: boolean
fontSize: string
Optional
headerBackgroundImg?: string | null
Optional
isOfflineCaseEnabled?: boolean | null
Optional
isQueuePositionEnabled?: boolean | null
Optional
liveAgentChatUrl?: string | null
Optional
liveAgentContentUrl?: string | null
liveChatButton: string
liveChatDeployment: string
masterLabel: string
Optional
offlineCaseBackgroundImg?: string | null
Optional
prechatBackgroundImg?: string | null
prechatEnabled: boolean
Optional
prechatJson?: string | null
scenario: string
Optional
smallCompanyLogoImg?: string | null
Optional
waitingStateBackgroundImg?: string | null