Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-botversion-botversionlocalespecification.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-botversion-botversionlocalespecification.html#cfn-lex-botversion-botversionlocalespecification-botversionlocaledetails

Type union: either IResolvable or CfnBotVersionPropsMixin.IBotVersionLocaleDetailsProperty

LocaleId

The identifier of the locale to add to the version.

string? LocaleId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-botversion-botversionlocalespecification.html#cfn-lex-botversion-botversionlocalespecification-localeid

Back to top Generated by DocFX