Class: Aws::ChimeSDKMediaPipelines::Types::PostCallAnalyticsSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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][1

in the *Amazon

Transcribe Developer Guide*.

[1]: docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_redaction_outputString

The content redaction output settings for a post-call analysis task.

Returns:

  • (String)


2716
2717
2718
2719
2720
2721
2722
2723
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2716

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_arnString

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*.

[1]: docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html

Returns:

  • (String)


2716
2717
2718
2719
2720
2721
2722
2723
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2716

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_idString

The ID of the KMS (Key Management Service) key used to encrypt the output.

Returns:

  • (String)


2716
2717
2718
2719
2720
2721
2722
2723
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2716

class PostCallAnalyticsSettings < Struct.new(
  :output_location,
  :data_access_role_arn,
  :content_redaction_output,
  :output_encryption_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationString

The URL of the Amazon S3 bucket that contains the post-call data.

Returns:

  • (String)


2716
2717
2718
2719
2720
2721
2722
2723
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2716

class PostCallAnalyticsSettings < Struct.new(
  :output_location,
  :data_access_role_arn,
  :content_redaction_output,
  :output_encryption_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end