Skip to content

Commit c071bcd

Browse files
authored
update interactionModels for string intents (#181)
1 parent 8a0d7f2 commit c071bcd

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

skill-package/interactionModels/custom/de-DE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"slots": [
3737
{
3838
"name": "Strings",
39-
"type": "AMAZON.SearchQuery"
39+
"type": "AMAZON.Person"
4040
}
4141
],
4242
"samples": [
43-
" {Strings}"
43+
"{Strings}"
4444
]
4545
},
4646
{

skill-package/interactionModels/custom/en-US.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"slots": [
3737
{
3838
"name": "Strings",
39-
"type": "AMAZON.SearchQuery"
39+
"type": "AMAZON.Person"
4040
}
4141
],
4242
"samples": [
43-
" {Strings}"
43+
"{Strings}"
4444
]
4545
},
4646
{

skill-package/interactionModels/custom/es-ES.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"slots": [
3333
{
3434
"name": "Strings",
35-
"type": "AMAZON.SearchQuery"
35+
"type": "AMAZON.Person"
3636
}
3737
],
38-
"samples": [" {Strings}"]
38+
"samples": ["{Strings}"]
3939
},
4040
{
4141
"name": "Select",

skill-package/interactionModels/custom/fr-FR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"slots": [
3838
{
3939
"name": "Strings",
40-
"type": "AMAZON.SearchQuery"
40+
"type": "AMAZON.Person"
4141
}
4242
],
4343
"samples": [
44-
" {Strings}"
44+
"{Strings}"
4545
]
4646
},
4747
{

skill-package/interactionModels/custom/it-IT.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"slots": [
3737
{
3838
"name": "Strings",
39-
"type": "AMAZON.SearchQuery"
39+
"type": "AMAZON.Person"
4040
}
4141
],
4242
"samples": [
43-
" {Strings}"
43+
"{Strings}"
4444
]
4545
},
4646
{

skill-package/interactionModels/custom/pt-BR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"slots": [
4141
{
4242
"name": "Strings",
43-
"type": "AMAZON.SearchQuery"
43+
"type": "AMAZON.Person"
4444
}
4545
],
4646
"samples": [
47-
" {Strings}"
47+
"{Strings}"
4848
]
4949
},
5050
{

0 commit comments

Comments
 (0)