CONVA Search
Adding an accurate, multilingual Voice Search capability into your app
1. Configure the build system
Add the Slang dependency to your Gradle files
# Add this to your top-level Gradle file
allprojects {
repositories {
…
maven { url "https://gitlab.com/api/v4/projects/25706948/packages/maven" }
}
}# Add this to your app's Gradle file
dependencies {
…
implementation 'in.slanglabs.assistants:slang-retail-assistant:8.+'
}2. Code integration
2.1 Initialization
2.2 Show Slang CONVA Trigger

2.3 Handler for Voice Search
Last updated