From ea84b2554d7abf2edadb120f3e57c406b74b2ff6 Mon Sep 17 00:00:00 2001 From: Robert Wunsch Date: Mon, 17 Jul 2023 19:29:06 +0200 Subject: [PATCH] Change change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER in interaction-models for all languages. (#189) * Update de-DE.json change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER for de-DE.json. * Update en-US.json change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER for en-US.json. * Update es-ES.json change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER for es-ES.json * Update fr-FR.json change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER for fr-FR.json * Update it-IT.json change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER for it-IT.json * Update pt-BR.json change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER for pt-BR.json --- skill-package/interactionModels/custom/de-DE.json | 4 ++-- skill-package/interactionModels/custom/en-US.json | 2 +- skill-package/interactionModels/custom/es-ES.json | 2 +- 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, 10 insertions(+), 10 deletions(-) diff --git a/skill-package/interactionModels/custom/de-DE.json b/skill-package/interactionModels/custom/de-DE.json index 1577afb9..e3641c37 100644 --- a/skill-package/interactionModels/custom/de-DE.json +++ b/skill-package/interactionModels/custom/de-DE.json @@ -60,7 +60,7 @@ "slots": [ { "name": "Numbers", - "type": "AMAZON.FOUR_DIGIT_NUMBER" + "type": "AMAZON.NUMBER" } ], "samples": [ @@ -132,4 +132,4 @@ } }, "version": "1" -} \ No newline at end of file +} diff --git a/skill-package/interactionModels/custom/en-US.json b/skill-package/interactionModels/custom/en-US.json index f1692b29..94d26a6c 100644 --- a/skill-package/interactionModels/custom/en-US.json +++ b/skill-package/interactionModels/custom/en-US.json @@ -60,7 +60,7 @@ "slots": [ { "name": "Numbers", - "type": "AMAZON.FOUR_DIGIT_NUMBER" + "type": "AMAZON.NUMBER" } ], "samples": [ diff --git a/skill-package/interactionModels/custom/es-ES.json b/skill-package/interactionModels/custom/es-ES.json index 41c5541e..01e46ff6 100644 --- a/skill-package/interactionModels/custom/es-ES.json +++ b/skill-package/interactionModels/custom/es-ES.json @@ -52,7 +52,7 @@ "slots": [ { "name": "Numbers", - "type": "AMAZON.FOUR_DIGIT_NUMBER" + "type": "AMAZON.NUMBER" } ], "samples": ["{Numbers}"] diff --git a/skill-package/interactionModels/custom/fr-FR.json b/skill-package/interactionModels/custom/fr-FR.json index c627854c..17d6c108 100644 --- a/skill-package/interactionModels/custom/fr-FR.json +++ b/skill-package/interactionModels/custom/fr-FR.json @@ -61,7 +61,7 @@ "slots": [ { "name": "Numbers", - "type": "AMAZON.FOUR_DIGIT_NUMBER" + "type": "AMAZON.NUMBER" } ], "samples": [ @@ -133,4 +133,4 @@ } }, "version": "1" -} \ No newline at end of file +} diff --git a/skill-package/interactionModels/custom/it-IT.json b/skill-package/interactionModels/custom/it-IT.json index 165104c0..b2a727a8 100644 --- a/skill-package/interactionModels/custom/it-IT.json +++ b/skill-package/interactionModels/custom/it-IT.json @@ -60,7 +60,7 @@ "slots": [ { "name": "Numbers", - "type": "AMAZON.FOUR_DIGIT_NUMBER" + "type": "AMAZON.NUMBER" } ], "samples": [ @@ -132,4 +132,4 @@ } }, "version": "1" -} \ No newline at end of file +} diff --git a/skill-package/interactionModels/custom/pt-BR.json b/skill-package/interactionModels/custom/pt-BR.json index e6b49d27..b2f2ab52 100644 --- a/skill-package/interactionModels/custom/pt-BR.json +++ b/skill-package/interactionModels/custom/pt-BR.json @@ -64,7 +64,7 @@ "slots": [ { "name": "Numbers", - "type": "AMAZON.FOUR_DIGIT_NUMBER" + "type": "AMAZON.NUMBER" } ], "samples": [ @@ -136,4 +136,4 @@ } }, "version": "1" -} \ No newline at end of file +}