|
11 | 11 | "signatureVersion":"v4",
|
12 | 12 | "signingName":"transcribe",
|
13 | 13 | "targetPrefix":"Transcribe",
|
14 |
| - "uid":"transcribe-2017-10-26" |
| 14 | + "uid":"transcribe-2017-10-26", |
| 15 | + "auth":["aws.auth#sigv4"] |
15 | 16 | },
|
16 | 17 | "operations":{
|
17 | 18 | "CreateCallAnalyticsCategory":{
|
|
805 | 806 | "ChannelDefinitions":{
|
806 | 807 | "shape":"ChannelDefinitions",
|
807 | 808 | "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>" |
808 | 813 | }
|
809 | 814 | },
|
810 | 815 | "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 | 970 | "shape":"DateTime",
|
966 | 971 | "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>"
|
967 | 972 | },
|
| 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 | + }, |
968 | 977 | "InputType":{
|
969 | 978 | "shape":"InputType",
|
970 | 979 | "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 | 1055 | "shape":"RuleList",
|
1047 | 1056 | "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>"
|
1048 | 1057 | },
|
| 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 | + }, |
1049 | 1062 | "InputType":{
|
1050 | 1063 | "shape":"InputType",
|
1051 | 1064 | "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 | 2976 | "shape":"CallAnalyticsJobSettings",
|
2964 | 2977 | "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>"
|
2965 | 2978 | },
|
| 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 | + }, |
2966 | 2983 | "ChannelDefinitions":{
|
2967 | 2984 | "shape":"ChannelDefinitions",
|
2968 | 2985 | "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