Interface CfnUser.IAfterContactWorkConfigPerChannelProperty
After Contact Work configuration per channel.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnUser.IAfterContactWorkConfigPerChannelProperty
Syntax (vb)
Public Interface CfnUser.IAfterContactWorkConfigPerChannelProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var afterContactWorkConfigPerChannelProperty = new AfterContactWorkConfigPerChannelProperty {
AfterContactWorkConfig = new AfterContactWorkConfigProperty {
AfterContactWorkTimeLimit = 123
},
Channel = "channel",
// the properties below are optional
AgentFirstCallbackAfterContactWorkConfig = new AfterContactWorkConfigProperty {
AfterContactWorkTimeLimit = 123
}
};
Synopsis
Properties
| AfterContactWorkConfig | After Contact Work configuration. |
| AgentFirstCallbackAfterContactWorkConfig | After Contact Work configuration. |
| Channel | The channels that agents can handle in the Contact Control Panel (CCP). |
Properties
AfterContactWorkConfig
After Contact Work configuration.
object AfterContactWorkConfig { get; }
Property Value
Remarks
AgentFirstCallbackAfterContactWorkConfig
After Contact Work configuration.
object? AgentFirstCallbackAfterContactWorkConfig { get; }
Property Value
Remarks
Channel
The channels that agents can handle in the Contact Control Panel (CCP).
string Channel { get; }