Skip to content

Commit 55eebab

Browse files
author
AWS
committed
Amazon Lex Model Building V2 Update: This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
1 parent b0db14a commit 55eebab

File tree

3 files changed

+323
-8
lines changed

3 files changed

+323
-8
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": "This release adds support for utterances statistics for bots built using Lex V2 console and APIs. For details, see: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html"
6+
}

services/lexmodelsv2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"ListAggregatedUtterances": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults"
7+
},
38
"ListBotAliases": {
49
"input_token": "nextToken",
510
"output_token": "nextToken",

0 commit comments

Comments
 (0)