_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
categories
Provides detailed information about your Call Analytics categories, including all the rules associated with each category. | STRUCT( "category_name" VARCHAR, "rules" STRUCT( "non_talk_time_filter" STRUCT( "threshold" BIGINT, "absolute_time_range" STRUCT( "start_time" BIGINT, "end_time" BIGINT, "first" BIGINT, "last" BIGINT ), "relative_time_range" STRUCT( "start_percentage" BIGINT, "end_percentage" BIGINT, "first" BIGINT, "last" BIGINT ), "negate" BOOLEAN ), "interruption_filter" STRUCT( "threshold" BIGINT, "participant_role" VARCHAR, "absolute_time_range" STRUCT( "start_time" BIGINT, "end_time" BIGINT, "first" BIGINT, "last" BIGINT ), "relative_time_range" STRUCT( "start_percentage" BIGINT, "end_percentage" BIGINT, "first" BIGINT, "last" BIGINT ), "negate" BOOLEAN ), "transcript_filter" STRUCT( "transcript_filter_type" VARCHAR, "absolute_time_range" STRUCT( "start_time" BIGINT, "end_time" BIGINT, "first" BIGINT, "last" BIGINT ), "relative_time_range" STRUCT( "start_percentage" BIGINT, "end_percentage" BIGINT, "first" BIGINT, "last" BIGINT ), "participant_role" VARCHAR, "negate" BOOLEAN, "targets" VARCHAR[] ), "sentiment_filter" STRUCT( "sentiments" VARCHAR[], "absolute_time_range" STRUCT( "start_time" BIGINT, "end_time" BIGINT, "first" BIGINT, "last" BIGINT ), "relative_time_range" STRUCT( "start_percentage" BIGINT, "end_percentage" BIGINT, "first" BIGINT, "last" BIGINT ), "participant_role" VARCHAR, "negate" BOOLEAN ) )[], "create_time" TIMESTAMP_S, "last_update_time" TIMESTAMP_S, "input_type" VARCHAR )[] |
Show child fields- categories[]
Show child fields- categories[].category_name
The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.
- categories[].create_time
The date and time the specified Call Analytics category was created. Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
- categories[].input_type
The input type associated with the specified category. POST_CALL refers to a category that is applied to batch transcriptions; REAL_TIME refers to a category that is applied to streaming transcriptions.
- categories[].last_update_time
The date and time the specified Call Analytics category was last updated. Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-05T12:45:32.691000-07:00 represents 12:45 PM UTC-7 on May 5, 2022.
- categories[].rules[]
Show child fields- categories[].rules[].interruption_filter
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail. Show child fields- categories[].rules[].interruption_filter.absolute_time_range
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail. Show child fields- categories[].rules[].interruption_filter.absolute_time_range.end_time
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.
- categories[].rules[].interruption_filter.absolute_time_range.first
The time, in milliseconds, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].interruption_filter.absolute_time_range.last
The time, in milliseconds, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].interruption_filter.absolute_time_range.start_time
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.
- categories[].rules[].interruption_filter.negate
Set to TRUE to flag speech that does not contain interruptions. Set to FALSE to flag speech that contains interruptions.
- categories[].rules[].interruption_filter.participant_role
Specify the interrupter that you want to flag. Omitting this parameter is equivalent to specifying both participants.
- categories[].rules[].interruption_filter.relative_time_range
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail. Show child fields- categories[].rules[].interruption_filter.relative_time_range.end_percentage
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.
- categories[].rules[].interruption_filter.relative_time_range.first
The time, in percentage, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].interruption_filter.relative_time_range.last
The time, in percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].interruption_filter.relative_time_range.start_percentage
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.
- categories[].rules[].interruption_filter.threshold
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10,000 milliseconds of interruptions.
- categories[].rules[].non_talk_time_filter
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail. Show child fields- categories[].rules[].non_talk_time_filter.absolute_time_range
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail. Show child fields- categories[].rules[].non_talk_time_filter.absolute_time_range.end_time
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.
- categories[].rules[].non_talk_time_filter.absolute_time_range.first
The time, in milliseconds, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].non_talk_time_filter.absolute_time_range.last
The time, in milliseconds, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].non_talk_time_filter.absolute_time_range.start_time
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.
- categories[].rules[].non_talk_time_filter.negate
Set to TRUE to flag periods of speech. Set to FALSE to flag periods of silence
- categories[].rules[].non_talk_time_filter.relative_time_range
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail. Show child fields- categories[].rules[].non_talk_time_filter.relative_time_range.end_percentage
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.
- categories[].rules[].non_talk_time_filter.relative_time_range.first
The time, in percentage, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].non_talk_time_filter.relative_time_range.last
The time, in percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].non_talk_time_filter.relative_time_range.start_percentage
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.
- categories[].rules[].non_talk_time_filter.threshold
Specify the duration, in milliseconds, of the period of silence that you want to flag. For example, you can flag a silent period that lasts 30,000 milliseconds.
- categories[].rules[].sentiment_filter
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail. Show child fields- categories[].rules[].sentiment_filter.absolute_time_range
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail. Show child fields- categories[].rules[].sentiment_filter.absolute_time_range.end_time
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.
- categories[].rules[].sentiment_filter.absolute_time_range.first
The time, in milliseconds, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].sentiment_filter.absolute_time_range.last
The time, in milliseconds, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].sentiment_filter.absolute_time_range.start_time
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.
- categories[].rules[].sentiment_filter.negate
Set to TRUE to flag the sentiments that you didn't include in your request. Set to FALSE to flag the sentiments that you specified in your request.
- categories[].rules[].sentiment_filter.participant_role
Specify the participant that you want to flag. Omitting this parameter is equivalent to specifying both participants.
- categories[].rules[].sentiment_filter.relative_time_range
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail. Show child fields- categories[].rules[].sentiment_filter.relative_time_range.end_percentage
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.
- categories[].rules[].sentiment_filter.relative_time_range.first
The time, in percentage, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].sentiment_filter.relative_time_range.last
The time, in percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].sentiment_filter.relative_time_range.start_percentage
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.
- categories[].rules[].sentiment_filter.sentiments[]
- categories[].rules[].transcript_filter
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail. Show child fields- categories[].rules[].transcript_filter.absolute_time_range
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail. Show child fields- categories[].rules[].transcript_filter.absolute_time_range.end_time
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.
- categories[].rules[].transcript_filter.absolute_time_range.first
The time, in milliseconds, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].transcript_filter.absolute_time_range.last
The time, in milliseconds, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].transcript_filter.absolute_time_range.start_time
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.
- categories[].rules[].transcript_filter.negate
Set to TRUE to flag the absence of the phrase that you specified in your request. Set to FALSE to flag the presence of the phrase that you specified in your request.
- categories[].rules[].transcript_filter.participant_role
Specify the participant that you want to flag. Omitting this parameter is equivalent to specifying both participants.
- categories[].rules[].transcript_filter.relative_time_range
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail. Show child fields- categories[].rules[].transcript_filter.relative_time_range.end_percentage
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.
- categories[].rules[].transcript_filter.relative_time_range.first
The time, in percentage, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].transcript_filter.relative_time_range.last
The time, in percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
- categories[].rules[].transcript_filter.relative_time_range.start_percentage
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.
- categories[].rules[].transcript_filter.targets[]
- categories[].rules[].transcript_filter.transcript_filter_type
Flag the presence or absence of an exact match to the phrases that you specify. For example, if you specify the phrase "speak to a manager" as your Targets value, only that exact phrase is flagged. Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
|