lexmodelsv2_update_bot_alias {paws.machine.learning} | R Documentation |
Updates the configuration of an existing bot alias
Description
Updates 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 |
|
botId |
[required] The identifier of the bot with the updated alias. |
[Package paws.machine.learning version 0.7.0 Index]