/AWS1/CL_LM2ALYSINTENTMETRICRS¶
An object containing the results for the intent metric you requested.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/LM2ALYSINTENTMETRICNAME /AWS1/LM2ALYSINTENTMETRICNAME¶
The metric that you requested. See Key definitions for more details about these metrics.
Count– The number of times the intent was invoked.
Success– The number of times the intent succeeded.
Failure– The number of times the intent failed.
Switched– The number of times there was a switch to a different intent.
Dropped– The number of times the user dropped the intent.
iv_statistic TYPE /AWS1/LM2ALYSMETRICSTATISTIC /AWS1/LM2ALYSMETRICSTATISTIC¶
The statistic that you requested to calculate.
Sum– The total count for the category you provide inname.
Average– The total count divided by the number of intents in the category you provide inname.
Max– The highest count in the category you provide inname.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the summary statistic for the metric that you requested.
Queryable Attributes¶
name¶
The metric that you requested. See Key definitions for more details about these metrics.
Count– The number of times the intent was invoked.
Success– The number of times the intent succeeded.
Failure– The number of times the intent failed.
Switched– The number of times there was a switch to a different intent.
Dropped– The number of times the user dropped the intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
statistic¶
The statistic that you requested to calculate.
Sum– The total count for the category you provide inname.
Average– The total count divided by the number of intents in the category you provide inname.
Max– The highest count in the category you provide inname.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTIC() |
Getter for STATISTIC, with configurable default |
ASK_STATISTIC() |
Getter for STATISTIC w/ exceptions if field has no value |
HAS_STATISTIC() |
Determine if STATISTIC has a value |
value¶
The value of the summary statistic for the metric that you requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE, with configurable default |
HAS_VALUE() |
Determine if VALUE 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_ALYSINTENTMETRICRESULTS¶
TYPES TT_ALYSINTENTMETRICRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2ALYSINTENTMETRICRS WITH DEFAULT KEY
.