kidshift-skills/skill-package/interactionModels/custom/ja-JP.json

36 lines
694 B
JSON
Raw Normal View History

2024-07-15 10:18:24 +00:00
{
"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": "きっずしふと"
}
}
}