/AWS1/CL_LXBUTTERANCEDATA¶
Provides information about a single utterance that was made to your bot.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_utterancestring TYPE /AWS1/LXBUTTERANCESTRING /AWS1/LXBUTTERANCESTRING¶
The text that was entered by the user or the text representation of an audio clip.
iv_count TYPE /AWS1/LXBCOUNT /AWS1/LXBCOUNT¶
The number of times that the utterance was processed.
iv_distinctusers TYPE /AWS1/LXBCOUNT /AWS1/LXBCOUNT¶
The total number of individuals that used the utterance.
iv_firstuttereddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP¶
The date that the utterance was first recorded.
iv_lastuttereddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP¶
The date that the utterance was last recorded.
Queryable Attributes¶
utteranceString¶
The text that was entered by the user or the text representation of an audio clip.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UTTERANCESTRING() |
Getter for UTTERANCESTRING, with configurable default |
ASK_UTTERANCESTRING() |
Getter for UTTERANCESTRING w/ exceptions if field has no val |
HAS_UTTERANCESTRING() |
Determine if UTTERANCESTRING has a value |
count¶
The number of times that the utterance was processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
distinctUsers¶
The total number of individuals that used the utterance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTINCTUSERS() |
Getter for DISTINCTUSERS, with configurable default |
ASK_DISTINCTUSERS() |
Getter for DISTINCTUSERS w/ exceptions if field has no value |
HAS_DISTINCTUSERS() |
Determine if DISTINCTUSERS has a value |
firstUtteredDate¶
The date that the utterance was first recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTUTTEREDDATE() |
Getter for FIRSTUTTEREDDATE, with configurable default |
ASK_FIRSTUTTEREDDATE() |
Getter for FIRSTUTTEREDDATE w/ exceptions if field has no va |
HAS_FIRSTUTTEREDDATE() |
Determine if FIRSTUTTEREDDATE has a value |
lastUtteredDate¶
The date that the utterance was last recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUTTEREDDATE() |
Getter for LASTUTTEREDDATE, with configurable default |
ASK_LASTUTTEREDDATE() |
Getter for LASTUTTEREDDATE w/ exceptions if field has no val |
HAS_LASTUTTEREDDATE() |
Determine if LASTUTTEREDDATE 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_LISTOFUTTERANCE¶
TYPES TT_LISTOFUTTERANCE TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBUTTERANCEDATA WITH DEFAULT KEY
.