Skip to main content

Aimybox

Aimybox platform helps you teach any device to interact with users. For this, create an Aimybox project, turn on the skills you need and integrate it with your device. You can choose Android SDK, iOS SDK or HTTP API.

Also, you can use any languare recognition and speech synthesis systems compatible with Aimybox, or use your own solution.

Aimybox functions

Aimybox an extensive list of different skills, including music, radio, weather forecast, games, and so on.

Also, you can create an original skill using Aimylogic and use it from your device.

How to connect your bot to a device

In the Channels settings of your bot, choose Aimybox from the list and click Connect. Click Get webhook to copy it to clipboard.

In your Aimybox project, create a Custom skill, anter its name and paste the webhook into the Webhook URL field. Enter one or a few phrases that your users will use to invoke your function and press Save.

In a few moments you can check your skill. For this, go to the Test tab and enter one of the activation phrases.

Script requirements

Your script must include an Intents block that is available from any point of the script. It should include all the activation phrases. Otherwise, your script won’t start when the user says the phrase.

Your script must also include End of Script block, which the user can use to finish their interaction with your skill.