/** * This object is required for apps that subscribe to Smart Conversations features. */ export interface SmartConversation { /** Set to true to allow messages processed by this app to be analyzed by Smart Conversations. */ enabled?: boolean; }