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

51 lines
1.0 KiB
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"
]
2024-07-16 02:13:57 +00:00
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"slots": [],
"name": "KidShiftAuthIntent",
"samples": [
"login",
"認証",
"ログイン",
"ログインして",
"認証して"
]
2024-07-15 10:18:24 +00:00
}
],
"types": [],
"invocationName": "きっずしふと"
}
}
}