PostCallAnalyticsSettings - Amazon Chime SDK

PostCallAnalyticsSettings

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.

Contents

DataAccessRoleArn

The ARN of the role used by AWS Transcribe to upload your post call analysis. For more information, see Post-call analytics with real-time transcriptions in the Amazon Transcribe Developer Guide.

Type: String

Length Constraints: Maximum length of 4096.

Pattern: .*

Required: Yes

OutputLocation

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

Type: String

Length Constraints: Maximum length of 4096.

Pattern: .*

Required: Yes

ContentRedactionOutput

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

Type: String

Valid Values: redacted | redacted_and_unredacted

Required: No

OutputEncryptionKMSKeyId

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

Type: String

Length Constraints: Maximum length of 4096.

Pattern: .*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: