/AWS1/CL_LXBINTENT¶
Identifies the specific version of an intent.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_intentname TYPE /AWS1/LXBINTENTNAME /AWS1/LXBINTENTNAME¶
The name of the intent.
iv_intentversion TYPE /AWS1/LXBVERSION /AWS1/LXBVERSION¶
The version of the intent.
Queryable Attributes¶
intentName¶
The name of the intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTNAME() |
Getter for INTENTNAME, with configurable default |
ASK_INTENTNAME() |
Getter for INTENTNAME w/ exceptions if field has no value |
HAS_INTENTNAME() |
Determine if INTENTNAME has a value |
intentVersion¶
The version of the intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTVERSION() |
Getter for INTENTVERSION, with configurable default |
ASK_INTENTVERSION() |
Getter for INTENTVERSION w/ exceptions if field has no value |
HAS_INTENTVERSION() |
Determine if INTENTVERSION 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_INTENTLIST¶
TYPES TT_INTENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBINTENT WITH DEFAULT KEY
.