interface VoiceEnhancementConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnUserPropsMixin.VoiceEnhancementConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnUserPropsMixin_VoiceEnhancementConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnUserPropsMixin.VoiceEnhancementConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnUserPropsMixin.VoiceEnhancementConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » 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 { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const voiceEnhancementConfigProperty: connect.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