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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnRoutingProfile.MediaConcurrencyProperty
CfnRoutingProfile.MediaConcurrencyProperty.Builder, CfnRoutingProfile.MediaConcurrencyProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoutingProfile.MediaConcurrencyProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The channels that agents can handle in the Contact Control Panel (CCP).final Number
The number of contacts an agent can have on a channel simultaneously.final Object
Defines the cross-channel routing behavior for each channel that is enabled for this Routing Profile.final int
hashCode()
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.MediaConcurrencyProperty
The channels that agents can handle in the Contact Control Panel (CCP).- Specified by:
getChannel
in interfaceCfnRoutingProfile.MediaConcurrencyProperty
- See Also:
-
getConcurrency
Description copied from interface:CfnRoutingProfile.MediaConcurrencyProperty
The 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:
getConcurrency
in interfaceCfnRoutingProfile.MediaConcurrencyProperty
- See Also:
-
getCrossChannelBehavior
Description copied from interface:CfnRoutingProfile.MediaConcurrencyProperty
Defines 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.
- Specified by:
getCrossChannelBehavior
in interfaceCfnRoutingProfile.MediaConcurrencyProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-