kidshift-skills/skill-package/interactionModels/custom/ja-JP.json
2024-07-15 19:18:24 +09:00

36 lines
694 B
JSON

{
"interactionModel": {
"languageModel": {
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"slots": [],
"name": "HelloWorldIntent",
"samples": [
"hello",
"how are you",
"say hi world",
"say hi",
"hi",
"say hello world",
"say hello"
]
}
],
"types": [],
"invocationName": "きっずしふと"
}
}
}