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

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateBotLocaleResponse : AmazonWebServiceResponse

The UpdateBotLocaleResponse type exposes the following members

Constructors

NameDescription
Public Method UpdateBotLocaleResponse()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The identifier of the bot that contains the updated locale.

Public Property BotLocaleStatus Amazon.LexModelsV2.BotLocaleStatus

Gets and sets the property BotLocaleStatus.

The current status of the locale. When the bot status is Built the locale is ready for use.

Public Property BotVersion System.String

Gets and sets the property BotVersion.

The version of the bot that contains the updated locale.

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

Gets and sets the property CreationDateTime.

A timestamp of the date and time that the locale was created.

Public Property Description System.String

Gets and sets the property Description.

The updated description of the locale.

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

Gets and sets the property FailureReasons.

If the botLocaleStatus is Failed, the failureReasons field lists the errors that occurred while building the bot.

Public Property GenerativeAISettings Amazon.LexModelsV2.Model.GenerativeAISettings

Gets and sets the property GenerativeAISettings.

Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedDateTime System.DateTime

Gets and sets the property LastUpdatedDateTime.

A timestamp of the date and time that the locale was last updated.

Public Property LocaleId System.String

Gets and sets the property LocaleId.

The language and locale of the updated bot locale.

Public Property LocaleName System.String

Gets and sets the property LocaleName.

The updated locale name for the locale.

Public Property NluIntentConfidenceThreshold System.Double

Gets and sets the property NluIntentConfidenceThreshold.

The updated confidence threshold for inserting 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 VoiceSettings Amazon.LexModelsV2.Model.VoiceSettings

Gets and sets the property VoiceSettings.

The updated Amazon Polly voice to use 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