From c071bcd0ebfdfab56e37ef6f9ab3ed5de9deb649 Mon Sep 17 00:00:00 2001 From: FreddyTheNut Date: Sat, 6 May 2023 13:43:35 +0200 Subject: [PATCH] update interactionModels for string intents (#181) --- skill-package/interactionModels/custom/de-DE.json | 4 ++-- skill-package/interactionModels/custom/en-US.json | 4 ++-- skill-package/interactionModels/custom/es-ES.json | 4 ++-- skill-package/interactionModels/custom/fr-FR.json | 4 ++-- skill-package/interactionModels/custom/it-IT.json | 4 ++-- skill-package/interactionModels/custom/pt-BR.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/skill-package/interactionModels/custom/de-DE.json b/skill-package/interactionModels/custom/de-DE.json index 33fbea38..1577afb9 100644 --- a/skill-package/interactionModels/custom/de-DE.json +++ b/skill-package/interactionModels/custom/de-DE.json @@ -36,11 +36,11 @@ "slots": [ { "name": "Strings", - "type": "AMAZON.SearchQuery" + "type": "AMAZON.Person" } ], "samples": [ - " {Strings}" + "{Strings}" ] }, { diff --git a/skill-package/interactionModels/custom/en-US.json b/skill-package/interactionModels/custom/en-US.json index b4e00a52..f1692b29 100644 --- a/skill-package/interactionModels/custom/en-US.json +++ b/skill-package/interactionModels/custom/en-US.json @@ -36,11 +36,11 @@ "slots": [ { "name": "Strings", - "type": "AMAZON.SearchQuery" + "type": "AMAZON.Person" } ], "samples": [ - " {Strings}" + "{Strings}" ] }, { diff --git a/skill-package/interactionModels/custom/es-ES.json b/skill-package/interactionModels/custom/es-ES.json index 0e5cec3a..41c5541e 100644 --- a/skill-package/interactionModels/custom/es-ES.json +++ b/skill-package/interactionModels/custom/es-ES.json @@ -32,10 +32,10 @@ "slots": [ { "name": "Strings", - "type": "AMAZON.SearchQuery" + "type": "AMAZON.Person" } ], - "samples": [" {Strings}"] + "samples": ["{Strings}"] }, { "name": "Select", diff --git a/skill-package/interactionModels/custom/fr-FR.json b/skill-package/interactionModels/custom/fr-FR.json index f8228a1d..c627854c 100644 --- a/skill-package/interactionModels/custom/fr-FR.json +++ b/skill-package/interactionModels/custom/fr-FR.json @@ -37,11 +37,11 @@ "slots": [ { "name": "Strings", - "type": "AMAZON.SearchQuery" + "type": "AMAZON.Person" } ], "samples": [ - " {Strings}" + "{Strings}" ] }, { diff --git a/skill-package/interactionModels/custom/it-IT.json b/skill-package/interactionModels/custom/it-IT.json index 71486889..165104c0 100644 --- a/skill-package/interactionModels/custom/it-IT.json +++ b/skill-package/interactionModels/custom/it-IT.json @@ -36,11 +36,11 @@ "slots": [ { "name": "Strings", - "type": "AMAZON.SearchQuery" + "type": "AMAZON.Person" } ], "samples": [ - " {Strings}" + "{Strings}" ] }, { diff --git a/skill-package/interactionModels/custom/pt-BR.json b/skill-package/interactionModels/custom/pt-BR.json index de8ac5fa..e6b49d27 100644 --- a/skill-package/interactionModels/custom/pt-BR.json +++ b/skill-package/interactionModels/custom/pt-BR.json @@ -40,11 +40,11 @@ "slots": [ { "name": "Strings", - "type": "AMAZON.SearchQuery" + "type": "AMAZON.Person" } ], "samples": [ - " {Strings}" + "{Strings}" ] }, {