/AWS1/CL_LM2PARENTBOTNETWORK¶
A network of bots.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the network of bots assigned by Amazon Lex.
iv_botversion TYPE /AWS1/LM2BOTVERSION /AWS1/LM2BOTVERSION¶
The version of the network of bots.
Queryable Attributes¶
botId¶
The identifier of the network of bots assigned by Amazon Lex.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTID() |
Getter for BOTID, with configurable default |
ASK_BOTID() |
Getter for BOTID w/ exceptions if field has no value |
HAS_BOTID() |
Determine if BOTID has a value |
botVersion¶
The version of the network of bots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTVERSION() |
Getter for BOTVERSION, with configurable default |
ASK_BOTVERSION() |
Getter for BOTVERSION w/ exceptions if field has no value |
HAS_BOTVERSION() |
Determine if BOTVERSION 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_PARENTBOTNETWORKS¶
TYPES TT_PARENTBOTNETWORKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2PARENTBOTNETWORK WITH DEFAULT KEY
.