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

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateBotLocaleResponse : AmazonWebServiceResponse

The CreateBotLocaleResponse type exposes the following members

Constructors

NameDescription
Public Method CreateBotLocaleResponse()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The specified bot identifier.

Public Property BotLocaleStatus Amazon.LexModelsV2.BotLocaleStatus

Gets and sets the property BotLocaleStatus.

The status of the bot.

When the status is Creating the bot locale is being configured. When the status is Building Amazon Lex is building the bot for testing and use.

If the status of the bot is ReadyExpressTesting, you can test the bot using the exact utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status is Built.

If there was a problem with building the bot, the status is Failed. If the bot was saved but not built, the status is NotBuilt.

Public Property BotVersion System.String

Gets and sets the property BotVersion.

The specified bot version.

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

Gets and sets the property CreationDateTime.

A timestamp specifying the date and time that the bot locale was created.

Public Property Description System.String

Gets and sets the property Description.

The specified description of the bot locale.

Public Property GenerativeAISettings Amazon.LexModelsV2.Model.GenerativeAISettings

Gets and sets the property GenerativeAISettings.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LocaleId System.String

Gets and sets the property LocaleId.

The specified locale identifier.

Public Property LocaleName System.String

Gets and sets the property LocaleName.

The specified locale name.

Public Property NluIntentConfidenceThreshold System.Double

Gets and sets the property NluIntentConfidenceThreshold.

The specified confidence threshold for inserting the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents.

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 Amazon Polly voice ID that 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