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 +}