/AWS1/CL_CNTUSERPROFICIENCY¶
Information about proficiency of a user.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attributename TYPE /AWS1/CNTPREDEFINEDATTRNAME /AWS1/CNTPREDEFINEDATTRNAME¶
The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
iv_attributevalue TYPE /AWS1/CNTPREDEFINEDATTRSTRVAL /AWS1/CNTPREDEFINEDATTRSTRVAL¶
The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
iv_level TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
Queryable Attributes¶
AttributeName¶
The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
AttributeValue¶
The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEVALUE() |
Getter for ATTRIBUTEVALUE, with configurable default |
ASK_ATTRIBUTEVALUE() |
Getter for ATTRIBUTEVALUE w/ exceptions if field has no valu |
HAS_ATTRIBUTEVALUE() |
Determine if ATTRIBUTEVALUE has a value |
Level¶
The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEVEL() |
Getter for LEVEL, with configurable default |
ASK_LEVEL() |
Getter for LEVEL w/ exceptions if field has no value |
STR_LEVEL() |
String format for LEVEL, with configurable default |
HAS_LEVEL() |
Determine if LEVEL 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_USERPROFICIENCYLIST¶
TYPES TT_USERPROFICIENCYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTUSERPROFICIENCY WITH DEFAULT KEY
.