/AWS1/CL_LM2ISSUELOCATION¶
Specifies the location of an identified issue within the bot configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botlocale TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The locale identifier where the issue was found.
iv_intentid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The intent identifier where the issue was found, if applicable.
iv_slotid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The slot identifier where the issue was found, if applicable.
Queryable Attributes¶
botLocale¶
The locale identifier where the issue was found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTLOCALE() |
Getter for BOTLOCALE, with configurable default |
ASK_BOTLOCALE() |
Getter for BOTLOCALE w/ exceptions if field has no value |
HAS_BOTLOCALE() |
Determine if BOTLOCALE has a value |
intentId¶
The intent identifier where the issue was found, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTID() |
Getter for INTENTID, with configurable default |
ASK_INTENTID() |
Getter for INTENTID w/ exceptions if field has no value |
HAS_INTENTID() |
Determine if INTENTID has a value |
slotId¶
The slot identifier where the issue was found, if applicable.
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 |