Kore.ai는 Kore.ai 봇 플랫폼 기능을 사용자 정의 애플리케이션에 적용하고, Kore.ai 봇 플랫폼에서 구축한 봇에 대한 많은 제어를 제공하기 위한 빠르고 편리한 방법을 제공하는 일련의 플랫폼별 클라이언트 라이브러리 형태로 봇 SDK를 제공합니다. 단 몇 줄의 코드로, Kore.ai 위젯을 귀하의 애플리케이션에 삽입하고 최종 사용자가 NLP(자연어 처리)를 사용해 애플리케이션과 인터렉션할 수 있습니다. 서버에 상주하고 봇 사용자와 Kore.ai 봇 플랫폼 간에 인터렉션 하는 BotKit SDK를 사용하여, 메시지를 가로채고 사용자 정의하고 대화 흐름에 영향을 줄 수 있습니다.

플랫폼별 봇 SDK

봇 SDK는 다음 플랫폼에서 사용할 수 있습니다.

  • 봇 웹 SDK – 봇 웹 SDK에는 웹 애플리케이션과 하이브리드 모바일 앱과 연동할 수 있는 HTML5 및 JavaScript 라이브러리가 포함되어 있습니다. SDK는 https://github.com/Koredotcom/web-kore-sdk의 Github 저장소에서 사용할 수 있습니다.
  • 봇 네이티브 iOS SDK – 봇 네이티브 iOS SDK에는 네이티브 iOS 모바일 애플리케이션과 연동할 수 있는 네이티브 iOS 라이브러리가 포함되어 있습니다. SDK는 https://github.com/Koredotcom/iOS-kore-sdk의 Github 저장소에서 사용할 수 있습니다.
  • 봇 네이티브 Android SDK – 봇 네이티브 Android SDK에는 네이티브 Android 모바일 애플리케이션과 연동할 수 있는 네이티브 Android 라이브러리가 포함되어 있습니다. SDK는 https://github.com/Koredotcom/android-kore-sdk의 Github 저장소에서 사용할 수 있습니다.

Kore.ai 봇 SDK를 시작하려면, SDK를 임베드할 애플리케이션이 있어야 하고, JWT 생성 웹 서비스를 호스팅하고 봇 빌더에 앱을 등록해야 합니다. 자세한 내용은, SDK 보안을 참조하세요. 테스트 애플리케이션인 Kore.ai 샘플 봇을 사용하고 JWT 생성을 위한 로컬 호스트 서버를 구성하여 튜토리얼을 체험할 수도 있습니다. 자세한 내용은, Kore.ai 웹 SDK 튜토리얼을 참조하세요.

BotKit SDK

BotKit SDK를 사용하면 봇 인터렉션의 정확한 제어를 정의할 수 있습니다. 예를 들어, 택시 예약에 사용되는 봇이 있는 경우, 사용자 요청 후 사용 가능한 택시가 표시되는 데 시간이 조금 걸릴 수 있습니다. 비동기 호출을 사용하여, 사용자가 봇 응답을 기다리는 동안에 택시를 찾는 중과 같은 메시지를 표시할 수 있습니다. 비동기 응답 요청을 사용하면 봇 플랫폼은 다른 요청을 처리하고 응답이 사용 가능할 때 사용자에게 응답을 게시할 수 있습니다. 캡처할 수 있는 다양한 BotKit SDK 이벤트가 있으며, 함수를 사용하여 봇을 제어할 수 있습니다. BotKit SDK에 대해 자세히 알아보려면, BotKit SDK 사용하기를 참조하세요. 플랫폼 버전 7.2 릴리스에서는 Widget SDK도 BotKit SDK에 포함되었습니다. Widget SDK에 대해 자세히 알아보려면, Widget SDK 사용하기를 참조하세요.

Kore.ai は、ボット SDK をプラットフォーム固有のクライアント ライブラリのセットとして提供しています。これにより、Kore.ai ボット プラットフォームの機能をアプリケーションに導入することができ、Kore.ai ボット プラットフォーム 上で構築されたボットの制御が容易になります。わずか数行のコードで、Kore.ai のウィジェットをアプリケーションに組み込むことができ、エンド ユーザーが自然言語処理(NLP)を使用してアプリケーションと対話できるようになります。サーバーに常駐し、ボット ユーザーと Kore.ai ボット プラットフォームの間でやり取りする BotKit SDK を使用すると、メッセージを傍受し、カスタマイズし、また、会話ダイアログの流れに影響を与えることができます。

プラットフォーム固有のボット SDK

ボット SDKは、以下のプラットフォームに対応しています:

  • ボット Web SDK — ボット Web SDK には HTML5 と JavaScript のライブラリが含まれており、これらを Web アプリケーションやハイブリッド モバイル アプリケーションに統合することができます。このSDKは、GitHub レポジトリ https://github.com/Koredotcom/web-kore-sdk で入手できます。
  • ボット ネイティブ iOS SDK — ボット ネイティブ iOS SDK には、ネイティブの iOS ライブラリが含まれており、ネイティブの iOS モバイル アプリケーションに統合することができます。このSDKは、GitHub レポジトリ https://github.com/Koredotcom/iOS-kore-sdka で入手できます。
  • ボット ネイティブ Android SDK — ボット ネイティブ Android SDK には、ネイティブの Android ライブラリが含まれており、ネイティブの Android モバイル アプリケーションに統合することができます。このSDKは、GitHub レポジトリ https://github.com/Koredotcom/android-kore-sdk で入手できます。

Kore.ai ボット SDK を使用するには、 SDK を埋め込むアプリケーションを用意し、JWT 生成 Web サービスをホストし、また、ボット ビルダーでアプリを登録する必要があります。詳しくは「SDK Security」をご覧ください。また、Kore.ai サンプルボット、テストアプリケーション、および JWT 生成用のローカルホストサーバーの構成を使用して、チュートリアルを試すこともできます。詳しくは「Kore.ai Web SDK チュートリアル」をご覧ください。

BotKit SDK

BotKit SDK を使用すると、ボットの対話の正確な制御を定義できます。たとえば、タクシーの予約に使用するボットがある場合、ユーザーがリクエストしてから利用可能なタクシーが表示されるまでに時間がかかることがあります。非同期呼び出しを使って、ユーザーがボットのレスポンスを待っている間に、「タクシーを探す」などのメッセージを表示することができます。非同期レスポンスのリクエストによって、ボット プラットフォームが他のリクエストを処理できるようになり、応答できるようになった時点でユーザーに投稿します。ボット使用関数をキャプチャして、制御できるさまざまな BotKit SDK イベントが用意されています。BotKit SDK の詳細については、「BotKit SDK の使用」をご参照ください。プラットフォーム ver 7.2 のリリースでは、ウィジェット SDK も BotKit SDK に含まれています。ウィジェット SDKの詳細については、「ウィジェット SDKの使用」を参照してください。

Kore.ai offers Bots SDKs as a set of platform-specific client libraries that provide a quick and convenient way to get Kore.ai Bots Platform capability into custom applications and to provide you with more control for the Bots you build on Kore.ai Bots Platform.

With just a few lines of code, you can embed our Kore.ai widget into your applications to enable end-users to interact with their applications using Natural Language Processing, or NLP.

Using our BotKit SDK that resides on your servers and interacts between the bot user and the Kore.ai Bots Platform, you can intercept and customize messages and influence the flow of the conversation dialog.

Platform-Specific Bots SDK

Bot SDKs are available for the following platforms:

  • Bots Web SDK – The Bots Web SDK contains HTML5 and JavaScript libraries that you can integrate with web applications and hybrid mobile apps. The SDK is available in our Github repository at https://github.com/Koredotcom/web-kore-sdk.
  • Bots Native iOS SDK – The Bots Native iOS SDK contains native iOS libraries that you can integrate with native iOS mobile applications. The SDK is available in our Github repository at https://github.com/Koredotcom/iOS-kore-sdk
  • Bots Native Android SDK – The Bots Native Android SDK contains native Android libraries that you can integrate with native Android mobile applications. The SDK is available in our Github repository at https://github.com/Koredotcom/android-kore-sdk

To get started with Kore.ai Bot SDKs, you must have an application to embed the SDK into, host a JWT generation web service, and register your app in Bot Builder. For more information, see SDK Security.
You can also try out our tutorial using a Kore.ai sample bot, a test application, and configuring your local host server for JWT generation. For more information, see the Kore.ai Web SDK Tutorial.

BotKit SDK

The BotKit SDK enables you to define precise control of your bot interaction.

For example, if you have a bot used to book a taxi, it may take some time after a user request and available taxis can be displayed. Using an asynchronous call, while the user is waiting for a bot response, you can display a message such as Looking for your taxi. The asynchronous response request enables the Bots Platform to process other requests and will post the response to the user when it becomes available. There are a variety of BotKit SDK events you can capture, and control the bot using functions.

To learn more about the BotKit SDK, see Using the BotKit SDK.

With the platform ver7.2 release, Widget SDK has also been included in the BotKit SDK. To learn more about the Widget SDK, see Using the Widget SDK.