Setting Up the shopping list intent with alexa

hi, i have a quick question, is is possible to setup the shopping list with alexa, the 2 intents that are exposed are HassShoppingListAddItem and HassShoppingListLastItems what i am now struggling with is setting up the slots, i am unsure what the slot names and types are and if they even work. has anyone tried this or know enough to help?

1 Like

Hi

I got it to work by adding this:

Intent Schema

    {
      "slots": [
        {
          "name": "item",
          "type": "ShoppingListItem"
        }
      ],
      "intent": "HassShoppingListAddItem"
    },

Custom slot types

bread
milk
juice
minced meat
chicken fillet
chips
boiled ham
prim
salad
tortillas
cucumber
sour cream
onion
bananas
corn
hot dogs
bacon cheese
meat
chicken
crisps
ham
tortilla
banana
mais

Sample Utterances

HassShoppingListAddItem add {item} to my shopping list