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.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class CreateBotAliasRequest : AmazonLexModelsV2Request IAmazonWebServiceRequest
The CreateBotAliasRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateBotAliasRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
BotAliasName | System.String |
Gets and sets the property BotAliasName. The alias to create. The name must be unique for the bot. |
![]() |
BotId | System.String |
Gets and sets the property BotId. The unique identifier of the bot that the alias applies to. |
![]() |
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. |
![]() |
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. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the alias. Use this description to help identify the alias. |
![]() |
SentimentAnalysisSettings | Amazon.LexModelsV2.Model.SentimentAnalysisSettings |
Gets and sets the property SentimentAnalysisSettings. |
![]() |
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 |
.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