lexmodelsv2_create_bot_alias: Creates an alias for the specified version of a bot

View source: R/lexmodelsv2_operations.R

lexmodelsv2_create_bot_aliasR Documentation

Creates an alias for the specified version of a bot

Description

Creates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_create_bot_alias/ for full documentation.

Usage

lexmodelsv2_create_bot_alias(
  botAliasName,
  description = NULL,
  botVersion = NULL,
  botAliasLocaleSettings = NULL,
  conversationLogSettings = NULL,
  sentimentAnalysisSettings = NULL,
  botId,
  tags = NULL
)

Arguments

botAliasName

[required] The alias to create. The name must be unique for the bot.

description

A description of the alias. Use this description to help identify the alias.

botVersion

The version of the bot that this alias points to. You can use the update_bot_alias operation to change the bot version associated with the alias.

botAliasLocaleSettings

Maps configuration information to a specific locale. You can use this parameter to specify a specific Lambda function to run different functions in different locales.

conversationLogSettings

Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.

sentimentAnalysisSettings
botId

[required] The unique identifier of the bot that the alias applies to.

tags

A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the update_bot_alias operation to update the tags on a bot alias. To update tags, use the tag_resource operation.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.