Skip to content

Commit 6456bc3

Browse files
author
AWS
committed
Amazon Lex Model Building V2 Update: This release introduces a new feature, Automated Chatbot Designer, that helps customers automatically create a bot design from existing conversation transcripts. The feature uses machine learning to discover most common intents and the information needed to fulfill them.
1 parent e408d5c commit 6456bc3

File tree

3 files changed

+918
-16
lines changed

3 files changed

+918
-16
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 introduces a new feature, Automated Chatbot Designer, that helps customers automatically create a bot design from existing conversation transcripts. The feature uses machine learning to discover most common intents and the information needed to fulfill them."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"output_token": "nextToken",
1616
"limit_key": "maxResults"
1717
},
18+
"ListBotRecommendations": {
19+
"input_token": "nextToken",
20+
"output_token": "nextToken",
21+
"limit_key": "maxResults"
22+
},
1823
"ListBotVersions": {
1924
"input_token": "nextToken",
2025
"output_token": "nextToken",
@@ -50,6 +55,11 @@
5055
"output_token": "nextToken",
5156
"limit_key": "maxResults"
5257
},
58+
"ListRecommendedIntents": {
59+
"input_token": "nextToken",
60+
"output_token": "nextToken",
61+
"limit_key": "maxResults"
62+
},
5363
"ListSlotTypes": {
5464
"input_token": "nextToken",
5565
"output_token": "nextToken",

0 commit comments

Comments
 (0)