| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
static PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.builder() |
PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.Builder.contentRedactionOutput(ContentRedactionOutput contentRedactionOutput)
Specify whether you want only a redacted transcript or both a redacted and an unredacted transcript.
|
PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.Builder.contentRedactionOutput(String contentRedactionOutput)
Specify whether you want only a redacted transcript or both a redacted and an unredacted transcript.
|
PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that
contains your input files.
|
PostCallAnalyticsSettings.Builder |
ConfigurationEvent.BuilderImpl.getPostCallAnalyticsSettings() |
PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.Builder.outputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The KMS key you want to use to encrypt your Call Analytics post-call output.
|
PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.Builder.outputLocation(String outputLocation)
The Amazon S3 location where you want your Call Analytics post-call transcription output stored.
|
PostCallAnalyticsSettings.Builder |
PostCallAnalyticsSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostCallAnalyticsSettings.Builder> |
PostCallAnalyticsSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConfigurationEvent.Builder |
ConfigurationEvent.Builder.postCallAnalyticsSettings(Consumer<PostCallAnalyticsSettings.Builder> postCallAnalyticsSettings)
Provides additional optional settings for your Call Analytics post-call request, including encryption and
output locations for your redacted and unredacted transcript.
|
Copyright © 2023. All rights reserved.