For GetCookingIntent, you will build the dialog model using the skill builder in the Alexa console. The GetCookingIntent dialog model will ask the user for DietTypes and Foods slots if they are not provided. If the user provides a DietTypes slot value, you will create another dialog that asks the user if the provided value is correct. In this section, you are not create the conversations, but rather one-off models that interact with the user at a specific point in the conversation. In the following sections, you will learn to stitch all this together, which will allow the user to experience the conversational flow. In summary, the following models will be created:
- DietTypes is a required slot dialog ...