Skip to content

Commit b5202b6

Browse files
author
AWS
committed
Amazon Transcribe Service Update: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
1 parent 16ea73b commit b5202b6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
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 Transcribe Service",
4+
"contributor": "",
5+
"description": "This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories."
6+
}

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"signatureVersion":"v4",
1212
"signingName":"transcribe",
1313
"targetPrefix":"Transcribe",
14-
"uid":"transcribe-2017-10-26"
14+
"uid":"transcribe-2017-10-26",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"CreateCallAnalyticsCategory":{
@@ -805,6 +806,10 @@
805806
"ChannelDefinitions":{
806807
"shape":"ChannelDefinitions",
807808
"documentation":"<p>Indicates which speaker is on which channel.</p>"
809+
},
810+
"Tags":{
811+
"shape":"TagList",
812+
"documentation":"<p>The tags, each in the form of a key:value pair, assigned to the specified call analytics job.</p>"
808813
}
809814
},
810815
"documentation":"<p>Provides detailed information about a Call Analytics job.</p> <p>To view the job's status, refer to <code>CallAnalyticsJobStatus</code>. If the status is <code>COMPLETED</code>, the job is finished. You can find your completed transcript at the URI specified in <code>TranscriptFileUri</code>. If the status is <code>FAILED</code>, <code>FailureReason</code> provides details on why your transcription job failed.</p> <p>If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the location specified in <code>RedactedTranscriptFileUri</code>.</p> <p>If you chose to redact the audio in your media file, you can find your redacted media file at the location specified in the <code>RedactedMediaFileUri</code> field of your response.</p>"
@@ -965,6 +970,10 @@
965970
"shape":"DateTime",
966971
"documentation":"<p>The date and time the specified Call Analytics category was last updated.</p> <p>Timestamps are in the format <code>YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC</code>. For example, <code>2022-05-05T12:45:32.691000-07:00</code> represents 12:45 PM UTC-7 on May 5, 2022.</p>"
967972
},
973+
"Tags":{
974+
"shape":"TagList",
975+
"documentation":"<p>The tags, each in the form of a key:value pair, assigned to the specified call analytics category.</p>"
976+
},
968977
"InputType":{
969978
"shape":"InputType",
970979
"documentation":"<p>The input type associated with the specified category. <code>POST_CALL</code> refers to a category that is applied to batch transcriptions; <code>REAL_TIME</code> refers to a category that is applied to streaming transcriptions.</p>"
@@ -1046,6 +1055,10 @@
10461055
"shape":"RuleList",
10471056
"documentation":"<p>Rules define a Call Analytics category. When creating a new category, you must create between 1 and 20 rules for that category. For each rule, you specify a filter you want applied to the attributes of a call. For example, you can choose a sentiment filter that detects if a customer's sentiment was positive during the last 30 seconds of the call.</p>"
10481057
},
1058+
"Tags":{
1059+
"shape":"TagList",
1060+
"documentation":"<p>Adds one or more custom tags, each in the form of a key:value pair, to a new call analytics category at the time you start this new job.</p> <p>To learn more about using tags with Amazon Transcribe, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html\">Tagging resources</a>.</p>"
1061+
},
10491062
"InputType":{
10501063
"shape":"InputType",
10511064
"documentation":"<p>Choose whether you want to create a real-time or a post-call category for your Call Analytics transcription.</p> <p>Specifying <code>POST_CALL</code> assigns your category to post-call transcriptions; categories with this input type cannot be applied to streaming (real-time) transcriptions.</p> <p>Specifying <code>REAL_TIME</code> assigns your category to streaming transcriptions; categories with this input type cannot be applied to post-call transcriptions.</p> <p>If you do not include <code>InputType</code>, your category is created as a post-call category by default.</p>"
@@ -2963,6 +2976,10 @@
29632976
"shape":"CallAnalyticsJobSettings",
29642977
"documentation":"<p>Specify additional optional settings in your request, including content redaction; allows you to apply custom language models, vocabulary filters, and custom vocabularies to your Call Analytics job.</p>"
29652978
},
2979+
"Tags":{
2980+
"shape":"TagList",
2981+
"documentation":"<p>Adds one or more custom tags, each in the form of a key:value pair, to a new call analytics job at the time you start this new job.</p> <p>To learn more about using tags with Amazon Transcribe, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html\">Tagging resources</a>.</p>"
2982+
},
29662983
"ChannelDefinitions":{
29672984
"shape":"ChannelDefinitions",
29682985
"documentation":"<p>Makes it possible to specify which speaker is on which channel. For example, if your agent is the first participant to speak, you would set <code>ChannelId</code> to <code>0</code> (to indicate the first channel) and <code>ParticipantRole</code> to <code>AGENT</code> (to indicate that it's the agent speaking).</p>"

0 commit comments

Comments
 (0)