/AWS1/CL_CNTROUTINGPFLQUEUEC00¶
Contains summary information about a routing profile queue.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_queueid TYPE /AWS1/CNTQUEUEID /AWS1/CNTQUEUEID¶
The identifier for the queue.
iv_queuearn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the queue.
iv_queuename TYPE /AWS1/CNTQUEUENAME /AWS1/CNTQUEUENAME¶
The name of the queue.
iv_priority TYPE /AWS1/CNTPRIORITY /AWS1/CNTPRIORITY¶
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
iv_delay TYPE /AWS1/CNTDELAY /AWS1/CNTDELAY¶
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
iv_channel TYPE /AWS1/CNTCHANNEL /AWS1/CNTCHANNEL¶
The channels this queue supports.
Queryable Attributes¶
QueueId¶
The identifier for the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEID() |
Getter for QUEUEID, with configurable default |
ASK_QUEUEID() |
Getter for QUEUEID w/ exceptions if field has no value |
HAS_QUEUEID() |
Determine if QUEUEID has a value |
QueueArn¶
The Amazon Resource Name (ARN) of the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEARN() |
Getter for QUEUEARN, with configurable default |
ASK_QUEUEARN() |
Getter for QUEUEARN w/ exceptions if field has no value |
HAS_QUEUEARN() |
Determine if QUEUEARN has a value |
QueueName¶
The name of the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUENAME() |
Getter for QUEUENAME, with configurable default |
ASK_QUEUENAME() |
Getter for QUEUENAME w/ exceptions if field has no value |
HAS_QUEUENAME() |
Determine if QUEUENAME has a value |
Priority¶
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORITY() |
Getter for PRIORITY, with configurable default |
ASK_PRIORITY() |
Getter for PRIORITY w/ exceptions if field has no value |
HAS_PRIORITY() |
Determine if PRIORITY has a value |
Delay¶
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELAY() |
Getter for DELAY |
Channel¶
The channels this queue supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNEL() |
Getter for CHANNEL, with configurable default |
ASK_CHANNEL() |
Getter for CHANNEL w/ exceptions if field has no value |
HAS_CHANNEL() |
Determine if CHANNEL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTINGPFLQUEUECFGSUMMLIST¶
TYPES TT_ROUTINGPFLQUEUECFGSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTROUTINGPFLQUEUEC00 WITH DEFAULT KEY
.