/AWS1/CL_LM2SAMPLEUTTERANCE¶
A sample utterance that invokes an intent or respond to a slot elicitation prompt.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_utterance TYPE /AWS1/LM2UTTERANCE /AWS1/LM2UTTERANCE¶
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
Queryable Attributes¶
utterance¶
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_UTTERANCE() | 
Getter for UTTERANCE, with configurable default | 
ASK_UTTERANCE() | 
Getter for UTTERANCE w/ exceptions if field has no value | 
HAS_UTTERANCE() | 
Determine if UTTERANCE 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_SAMPLEUTTERANCESLIST¶
TYPES TT_SAMPLEUTTERANCESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2SAMPLEUTTERANCE WITH DEFAULT KEY
.