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 DescribeBotLocale operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeBotLocaleResponse : AmazonWebServiceResponse

The DescribeBotLocaleResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeBotLocaleResponse()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The identifier of the bot associated with the locale.

Public Property BotLocaleHistoryEvents System.Collections.Generic.List<Amazon.LexModelsV2.Model.BotLocaleHistoryEvent>

Gets and sets the property BotLocaleHistoryEvents.

History of changes, such as when a locale is used in an alias, that have taken place for the locale.

Public Property BotLocaleStatus Amazon.LexModelsV2.BotLocaleStatus

Gets and sets the property BotLocaleStatus.

The status of the bot. If the status is Failed, the reasons for the failure are listed in the failureReasons field.

Public Property BotVersion System.String

Gets and sets the property BotVersion.

The version of the bot associated with the locale.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationDateTime System.DateTime

Gets and sets the property CreationDateTime.

The date and time that the locale was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the locale.

Public Property FailureReasons System.Collections.Generic.List<System.String>

Gets and sets the property FailureReasons.

if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.

Public Property GenerativeAISettings Amazon.LexModelsV2.Model.GenerativeAISettings

Gets and sets the property GenerativeAISettings.

Contains settings for Amazon Bedrock's generative AI features for your bot locale.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IntentsCount System.Int32

Gets and sets the property IntentsCount.

The number of intents defined for the locale.

Public Property LastBuildSubmittedDateTime System.DateTime

Gets and sets the property LastBuildSubmittedDateTime.

The date and time that the locale was last submitted for building.

Public Property LastUpdatedDateTime System.DateTime

Gets and sets the property LastUpdatedDateTime.

The date and time that the locale was last updated.

Public Property LocaleId System.String

Gets and sets the property LocaleId.

The unique identifier of the described locale.

Public Property LocaleName System.String

Gets and sets the property LocaleName.

The name of the locale.

Public Property NluIntentConfidenceThreshold System.Double

Gets and sets the property NluIntentConfidenceThreshold.

The confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.

Public Property RecommendedActions System.Collections.Generic.List<System.String>

Gets and sets the property RecommendedActions.

Recommended actions to take to resolve an error in the failureReasons field.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SlotTypesCount System.Int32

Gets and sets the property SlotTypesCount.

The number of slot types defined for the locale.

Public Property VoiceSettings Amazon.LexModelsV2.Model.VoiceSettings

Gets and sets the property VoiceSettings.

The Amazon Polly voice Amazon Lex uses for voice interaction with the user.

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