/AWS1/CL_LXBBOTALIASMETADATA¶
Provides information about a bot alias.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/LXBALIASNAME /AWS1/LXBALIASNAME¶
The name of the bot alias.
iv_description TYPE /AWS1/LXBDESCRIPTION /AWS1/LXBDESCRIPTION¶
A description of the bot alias.
iv_botversion TYPE /AWS1/LXBVERSION /AWS1/LXBVERSION¶
The version of the Amazon Lex bot to which the alias points.
iv_botname TYPE /AWS1/LXBBOTNAME /AWS1/LXBBOTNAME¶
The name of the bot to which the alias points.
iv_lastupdateddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP¶
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
iv_createddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP¶
The date that the bot alias was created.
iv_checksum TYPE /AWS1/LXBSTRING /AWS1/LXBSTRING¶
Checksum of the bot alias.
io_conversationlogs TYPE REF TO /AWS1/CL_LXBCONVERSATIONLOGS00 /AWS1/CL_LXBCONVERSATIONLOGS00¶
Settings that determine how Amazon Lex uses conversation logs for the alias.
Queryable Attributes¶
name¶
The name of the bot alias.
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 |
description¶
A description of the bot alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
botVersion¶
The version of the Amazon Lex bot to which the alias points.
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 |
botName¶
The name of the bot to which the alias points.
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 |
lastUpdatedDate¶
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATE() |
Getter for LASTUPDATEDDATE, with configurable default |
ASK_LASTUPDATEDDATE() |
Getter for LASTUPDATEDDATE w/ exceptions if field has no val |
HAS_LASTUPDATEDDATE() |
Determine if LASTUPDATEDDATE has a value |
createdDate¶
The date that the bot alias was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |
checksum¶
Checksum of the bot alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKSUM() |
Getter for CHECKSUM, with configurable default |
ASK_CHECKSUM() |
Getter for CHECKSUM w/ exceptions if field has no value |
HAS_CHECKSUM() |
Determine if CHECKSUM has a value |
conversationLogs¶
Settings that determine how Amazon Lex uses conversation logs for the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONLOGS() |
Getter for CONVERSATIONLOGS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BOTALIASMETADATALIST¶
TYPES TT_BOTALIASMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBBOTALIASMETADATA WITH DEFAULT KEY
.