Class: Aws::ChimeSDKMediaPipelines::Types::PostCallAnalyticsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::PostCallAnalyticsSettings
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Allows you to specify additional settings for your Call Analytics post-call request, including output locations for your redacted transcript, which IAM role to use, and which encryption key to use.
DataAccessRoleArn
and OutputLocation
are required fields.
PostCallAnalyticsSettings
provides the same insights as a Call
Analytics post-call transcription. For more information, refer to
Post-call analytics with real-time transcriptions in the Amazon
Transcribe Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_redaction_output ⇒ String
The content redaction output settings for a post-call analysis task.
-
#data_access_role_arn ⇒ String
The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis.
-
#output_encryption_kms_key_id ⇒ String
The ID of the KMS (Key Management Service) key used to encrypt the output.
-
#output_location ⇒ String
The URL of the Amazon S3 bucket that contains the post-call data.
Instance Attribute Details
#content_redaction_output ⇒ String
The content redaction output settings for a post-call analysis task.
2672 2673 2674 2675 2676 2677 2678 2679 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2672 class PostCallAnalyticsSettings < Struct.new( :output_location, :data_access_role_arn, :content_redaction_output, :output_encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis. For more information, see Post-call analytics with real-time transcriptions in the Amazon Transcribe Developer Guide.
2672 2673 2674 2675 2676 2677 2678 2679 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2672 class PostCallAnalyticsSettings < Struct.new( :output_location, :data_access_role_arn, :content_redaction_output, :output_encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#output_encryption_kms_key_id ⇒ String
The ID of the KMS (Key Management Service) key used to encrypt the output.
2672 2673 2674 2675 2676 2677 2678 2679 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2672 class PostCallAnalyticsSettings < Struct.new( :output_location, :data_access_role_arn, :content_redaction_output, :output_encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ String
The URL of the Amazon S3 bucket that contains the post-call data.
2672 2673 2674 2675 2676 2677 2678 2679 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2672 class PostCallAnalyticsSettings < Struct.new( :output_location, :data_access_role_arn, :content_redaction_output, :output_encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |