Skip to content

Custom Slots file impractical with new Alexa Dev interface (no bulk edit) #100

@onlymee

Description

@onlymee

The bulk edit facility for custom slot creation in the Alexa devs tool doesn't exist any more so following the instructions at:
http://thingsthataresmart.wiki/index.php?title=EchoSistant

is rather tedious.
https://github.com/BamaRayne/Echosistant/blob/master/smartapps/echo/AWS_Files/MainCustomSlots

before I go trying to use so VI or sed wizardry to convert each list to the appropriate chunk of JSON... could you simply export the JSON model and upload it to the repo. So thinks like LIST_OF_COMMANDS becomes the rather more verbose:

      "types": [
            {
                "name": "LIST_OF_COMMANDS",
                "values": [
                    {
                        "name": {
                            "value": "medicatednone"
                        }
                    },
                    {
                        "name": {
                            "value": "walked"
                        }
                    },
                    {
                        "name": {
                            "value": "bathed"
                        }
                    },
                    {
                        "name": {
                            "value": "fed"
                        }
                    },
                    {
                        "name": {
                            "value": "brushed"
                        }
                    },
                    {
                        "name": {
                            "value": "working"
                        }
                    },

etc..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions