Skip to content

Commit

Permalink
Amazon Connect Service Update: This release adds support for custom v…
Browse files Browse the repository at this point in the history
…ocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words.
  • Loading branch information
AWS committed Jan 25, 2022
1 parent 57ddde8 commit 5a19f1a
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"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."
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"output_token": "NextToken",
"result_key": "ReferenceSummaryList"
},
"ListDefaultVocabularies": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "DefaultVocabularyList"
},
"ListHoursOfOperations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down Expand Up @@ -164,6 +170,12 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "UserSummaryList"
},
"SearchVocabularies": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "VocabularySummaryList"
}
}
}
Loading

0 comments on commit 5a19f1a

Please sign in to comment.