interface CrossChannelBehaviorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnRoutingProfilePropsMixin_CrossChannelBehaviorProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » 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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const crossChannelBehaviorProperty: connect_mixins.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