aws-cdk-lib.aws_lex.CfnBotVersion.BotVersionLocaleDetailsProperty

interface BotVersionLocaleDetailsProperty

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

The version of a bot used for a bot locale.

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 botVersionLocaleDetailsProperty: lex.CfnBotVersion.BotVersionLocaleDetailsProperty = {
  sourceBotVersion: 'sourceBotVersion',
};

Properties

NameTypeDescription
sourceBotVersionstringThe version of a bot used for a bot locale.

sourceBotVersion

Type: string

The version of a bot used for a bot locale.