interface TelephonyChannelSubtypeConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.TelephonyChannelSubtypeConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_TelephonyChannelSubtypeConfigProperty |
Java | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.TelephonyChannelSubtypeConfigProperty |
Python | aws_cdk.aws_connectcampaignsv2.CfnCampaign.TelephonyChannelSubtypeConfigProperty |
TypeScript | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » TelephonyChannelSubtypeConfigProperty |
Telephony Channel Subtype config.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connectcampaignsv2 as connectcampaignsv2 } from 'aws-cdk-lib';
declare const agentlessConfig: any;
const telephonyChannelSubtypeConfigProperty: connectcampaignsv2.CfnCampaign.TelephonyChannelSubtypeConfigProperty = {
defaultOutboundConfig: {
connectContactFlowId: 'connectContactFlowId',
// the properties below are optional
answerMachineDetectionConfig: {
enableAnswerMachineDetection: false,
// the properties below are optional
awaitAnswerMachinePrompt: false,
},
connectSourcePhoneNumber: 'connectSourcePhoneNumber',
},
outboundMode: {
agentlessConfig: agentlessConfig,
predictiveConfig: {
bandwidthAllocation: 123,
},
progressiveConfig: {
bandwidthAllocation: 123,
},
},
// the properties below are optional
capacity: 123,
connectQueueId: 'connectQueueId',
};
Properties
Name | Type | Description |
---|---|---|
default | IResolvable | Telephony | Default Telephone Outbound config. |
outbound | IResolvable | Telephony | Telephony Outbound Mode. |
capacity? | number | Allocates outbound capacity for the specific channel of this campaign between multiple active campaigns. |
connect | string | The queue for the call. |
defaultOutboundConfig
Type:
IResolvable
|
Telephony
Default Telephone Outbound config.
outboundMode
Type:
IResolvable
|
Telephony
Telephony Outbound Mode.
capacity?
Type:
number
(optional)
Allocates outbound capacity for the specific channel of this campaign between multiple active campaigns.
connectQueueId?
Type:
string
(optional)
The queue for the call.