Skip to content

Commit 5a19f1a

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words.
1 parent 57ddde8 commit 5a19f1a

File tree

3 files changed

+556
-1
lines changed

3 files changed

+556
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words."
6+
}

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

+12
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
"output_token": "NextToken",
4646
"result_key": "ReferenceSummaryList"
4747
},
48+
"ListDefaultVocabularies": {
49+
"input_token": "NextToken",
50+
"limit_key": "MaxResults",
51+
"output_token": "NextToken",
52+
"result_key": "DefaultVocabularyList"
53+
},
4854
"ListHoursOfOperations": {
4955
"input_token": "NextToken",
5056
"limit_key": "MaxResults",
@@ -164,6 +170,12 @@
164170
"limit_key": "MaxResults",
165171
"output_token": "NextToken",
166172
"result_key": "UserSummaryList"
173+
},
174+
"SearchVocabularies": {
175+
"input_token": "NextToken",
176+
"limit_key": "MaxResults",
177+
"output_token": "NextToken",
178+
"result_key": "VocabularySummaryList"
167179
}
168180
}
169181
}

0 commit comments

Comments
 (0)