Class CfnRoutingProfile.MediaConcurrencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRoutingProfile.MediaConcurrencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingProfile.MediaConcurrencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingProfile.MediaConcurrencyProperty
@Stability(Stable)
@Internal
public static final class CfnRoutingProfile.MediaConcurrencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingProfile.MediaConcurrencyProperty
An implementation for
CfnRoutingProfile.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.services.connect.CfnRoutingProfile.MediaConcurrencyProperty
CfnRoutingProfile.MediaConcurrencyProperty.Builder, CfnRoutingProfile.MediaConcurrencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutingProfile.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 theCfnRoutingProfile.MediaConcurrencyProperty.Builder.
-
-
Method Details
-
getChannel
Description copied from interface:CfnRoutingProfile.MediaConcurrencyPropertyThe channels that agents can handle in the Contact Control Panel (CCP).- Specified by:
getChannelin interfaceCfnRoutingProfile.MediaConcurrencyProperty- See Also:
-
getConcurrency
Description copied from interface:CfnRoutingProfile.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 interfaceCfnRoutingProfile.MediaConcurrencyProperty- See Also:
-
getCrossChannelBehavior
Description copied from interface:CfnRoutingProfile.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
IResolvableorCfnRoutingProfile.CrossChannelBehaviorProperty- Specified by:
getCrossChannelBehaviorin interfaceCfnRoutingProfile.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()
-