Get started

Creating applications in Mix involves these essential steps:

Create and deploy stages

  1. Create a project. A project contains all the data necessary for building Mix.asr, Mix.nlu, and Mix.dialog resources.
  2. Author ASR, NLU, and dialog resources using the Mix tools. You can also import existing resources from other projects. This is what you’ll do in the next topic.
  3. Create an application configuration, which lets you define the resource version(s) you want to use in your application.
  4. Deploy the application configuration in a runtime environment so that you can use the resources in your application, with one of the available runtime services:
    • ASR as a Service
    • NLU as a service
    • Dialog as a Service
    • TTS as a Service
    • NR as a Service
  5. Run your client application.

Ready? Let’s try it!


Coffee app quick start

Get started by building a simple coffee app.

Learning about Mix

About other resources available such as the Learn tab and the Community Forum.

Copilot in Mix (preview)

Introduces Copilot in Mix, currently in preview.