Interface CfnUserPropsMixin.IAfterContactWorkConfigProperty
After Contact Work configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnUserPropsMixin.IAfterContactWorkConfigProperty
Syntax (vb)
Public Interface CfnUserPropsMixin.IAfterContactWorkConfigProperty
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.CfnPropertyMixins.AWS.Connect;
var afterContactWorkConfigProperty = new AfterContactWorkConfigProperty {
AfterContactWorkTimeLimit = 123
};
Synopsis
Properties
| AfterContactWorkTimeLimit | The After Call Work (ACW) timeout setting, in seconds. |
Properties
AfterContactWorkTimeLimit
The After Call Work (ACW) timeout setting, in seconds.
double? AfterContactWorkTimeLimit { get; }