Interface CfnBotVersionPropsMixin.IBotVersionLocaleSpecificationProperty
Specifies the locale that Amazon Lex adds to this version.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBotVersionPropsMixin.IBotVersionLocaleSpecificationProperty
Syntax (vb)
Public Interface CfnBotVersionPropsMixin.IBotVersionLocaleSpecificationProperty
Remarks
You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins;
var botVersionLocaleSpecificationProperty = new BotVersionLocaleSpecificationProperty {
BotVersionLocaleDetails = new BotVersionLocaleDetailsProperty {
SourceBotVersion = "sourceBotVersion"
},
LocaleId = "localeId"
};
Synopsis
Properties
| BotVersionLocaleDetails | The version of a bot used for a bot locale. |
| LocaleId | The identifier of the locale to add to the version. |
Properties
BotVersionLocaleDetails
The version of a bot used for a bot locale.
object? BotVersionLocaleDetails { get; }
Property Value
Remarks
LocaleId
The identifier of the locale to add to the version.
string? LocaleId { get; }