/AWS1/CL_LM2CREATEBOTALIASRSP¶
CreateBotAliasResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botaliasid TYPE /AWS1/LM2BOTALIASID /AWS1/LM2BOTALIASID¶
The unique identifier of the bot alias.
iv_botaliasname TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The name specified for the bot alias.
iv_description TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION¶
The description specified for the bot alias.
iv_botversion TYPE /AWS1/LM2NUMERICALBOTVERSION /AWS1/LM2NUMERICALBOTVERSION¶
The version of the bot associated with this alias.
it_botaliaslocalesettings TYPE /AWS1/CL_LM2BOTALIASLOCALESTGS=>TT_BOTALIASLOCALESETTINGSMAP TT_BOTALIASLOCALESETTINGSMAP¶
Configuration information for a specific locale.
io_conversationlogsettings TYPE REF TO /AWS1/CL_LM2CONVERSATIONLOGS00 /AWS1/CL_LM2CONVERSATIONLOGS00¶
The conversation log settings specified for the alias.
io_sentimentanalysissettings TYPE REF TO /AWS1/CL_LM2SENTIMENTALYSTGS /AWS1/CL_LM2SENTIMENTALYSTGS¶
sentimentAnalysisSettings
iv_botaliasstatus TYPE /AWS1/LM2BOTALIASSTATUS /AWS1/LM2BOTALIASSTATUS¶
The current status of the alias. The alias is first put into the
Creatingstate. When the alias is ready to be used, it is put into theAvailablestate. You can use theDescribeBotAliasoperation to get the current state of an alias.
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier of the bot that this alias applies to.
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
A Unix timestamp indicating the date and time that the bot alias was created.
it_tags TYPE /AWS1/CL_LM2TAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
A list of tags associated with the bot alias.
Queryable Attributes¶
botAliasId¶
The unique identifier of the bot alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTALIASID() |
Getter for BOTALIASID, with configurable default |
ASK_BOTALIASID() |
Getter for BOTALIASID w/ exceptions if field has no value |
HAS_BOTALIASID() |
Determine if BOTALIASID has a value |
botAliasName¶
The name specified for the bot alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTALIASNAME() |
Getter for BOTALIASNAME, with configurable default |
ASK_BOTALIASNAME() |
Getter for BOTALIASNAME w/ exceptions if field has no value |
HAS_BOTALIASNAME() |
Determine if BOTALIASNAME has a value |
description¶
The description specified for 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 bot associated with this alias.
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 |
botAliasLocaleSettings¶
Configuration information for a specific locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTALIASLOCALESETTINGS() |
Getter for BOTALIASLOCALESETTINGS, with configurable default |
ASK_BOTALIASLOCALESETTINGS() |
Getter for BOTALIASLOCALESETTINGS w/ exceptions if field has |
HAS_BOTALIASLOCALESETTINGS() |
Determine if BOTALIASLOCALESETTINGS has a value |
conversationLogSettings¶
The conversation log settings specified for the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONLOGSETTINGS() |
Getter for CONVERSATIONLOGSETTINGS |
sentimentAnalysisSettings¶
sentimentAnalysisSettings
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENTIMENTALYSETTINGS() |
Getter for SENTIMENTANALYSISSETTINGS |
botAliasStatus¶
The current status of the alias. The alias is first put into the
Creatingstate. When the alias is ready to be used, it is put into theAvailablestate. You can use theDescribeBotAliasoperation to get the current state of an alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTALIASSTATUS() |
Getter for BOTALIASSTATUS, with configurable default |
ASK_BOTALIASSTATUS() |
Getter for BOTALIASSTATUS w/ exceptions if field has no valu |
HAS_BOTALIASSTATUS() |
Determine if BOTALIASSTATUS has a value |
botId¶
The unique identifier of the bot that this alias applies to.
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 |
creationDateTime¶
A Unix timestamp indicating the date and time that the bot alias was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
tags¶
A list of tags associated with the bot alias.
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 |