Copilot Mode
This page describes the process of integrating the Conva.AI Assistant in copilot mode to an app.
Add Dependencies
allprojects {
repositories {
maven {
url "https://pkgs.dev.azure.com/slanglabs-convaai/prod/_packaging/public_prod/maven/v1"
}
}
}dependencies {
implementation 'in.slanglabs.conva:conva-ai-copilot:1.0.2-beta'
}$ flutter pub add conva_ai_copilotdependencies:
conva_ai_copilot: ^0.1.3Setup the Copilot
Attach the Copilot to UI
Start the Copilot
Handle Agent Responses
ConvaAIResponse object
ConvaAIInteraction object
Last updated