Skip to content

Commit

Permalink
update interactionModels for string intents (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyTheNut committed May 6, 2023
1 parent 8a0d7f2 commit c071bcd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 @@ -36,11 +36,11 @@
"slots": [
{
"name": "Strings",
"type": "AMAZON.SearchQuery"
"type": "AMAZON.Person"
}
],
"samples": [
" {Strings}"
"{Strings}"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions skill-package/interactionModels/custom/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"slots": [
{
"name": "Strings",
"type": "AMAZON.SearchQuery"
"type": "AMAZON.Person"
}
],
"samples": [
" {Strings}"
"{Strings}"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions skill-package/interactionModels/custom/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"slots": [
{
"name": "Strings",
"type": "AMAZON.SearchQuery"
"type": "AMAZON.Person"
}
],
"samples": [" {Strings}"]
"samples": ["{Strings}"]
},
{
"name": "Select",
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 @@ -37,11 +37,11 @@
"slots": [
{
"name": "Strings",
"type": "AMAZON.SearchQuery"
"type": "AMAZON.Person"
}
],
"samples": [
" {Strings}"
"{Strings}"
]
},
{
Expand Down
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 @@ -36,11 +36,11 @@
"slots": [
{
"name": "Strings",
"type": "AMAZON.SearchQuery"
"type": "AMAZON.Person"
}
],
"samples": [
" {Strings}"
"{Strings}"
]
},
{
Expand Down
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 @@ -40,11 +40,11 @@
"slots": [
{
"name": "Strings",
"type": "AMAZON.SearchQuery"
"type": "AMAZON.Person"
}
],
"samples": [
" {Strings}"
"{Strings}"
]
},
{
Expand Down

0 comments on commit c071bcd

Please sign in to comment.