/AWS1/CL_LM2RECOMMENDEDINTEN00¶
An object that contains a summary of a recommended intent.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_intentid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier of a recommended intent associated with the bot recommendation.
iv_intentname TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The name of a recommended intent associated with the bot recommendation.
iv_sampleutterancescount TYPE /AWS1/LM2SAMPLEUTTERANCESCOUNT /AWS1/LM2SAMPLEUTTERANCESCOUNT¶
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
Queryable Attributes¶
intentId¶
The unique identifier of a recommended intent associated with the bot recommendation.
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 |
intentName¶
The name of a recommended intent associated with the bot recommendation.
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 |
sampleUtterancesCount¶
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLEUTTERANCESCOUNT() |
Getter for SAMPLEUTTERANCESCOUNT, with configurable default |
ASK_SAMPLEUTTERANCESCOUNT() |
Getter for SAMPLEUTTERANCESCOUNT w/ exceptions if field has |
HAS_SAMPLEUTTERANCESCOUNT() |
Determine if SAMPLEUTTERANCESCOUNT 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_RECOMMENDEDINTENTSUMMLIST¶
TYPES TT_RECOMMENDEDINTENTSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2RECOMMENDEDINTEN00 WITH DEFAULT KEY
.