26 lines
558 B
JSON
26 lines
558 B
JSON
{
|
|
"id": "exampleMenu",
|
|
"title": "Example Menu",
|
|
"buttons": [
|
|
{
|
|
"id": "one",
|
|
"label": "One",
|
|
"icon": "core://resources/actionIcons/default.png",
|
|
"utterance": "one"
|
|
},
|
|
{
|
|
"id": "two",
|
|
"label": "Two",
|
|
"icon": "core://resources/actionIcons/default.png",
|
|
"utterance": "two"
|
|
},
|
|
{
|
|
"id": "hex",
|
|
"label": "Hex",
|
|
"icon": "core://resources/actionIcons/default.png",
|
|
"utterance": "hex",
|
|
"hitAreaPolygon": [165,0,330,82.5,330,247.5,165,330,0,247.5,0,82.5]
|
|
}
|
|
]
|
|
}
|