capacitor-kore-botsdk-outsystems
v1.0.0
Published
Self-contained Capacitor iOS plugin for the Kore.ai Bot SDK.
Downloads
172
Readme
capacitor-kore-botsdk-outsystems
Self-contained Capacitor iOS plugin for the Kore.ai Bot SDK. The iOS SDK source is bundled in this package, so the native build does not need to resolve a separate korebotplugin pod.
import { KoreBotSDK } from 'capacitor-kore-botsdk-outsystems';
await KoreBotSDK.show({ botId: '...', clientId: '...', chatBotName: '...' });