/AWS1/CL_LXBPUTBOTALIASRSP¶
PutBotAliasResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/LXBALIASNAME /AWS1/LXBALIASNAME¶
The name of the alias.
iv_description TYPE /AWS1/LXBDESCRIPTION /AWS1/LXBDESCRIPTION¶
A description of the alias.
iv_botversion TYPE /AWS1/LXBVERSION /AWS1/LXBVERSION¶
The version of the bot that the alias points to.
iv_botname TYPE /AWS1/LXBBOTNAME /AWS1/LXBBOTNAME¶
The name of the bot that the alias points to.
iv_lastupdateddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP¶
The date that the bot alias was updated. When you create a resource, the creation date and the 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¶
The checksum for the current version of the alias.
io_conversationlogs TYPE REF TO /AWS1/CL_LXBCONVERSATIONLOGS00 /AWS1/CL_LXBCONVERSATIONLOGS00¶
The settings that determine how Amazon Lex uses conversation logs for the alias.
it_tags TYPE /AWS1/CL_LXBTAG=>TT_TAGLIST TT_TAGLIST¶
A list of tags associated with a bot.
Queryable Attributes¶
name¶
The name of the 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 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 bot that the alias points to.
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 that the alias points to.
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 the 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¶
The checksum for the current version of the 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¶
The settings that determine how Amazon Lex uses conversation logs for the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONLOGS() |
Getter for CONVERSATIONLOGS |
tags¶
A list of tags associated with a bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |