Skip to main content

Mobile

This feature enables you to integrate Copilot into your mobile application, providing AI-powered capabilities.

Generate a Token

  1. Login to the Copilot Platform.
  2. In the left sidebar, click on the Copilot you want to integrate.
Deploy your Copilot as a Mobile SDK
  1. Click Deploy tab.
  2. In the Mobile widget, click Setup Now.
  3. Move the sliders to activate/deactivate the following features:
    • Audio Transcription: Enable this feature to convert voice input into text automatically.
    • AI Voice Call: Allows users to initiate calls directly from the app.
    note

    Enabling the AI Voice Call feature consumes platform credits.

    • Logged in Users Only: Restricts access to authenticated users by requiring user data to be passed through the setUser or SDK initialize method.
    • Resume Conversation On Open: Restores the user's previous conversation or starts a new one based on the selected configuration.
Settings for Mobile SDK
  1. Click Save. A token will be generated.
Generate Token for Mobile SDK
  1. Copy and save the token to configure the SDK in your mobile app.
Generate Token for Mobile SDK
  1. Replace YOUR_COPILOT_TOKEN in the configuration with the token you have saved to initialize the SDK in your mobile app:
val copilotConfig = CopilotConfig(
token = "YOUR_COPILOT_TOKEN", // Replace with your actual Copilot token
user = userData, // Pass the user data
appearance = appearance // Pass the appearance settings
)
Kaily logo

More than just a virtual AI assistant, Kaily brings interactive, human-like conversations to your website. Easy to create, easier to customize, and the easiest to deploy—no code required. Let Kaily enhance your user experience using the information you provide.

Is this page useful?