Skip to content

Commit

Permalink
Change change AMAZON.FOUR_DIGIT_NUMBER to AMAZON.NUMBER in interactio…
Browse files Browse the repository at this point in the history
…n-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
  • Loading branch information
rwunsch committed Jul 17, 2023
1 parent 7492427 commit ea84b25
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions skill-package/interactionModels/custom/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"slots": [
{
"name": "Numbers",
"type": "AMAZON.FOUR_DIGIT_NUMBER"
"type": "AMAZON.NUMBER"
}
],
"samples": [
Expand Down Expand Up @@ -132,4 +132,4 @@
}
},
"version": "1"
}
}
2 changes: 1 addition & 1 deletion skill-package/interactionModels/custom/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"slots": [
{
"name": "Numbers",
"type": "AMAZON.FOUR_DIGIT_NUMBER"
"type": "AMAZON.NUMBER"
}
],
"samples": [
Expand Down
2 changes: 1 addition & 1 deletion skill-package/interactionModels/custom/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"slots": [
{
"name": "Numbers",
"type": "AMAZON.FOUR_DIGIT_NUMBER"
"type": "AMAZON.NUMBER"
}
],
"samples": ["{Numbers}"]
Expand Down
4 changes: 2 additions & 2 deletions skill-package/interactionModels/custom/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"slots": [
{
"name": "Numbers",
"type": "AMAZON.FOUR_DIGIT_NUMBER"
"type": "AMAZON.NUMBER"
}
],
"samples": [
Expand Down Expand Up @@ -133,4 +133,4 @@
}
},
"version": "1"
}
}
4 changes: 2 additions & 2 deletions skill-package/interactionModels/custom/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"slots": [
{
"name": "Numbers",
"type": "AMAZON.FOUR_DIGIT_NUMBER"
"type": "AMAZON.NUMBER"
}
],
"samples": [
Expand Down Expand Up @@ -132,4 +132,4 @@
}
},
"version": "1"
}
}
4 changes: 2 additions & 2 deletions skill-package/interactionModels/custom/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"slots": [
{
"name": "Numbers",
"type": "AMAZON.FOUR_DIGIT_NUMBER"
"type": "AMAZON.NUMBER"
}
],
"samples": [
Expand Down Expand Up @@ -136,4 +136,4 @@
}
},
"version": "1"
}
}

0 comments on commit ea84b25

Please sign in to comment.