From c80e6dda852cecbf8fdc9facccdf405ff384b99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 16 Jul 2024 14:47:55 +0900 Subject: [PATCH] update --- .../interactionModels/custom/ja-JP.json | 45 ++++++++++++++++++- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/skill-package/interactionModels/custom/ja-JP.json b/skill-package/interactionModels/custom/ja-JP.json index 74c02f5..1a2152f 100644 --- a/skill-package/interactionModels/custom/ja-JP.json +++ b/skill-package/interactionModels/custom/ja-JP.json @@ -1,5 +1,26 @@ { "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": [ { @@ -32,7 +53,16 @@ "samples": [] }, { - "slots": [], + "slots": [ + { + "name": "loginCode", + "type": "AMAZON.SearchQuery", + "samples": [ + "{loginCode} です", + "{loginCode}" + ] + } + ], "name": "KidShiftAuthIntent", "samples": [ "login", @@ -45,6 +75,17 @@ ], "types": [], "invocationName": "きっずしふと" - } + }, + "prompts": [ + { + "variations": [ + { + "type": "PlainText", + "value": "ログインコードを教えてください" + } + ], + "id": "Elicit.Slot.334399526252.1585714540564" + } + ] } }