Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfigperchannel.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfigperchannel.html#cfn-connect-user-aftercontactworkconfigperchannel-aftercontactworkconfig

Type union: either IResolvable or CfnUser.IAfterContactWorkConfigProperty

AgentFirstCallbackAfterContactWorkConfig

After Contact Work configuration.

object? AgentFirstCallbackAfterContactWorkConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfigperchannel.html#cfn-connect-user-aftercontactworkconfigperchannel-agentfirstcallbackaftercontactworkconfig

Type union: either IResolvable or CfnUser.IAfterContactWorkConfigProperty

Channel

The channels that agents can handle in the Contact Control Panel (CCP).

string Channel { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfigperchannel.html#cfn-connect-user-aftercontactworkconfigperchannel-channel

Back to top Generated by DocFX