Updates the configuration of an existing bot alias
Source:R/lexmodelsv2_operations.R
lexmodelsv2_update_bot_alias.RdUpdates the configuration of an existing bot alias.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_update_bot_alias/ for full documentation.
Usage
lexmodelsv2_update_bot_alias(
botAliasId,
botAliasName,
description = NULL,
botVersion = NULL,
botAliasLocaleSettings = NULL,
conversationLogSettings = NULL,
sentimentAnalysisSettings = NULL,
botId
)Arguments
- botAliasId
[required] The unique identifier of the bot alias.
- botAliasName
[required] The new name to assign to the bot alias.
- description
The new description to assign to the bot alias.
- botVersion
The new bot version to assign to the bot alias.
- botAliasLocaleSettings
The new Lambda functions to use in each locale for the bot alias.
- conversationLogSettings
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
- sentimentAnalysisSettings
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
- botId
[required] The identifier of the bot with the updated alias.