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.

This is the response object from the CreateBotAlias operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.LexModelsV2.Model.CreateBotAliasResponse

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

Syntax

C#
public class CreateBotAliasResponse : AmazonWebServiceResponse

The CreateBotAliasResponse type exposes the following members

Constructors

NameDescription
Public Method CreateBotAliasResponse()

Properties

NameTypeDescription
Public Property BotAliasId System.String

Gets and sets the property BotAliasId.

The unique identifier of the bot alias.

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

Gets and sets the property BotAliasLocaleSettings.

Configuration information for a specific locale.

Public Property BotAliasName System.String

Gets and sets the property BotAliasName.

The name specified for the bot alias.

Public Property BotAliasStatus Amazon.LexModelsV2.BotAliasStatus

Gets and sets the property BotAliasStatus.

The current status of the alias. The alias is first put into the Creating state. When the alias is ready to be used, it is put into the Available state. You can use the DescribeBotAlias operation to get the current state of an alias.

Public Property BotId System.String

Gets and sets the property BotId.

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

Public Property BotVersion System.String

Gets and sets the property BotVersion.

The version of the bot associated with this alias.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ConversationLogSettings Amazon.LexModelsV2.Model.ConversationLogSettings

Gets and sets the property ConversationLogSettings.

The conversation log settings specified for the alias.

Public Property CreationDateTime System.DateTime

Gets and sets the property CreationDateTime.

A Unix timestamp indicating the date and time that the bot alias was created.

Public Property Description System.String

Gets and sets the property Description.

The description specified for the bot alias.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 associated with the bot alias.

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