Skip to content

Commit 1cb7e97

Browse files
author
AWS
committed
Amazon Lex Model Building Service Update: Lex now supports es-US locales
1 parent 7517595 commit 1cb7e97

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lex Model Building Service",
4+
"description": "Lex now supports es-US locales"
5+
}

services/lexmodelbuilding/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@
10931093
},
10941094
"enableModelImprovements":{
10951095
"shape":"Boolean",
1096-
"documentation":"<p>Indicates whether the bot uses accuracy improvements. <code>true</code> indicates that the bot is using the imoprovements, otherwise, <code>false</code>.</p>"
1096+
"documentation":"<p>Indicates whether the bot uses accuracy improvements. <code>true</code> indicates that the bot is using the improvements, otherwise, <code>false</code>.</p>"
10971097
},
10981098
"detectSentiment":{
10991099
"shape":"Boolean",
@@ -1182,7 +1182,7 @@
11821182
},
11831183
"kendraConfiguration":{
11841184
"shape":"KendraConfiguration",
1185-
"documentation":"<p>Configuration information, if any, for connectin an Amazon Kendra index with the <code>AMAZON.KendraSearchIntent</code> intent.</p>"
1185+
"documentation":"<p>Configuration information, if any, for connecting an Amazon Kendra index with the <code>AMAZON.KendraSearchIntent</code> intent.</p>"
11861186
}
11871187
}
11881188
},
@@ -1770,7 +1770,7 @@
17701770
},
17711771
"enableModelImprovements":{
17721772
"shape":"Boolean",
1773-
"documentation":"<p>Indicates whether the bot uses accuracy improvements. <code>true</code> indicates that the bot is using the imoprovements, otherwise, <code>false</code>.</p>"
1773+
"documentation":"<p>Indicates whether the bot uses accuracy improvements. <code>true</code> indicates that the bot is using the improvements, otherwise, <code>false</code>.</p>"
17741774
},
17751775
"nluIntentConfidenceThreshold":{
17761776
"shape":"ConfidenceThreshold",
@@ -2652,10 +2652,11 @@
26522652
"Locale":{
26532653
"type":"string",
26542654
"enum":[
2655-
"en-US",
2656-
"en-GB",
26572655
"de-DE",
2658-
"en-AU"
2656+
"en-AU",
2657+
"en-GB",
2658+
"en-US",
2659+
"es-US"
26592660
]
26602661
},
26612662
"LocaleList":{
@@ -3029,7 +3030,7 @@
30293030
},
30303031
"enableModelImprovements":{
30313032
"shape":"Boolean",
3032-
"documentation":"<p>Indicates whether the bot uses accuracy improvements. <code>true</code> indicates that the bot is using the imoprovements, otherwise, <code>false</code>.</p>"
3033+
"documentation":"<p>Indicates whether the bot uses accuracy improvements. <code>true</code> indicates that the bot is using the improvements, otherwise, <code>false</code>.</p>"
30333034
},
30343035
"nluIntentConfidenceThreshold":{
30353036
"shape":"ConfidenceThreshold",

0 commit comments

Comments
 (0)