aws-cdk-lib.aws_lex.CfnBotVersion.BotVersionLocaleSpecificationProperty

interface BotVersionLocaleSpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBotVersion.BotVersionLocaleSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBotVersion_BotVersionLocaleSpecificationProperty
Javasoftware.amazon.awscdk.services.lex.CfnBotVersion.BotVersionLocaleSpecificationProperty
Pythonaws_cdk.aws_lex.CfnBotVersion.BotVersionLocaleSpecificationProperty
TypeScript aws-cdk-lib » aws_lex » CfnBotVersion » BotVersionLocaleSpecificationProperty

Specifies the locale that Amazon Lex adds to this version.

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const botVersionLocaleSpecificationProperty: lex.CfnBotVersion.BotVersionLocaleSpecificationProperty = {
  botVersionLocaleDetails: {
    sourceBotVersion: 'sourceBotVersion',
  },
  localeId: 'localeId',
};

Properties

NameTypeDescription
botVersionLocaleDetailsIResolvable | BotVersionLocaleDetailsPropertyThe version of a bot used for a bot locale.
localeIdstringThe identifier of the locale to add to the version.

botVersionLocaleDetails

Type: IResolvable | BotVersionLocaleDetailsProperty

The version of a bot used for a bot locale.


localeId

Type: string

The identifier of the locale to add to the version.