You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/lexmodelsv2/src/main/resources/codegen-resources/service-2.json
+20-9Lines changed: 20 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5737,8 +5737,7 @@
5737
5737
},
5738
5738
"CreateUploadUrlRequest":{
5739
5739
"type":"structure",
5740
-
"members":{
5741
-
}
5740
+
"members":{}
5742
5741
},
5743
5742
"CreateUploadUrlResponse":{
5744
5743
"type":"structure",
@@ -6494,8 +6493,7 @@
6494
6493
},
6495
6494
"DeleteUtterancesResponse":{
6496
6495
"type":"structure",
6497
-
"members":{
6498
-
}
6496
+
"members":{}
6499
6497
},
6500
6498
"DescribeBotAliasRequest":{
6501
6499
"type":"structure",
@@ -7772,7 +7770,7 @@
7772
7770
},
7773
7771
"Description":{
7774
7772
"type":"string",
7775
-
"max":200,
7773
+
"max":2000,
7776
7774
"min":0
7777
7775
},
7778
7776
"DescriptiveBotBuilderSpecification":{
@@ -10880,6 +10878,17 @@
10880
10878
"min":0
10881
10879
},
10882
10880
"NextToken":{"type":"string"},
10881
+
"NluImprovementSpecification":{
10882
+
"type":"structure",
10883
+
"required":["enabled"],
10884
+
"members":{
10885
+
"enabled":{
10886
+
"shape":"Enabled",
10887
+
"documentation":"<p>Specifies whether the assisted nlu feature is enabled.</p>"
10888
+
}
10889
+
},
10890
+
"documentation":"<p>Specifies whether the assisted nlu feature is turned on or off.</p>"
10891
+
},
10883
10892
"NonEmptyString":{
10884
10893
"type":"string",
10885
10894
"min":1
@@ -11501,6 +11510,10 @@
11501
11510
"slotResolutionImprovement":{
11502
11511
"shape":"SlotResolutionImprovementSpecification",
11503
11512
"documentation":"<p>An object containing specifications for the assisted slot resolution feature.</p>"
11513
+
},
11514
+
"nluImprovement":{
11515
+
"shape":"NluImprovementSpecification",
11516
+
"documentation":"<p>An object containing specifications for the assisted nlu feature.</p>"
11504
11517
}
11505
11518
},
11506
11519
"documentation":"<p>Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.</p>"
0 commit comments