1

Login to Console
2

Integrate our SDK
3

Analyse user behaviour

Login to Console
Create an account and configure your Slang Buddy with the custom intents, entities, flows and prompts.
Train only in English and let Slang automatically handle other languages.

Integrate SDK
Integrate our easy to use SDK into your app and automatically add a Slang trigger in your mobile or web app and add logic to trigger actions for intents/entities configured in your Buddy. Your customer can start talking to your app in any one of the supported languages, even though your app is English based.

Analyze user behaviour. Repeat.
Use built-in Analytics to understand how users are using your app with Voice. What utterances and in what languages are they speaking and learning what they are expecting from your app. Retrain the model easily using the collected utterances.
Slang.initialize ({
buddyId: “BUDDY_ID_HERE”,
apiKey: “API_KEY_HERE”,
env: "stage",
locale: "en-IN",
onSuccess: () => { console.log("Success"); },
onFailure: () => { console.log("Failure"); }
});