Dialog script examples

Alan AI Studio comes with a set of predefined dialog scripts. You can add these scripts to your project at any time and use them as examples of conversation flows that you can create with Alan AI.

To add a predefined script, in the left pane of your Alan AI Studio project, click Add script and select the scripts you want to add.

Note

Some of examples like Jeopardy game have their data distributed between several scripts. To see how they work, you need to add the whole set of scripts to the project.

Beside viewing the code of predefined scripts in Alan AI Studio and testing them in the Debugging Chat, you can check how these scripts work when run in a real app. To do this, you need to install Alan AI Playground for iOS or Android and select the necessary example app in it.

Playground examples

Alan AI Playground offers the following examples:

../../../_images/customer-survey.png

Survey: A chatbot to take conduct customer survey and get user feedback about the product.

../../../_images/bitcoin.png

Bitcoin: An AI assistant to get information about the Bitcoin price from the external server.

../../../_images/calculator.png

Calculator: A chatbot that allows making mathematical calculations with voice.

../../../_images/news.png

News: A news app that allows listening to the headlines of the latest news on a specific topic.

../../../_images/crm.png

CRM: An AI assistant that allows getting the latest data on account opportunities.

../../../_images/smalltalk.png

Small Talk: A simple chatbot that can engage in a simple small talk.

../../../_images/weather.png

Weather: A weather forecast chatbot.

../../../_images/jeopardy.png

Jeopardy: A chatbot that allows playing the Jeopardy game.

../../../_images/translation.png

Translation: A voice bot for translating words and phrases to different languages.