interface VoiceEnhancementConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnUserPropsMixin.VoiceEnhancementConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnUserPropsMixin_VoiceEnhancementConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnUserPropsMixin.VoiceEnhancementConfigProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnUserPropsMixin.VoiceEnhancementConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnUserPropsMixin » VoiceEnhancementConfigProperty |
Voice Enhancement configuration per channel.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const voiceEnhancementConfigProperty: connect_mixins.CfnUserPropsMixin.VoiceEnhancementConfigProperty = {
channel: 'channel',
voiceEnhancementMode: 'voiceEnhancementMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| channel? | string | The channels that agents can handle in the Contact Control Panel (CCP). |
| voice | string | The Voice Enhancement Mode setting. |
channel?
Type:
string
(optional)
The channels that agents can handle in the Contact Control Panel (CCP).
voiceEnhancementMode?
Type:
string
(optional)
The Voice Enhancement Mode setting.

.NET
Go
Java
Python
TypeScript