Skip to content

/AWS1/CL_LXBGETUTTERANCESVIE01

GetUtterancesViewResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_botname TYPE /AWS1/LXBBOTNAME /AWS1/LXBBOTNAME

The name of the bot for which utterance information was returned.

it_utterances TYPE /AWS1/CL_LXBUTTERANCELIST=>TT_LISTSOFUTTERANCES TT_LISTSOFUTTERANCES

An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days.


Queryable Attributes

botName

The name of the bot for which utterance information was returned.

Accessible with the following methods

Method Description
GET_BOTNAME() Getter for BOTNAME, with configurable default
ASK_BOTNAME() Getter for BOTNAME w/ exceptions if field has no value
HAS_BOTNAME() Determine if BOTNAME has a value

utterances

An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days.

Accessible with the following methods

Method Description
GET_UTTERANCES() Getter for UTTERANCES, with configurable default
ASK_UTTERANCES() Getter for UTTERANCES w/ exceptions if field has no value
HAS_UTTERANCES() Determine if UTTERANCES has a value