Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Jasmine Anteunis edited this page Jan 15, 2019 · 10 revisions

SAP Conversational AI - SDK Android

SAP Conversational AI official SDK in Android

Synospis

This module is a wrapper around the SAP Conversational AI API, and allows you to:

Installation

Just update your build.gradle files:

In your module:

dependencies {
  compile 'ai.sapcai.sdk_android:sdk-android:4.0.0'
}

You can now use the SDK in your code.

Client client = new Client(YOUR_TOKEN);

More

You can view the whole API reference at cai.tool.sap/docs/api-reference.

Clone this wiki locally