kidshift-skills/skill-package/interactionModels/custom/ja-JP.json
2024-07-16 14:47:55 +09:00

92 lines
2.0 KiB
JSON

{
"interactionModel": {
"dialog": {
"intents": [
{
"slots": [
{
"name": "loginCode",
"elicitationRequired": true,
"type": "AMAZON.SearchQuery",
"confirmationRequired": false,
"prompts": {
"elicitation": "Elicit.Slot.334399526252.1585714540564"
}
}
],
"name": "KidShiftAuthIntent",
"confirmationRequired": false,
"prompts": {}
}
],
"delegationStrategy": "ALWAYS"
},
"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"
]
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"slots": [
{
"name": "loginCode",
"type": "AMAZON.SearchQuery",
"samples": [
"{loginCode} です",
"{loginCode}"
]
}
],
"name": "KidShiftAuthIntent",
"samples": [
"login",
"認証",
"ログイン",
"ログインして",
"認証して"
]
}
],
"types": [],
"invocationName": "きっずしふと"
},
"prompts": [
{
"variations": [
{
"type": "PlainText",
"value": "ログインコードを教えてください"
}
],
"id": "Elicit.Slot.334399526252.1585714540564"
}
]
}
}