Interface CfnUserPropsMixin.AutoAcceptConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPropsMixin.AutoAcceptConfigProperty.Jsii$Proxy
- Enclosing class:
CfnUserPropsMixin
@Stability(Stable)
public static interface CfnUserPropsMixin.AutoAcceptConfigProperty
extends software.amazon.jsii.JsiiSerializable
Auto-accept configuration per channel.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
AutoAcceptConfigProperty autoAcceptConfigProperty = AutoAcceptConfigProperty.builder()
.agentFirstCallbackAutoAccept(false)
.autoAccept(false)
.channel("channel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPropsMixin.AutoAcceptConfigPropertystatic final classAn implementation forCfnUserPropsMixin.AutoAcceptConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentFirstCallbackAutoAccept
The agent first callback auto accept setting.Returns union: either
BooleanorIResolvable- See Also:
-
getAutoAccept
The Auto accept setting.Returns union: either
BooleanorIResolvable- See Also:
-
getChannel
The channels that agents can handle in the Contact Control Panel (CCP).- See Also:
-
builder
-