/AWS1/CL_LM2SLOTPRIORITY¶
Sets the priority that Amazon Lex should use when eliciting slot values from a user.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_priority
TYPE /AWS1/LM2PRIORITYVALUE
/AWS1/LM2PRIORITYVALUE
¶
The priority that Amazon Lex should apply to the slot.
iv_slotid
TYPE /AWS1/LM2ID
/AWS1/LM2ID
¶
The unique identifier of the slot.
Queryable Attributes¶
priority¶
The priority that Amazon Lex should apply to the slot.
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 |
slotId¶
The unique identifier of the slot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SLOTID() |
Getter for SLOTID, with configurable default |
ASK_SLOTID() |
Getter for SLOTID w/ exceptions if field has no value |
HAS_SLOTID() |
Determine if SLOTID 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_SLOTPRIORITIESLIST
¶
TYPES TT_SLOTPRIORITIESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2SLOTPRIORITY WITH DEFAULT KEY
.