AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateBotAlias operation. 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.

For example, you can create an alias called "PROD" that your applications use to call the Amazon Lex bot.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexModelsV2.AmazonLexModelsV2Request
      Amazon.LexModelsV2.Model.CreateBotAliasRequest

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class CreateBotAliasRequest : AmazonLexModelsV2Request
         IAmazonWebServiceRequest

The CreateBotAliasRequest type exposes the following members

Constructors

NameDescription
Public Method CreateBotAliasRequest()

Properties

NameTypeDescription
Public Property BotAliasLocaleSettings System.Collections.Generic.Dictionary<System.String, Amazon.LexModelsV2.Model.BotAliasLocaleSettings>

Gets and sets the property 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.

Public Property BotAliasName System.String

Gets and sets the property BotAliasName.

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

Public Property BotId System.String

Gets and sets the property BotId.

The unique identifier of the bot that the alias applies to.

Public Property BotVersion System.String

Gets and sets the property BotVersion.

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

Public Property ConversationLogSettings Amazon.LexModelsV2.Model.ConversationLogSettings

Gets and sets the property 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.

Public Property Description System.String

Gets and sets the property Description.

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

Public Property SentimentAnalysisSettings Amazon.LexModelsV2.Model.SentimentAnalysisSettings

Gets and sets the property SentimentAnalysisSettings.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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 UpdateBotAlias operation to update the tags on a bot alias. To update tags, use the TagResource operation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5