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