bot_alias
Gets an individual bot_alias
resource
Overview
Name | bot_alias |
Type | Resource |
Description | bot_alias |
Id | awscc.lex.bot_alias |
Fields
Name | Datatype | Description |
---|---|---|
bot_alias_id | string | |
bot_id | string | |
arn | string | |
bot_alias_status | string | |
bot_alias_locale_settings | array | |
bot_alias_name | string | |
bot_version | object | |
conversation_log_settings | object | |
description | string | |
sentiment_analysis_settings | object | Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances. |
bot_alias_tags | array | A list of tags to add to the bot alias. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
bot_alias_id,
bot_id,
arn,
bot_alias_status,
bot_alias_locale_settings,
bot_alias_name,
bot_version,
conversation_log_settings,
description,
sentiment_analysis_settings,
bot_alias_tags
FROM awscc.lex.bot_alias
WHERE data__Identifier = '<BotAliasId>|<BotId>';
Permissions
To operate on the bot_alias
resource, the following permissions are required:
Update
lex:UpdateBotAlias,
lex:DescribeBotAlias,
lex:ListTagsForResource,
lex:TagResource,
lex:UntagResource
Read
lex:DescribeBotAlias
Delete
lex:DeleteBotAlias