UNPKG

@microsoft/omnichannel-chat-sdk

Version:
25 lines (24 loc) 521 B
interface ChatAdapterOptionalParams { protocol?: string; IC3Adapter?: { options?: { [key: string]: any; }; }; ACSAdapter?: { fileScan?: { disabled?: boolean; pollingInterval?: number; scanStatusRetrievalDelay?: number; }; options?: { [key: string]: any; }; }; DirectLine?: { options?: { [key: string]: any; }; }; } export default ChatAdapterOptionalParams;