Design the Slots for Your Skill


What are slots and slot types are

A slot type defines variable information in your sample utterances. Slots make your life easier when writing sample utterances by allowing interchangeable information to be accepted as input for a sample utterance. This means you only have to write out the sample utterance once rather than multiple times for every potential input. Additionally, you can use this information to customize the responses that the skill gives. For example, a {PizzaType} slot may contain a list of pizzas (e.g. “pepperoni”, “hawaiian”, “vegetarian”, etc.) and be tied to a “PizzaSlot” within your skill. Using the sample utterance “i want a {PizzaSlot}”, you can cover a wide range of user input using just one sample utterance. See the “Custom Slots” section below for a detailed example of how to implement slots in your skill.

The design guide has been split into two sections for this subject matter:


Was this page helpful?

Last updated: Nov 28, 2023