/AWS1/CL_CNTPERSISTENTCONNCFG¶
Configuration settings for persistent connection for a specific channel.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_channel TYPE /AWS1/CNTCHANNEL /AWS1/CNTCHANNEL¶
Configuration settings for persistent connection. Only
VOICEis supported for this data type.
iv_persistentconnection TYPE /AWS1/CNTPERSISTENTCONNECTION /AWS1/CNTPERSISTENTCONNECTION¶
Indicates whether persistent connection is enabled. When enabled, the agent's connection is maintained after a call ends, enabling subsequent calls to connect faster.
Queryable Attributes¶
Channel¶
Configuration settings for persistent connection. Only
VOICEis supported for this data type.
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 |
PersistentConnection¶
Indicates whether persistent connection is enabled. When enabled, the agent's connection is maintained after a call ends, enabling subsequent calls to connect faster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERSISTENTCONNECTION() |
Getter for PERSISTENTCONNECTION, with configurable default |
ASK_PERSISTENTCONNECTION() |
Getter for PERSISTENTCONNECTION w/ exceptions if field has n |
HAS_PERSISTENTCONNECTION() |
Determine if PERSISTENTCONNECTION 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_PERSISTENTCONNECTIONCONFIGS¶
TYPES TT_PERSISTENTCONNECTIONCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTPERSISTENTCONNCFG WITH DEFAULT KEY
.