Create Bot - Hello Human!

Create your first bot that says Hello.

  • Launch Visualyze Robot Studio

  • Click New -> Robot to bring up the Create Robot Window

  • Type the robot name HelloHuman. Note that the project name can not contain spaces.

  • Select Local Storage

  • Click Create.

Now, let's create a String variable greeting and assign a value 'Hello Human!'

  • Click the New button in the Variables pane. The Variables window is displayed.

  • Click New -> String

  • Enter 'Greeting' as the name, and Hello Human as the value, and click Save.

A new variable with name Greeting is now created. Now let's display the greeting using Show Message.

  • Drag and drop Show Message activity and connect Start to it.

  • In Show Message's input, give the variable Greeting.

  • That's it. Now click Run.

Last updated