View source: R/lexmodelsv2_operations.R
lexmodelsv2_update_bot_alias | R Documentation |
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
)
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 |
|
botId |
[required] The identifier of the bot with the updated alias. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.