interface CrossChannelBehaviorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnRoutingProfilePropsMixin_CrossChannelBehaviorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnRoutingProfilePropsMixin » CrossChannelBehaviorProperty |
Defines the cross-channel routing behavior that allows an agent working on a contact in one channel to be offered a contact from a different 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 crossChannelBehaviorProperty: connect.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty = {
behaviorType: 'behaviorType',
};
Properties
| Name | Type | Description |
|---|---|---|
| behavior | string | Specifies the other channels that can be routed to an agent handling their current channel. |
behaviorType?
Type:
string
(optional)
Specifies the other channels that can be routed to an agent handling their current channel.

.NET
Go
Java
Python
TypeScript