Class CfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingProfilePropsMixin.MediaConcurrencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingProfilePropsMixin.MediaConcurrencyProperty
@Stability(Stable)
@Internal
public static final class CfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingProfilePropsMixin.MediaConcurrencyProperty
An implementation for
CfnRoutingProfilePropsMixin.MediaConcurrencyProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.MediaConcurrencyProperty
CfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Builder, CfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe channels that agents can handle in the Contact Control Panel (CCP).final NumberThe number of contacts an agent can have on a channel simultaneously.final ObjectDefines the cross-channel routing behavior for each channel that is enabled for this Routing Profile.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRoutingProfilePropsMixin.MediaConcurrencyProperty.Builder.
-
-
Method Details
-
getChannel
Description copied from interface:CfnRoutingProfilePropsMixin.MediaConcurrencyPropertyThe channels that agents can handle in the Contact Control Panel (CCP).- Specified by:
getChannelin interfaceCfnRoutingProfilePropsMixin.MediaConcurrencyProperty- See Also:
-
getConcurrency
Description copied from interface:CfnRoutingProfilePropsMixin.MediaConcurrencyPropertyThe number of contacts an agent can have on a channel simultaneously.Valid Range for
VOICE: Minimum value of 1. Maximum value of 1.Valid Range for
CHAT: Minimum value of 1. Maximum value of 10.Valid Range for
TASK: Minimum value of 1. Maximum value of 10.- Specified by:
getConcurrencyin interfaceCfnRoutingProfilePropsMixin.MediaConcurrencyProperty- See Also:
-
getCrossChannelBehavior
Description copied from interface:CfnRoutingProfilePropsMixin.MediaConcurrencyPropertyDefines the cross-channel routing behavior for each channel that is enabled for this Routing Profile.For example, this allows you to offer an agent a different contact from another channel when they are currently working with a contact from a Voice channel.
Returns union: either
IResolvableorCfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty- Specified by:
getCrossChannelBehaviorin interfaceCfnRoutingProfilePropsMixin.MediaConcurrencyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-