Skip to content

Commit f813ca4

Browse files
author
AWS
committed
Amazon Lex Model Building V2 Update: Add support for the Assisted NLU feature to improve bot performance
1 parent 404dae2 commit f813ca4

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lex Model Building V2",
4+
"contributor": "",
5+
"description": "Add support for the Assisted NLU feature to improve bot performance"
6+
}

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

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5737,8 +5737,7 @@
57375737
},
57385738
"CreateUploadUrlRequest":{
57395739
"type":"structure",
5740-
"members":{
5741-
}
5740+
"members":{}
57425741
},
57435742
"CreateUploadUrlResponse":{
57445743
"type":"structure",
@@ -6494,8 +6493,7 @@
64946493
},
64956494
"DeleteUtterancesResponse":{
64966495
"type":"structure",
6497-
"members":{
6498-
}
6496+
"members":{}
64996497
},
65006498
"DescribeBotAliasRequest":{
65016499
"type":"structure",
@@ -7772,7 +7770,7 @@
77727770
},
77737771
"Description":{
77747772
"type":"string",
7775-
"max":200,
7773+
"max":2000,
77767774
"min":0
77777775
},
77787776
"DescriptiveBotBuilderSpecification":{
@@ -10880,6 +10878,17 @@
1088010878
"min":0
1088110879
},
1088210880
"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+
},
1088310892
"NonEmptyString":{
1088410893
"type":"string",
1088510894
"min":1
@@ -11501,6 +11510,10 @@
1150111510
"slotResolutionImprovement":{
1150211511
"shape":"SlotResolutionImprovementSpecification",
1150311512
"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>"
1150411517
}
1150511518
},
1150611519
"documentation":"<p>Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.</p>"
@@ -12942,8 +12955,7 @@
1294212955
},
1294312956
"TagResourceResponse":{
1294412957
"type":"structure",
12945-
"members":{
12946-
}
12958+
"members":{}
1294712959
},
1294812960
"TagValue":{
1294912961
"type":"string",
@@ -13650,8 +13662,7 @@
1365013662
},
1365113663
"UntagResourceResponse":{
1365213664
"type":"structure",
13653-
"members":{
13654-
}
13665+
"members":{}
1365513666
},
1365613667
"UpdateBotAliasRequest":{
1365713668
"type":"structure",

0 commit comments

Comments
 (0)