Type alias LiveChatButton
LiveChatButton: Metadata & { animation?: string | null; autoGreeting?: string | null; chasitorIdleTimeout?: number | null; chasitorIdleTimeoutWarning?: number | null; chatPage?: string | null; customAgentName?: string | null; deployments?: LiveChatButtonDeployments | null; enableQueue?: boolean | null; inviteEndPosition?: string | null; inviteImage?: string | null; inviteStartPosition?: string | null; isActive?: boolean | null; label: string; numberOfReroutingAttempts?: number | null; offlineImage?: string | null; onlineImage?: string | null; optionsCustomRoutingIsEnabled?: boolean | null; optionsHasChasitorIdleTimeout: boolean; optionsHasInviteAfterAccept?: boolean | null; optionsHasInviteAfterReject?: boolean | null; optionsHasRerouteDeclinedRequest?: boolean | null; optionsIsAutoAccept?: boolean | null; optionsIsInviteAutoRemove?: boolean | null; overallQueueLength?: number | null; perAgentQueueLength?: number | null; postChatPage?: string | null; postChatUrl?: string | null; preChatFormPage?: string | null; preChatFormUrl?: string | null; pushTimeOut?: number | null; routingType: string; site?: string | null; skills?: LiveChatButtonSkills | null; timeToRemoveInvite?: number | null; type: string; windowLanguage?: string | null; } Type declaration
Optional animation?: string | null
Optional autoGreeting?: string | null
Optional chasitorIdleTimeout?: number | null
Optional chasitorIdleTimeoutWarning?: number | null
Optional chatPage?: string | null
Optional customAgentName?: string | null
Optional enableQueue?: boolean | null
Optional inviteEndPosition?: string | null
Optional inviteImage?: string | null
Optional inviteStartPosition?: string | null
Optional isActive?: boolean | null
label: string
Optional numberOfReroutingAttempts?: number | null
Optional offlineImage?: string | null
Optional onlineImage?: string | null
Optional optionsCustomRoutingIsEnabled?: boolean | null
optionsHasChasitorIdleTimeout: boolean
Optional optionsHasInviteAfterAccept?: boolean | null
Optional optionsHasInviteAfterReject?: boolean | null
Optional optionsHasRerouteDeclinedRequest?: boolean | null
Optional optionsIsAutoAccept?: boolean | null
Optional optionsIsInviteAutoRemove?: boolean | null
Optional overallQueueLength?: number | null
Optional perAgentQueueLength?: number | null
Optional postChatPage?: string | null
Optional postChatUrl?: string | null
Optional preChatFormPage?: string | null
Optional preChatFormUrl?: string | null
Optional pushTimeOut?: number | null
routingType: string
Optional site?: string | null
Optional timeToRemoveInvite?: number | null
type: string
Optional windowLanguage?: string | null