๐ŸššMisty Delivery

Everyone needs a Misty who can deliver fresh soft drinks!

In this project, Misty will be programmed to listen to our favourite drink, and thanks to the NLP understanding it, go straight to the fridge and ask to have it in her amazing tin holder arm.

The first step to create a customized NLP conversation is to program our very unique context.

For the moment this is possible only with Blockly.

In your Misty Studio, click on Programming and then Blockly. From there open Misty's NLP Blockly section and create this context:

Then click on 'Run' and let Misty learn about your drinks choice.

In the Python code, after initializing the variables it's time to build the conversation, the states, the actions and how the flow will go from one to the other.

We have also created two functions that represent the path to the fridge in the kitchen and the path to go back to the desk of the user who first asked for Misty's delivery service.

It's possible to trigger the whole system only after saying: "hey Misty!" and she will start listening to your request.

It's also important to import the images that Misty will display to ask for the soft drink like:

Have fun with this new Misty project!

Last updated