interface BotVersionLocaleSpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBotVersion.BotVersionLocaleSpecificationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBotVersion_BotVersionLocaleSpecificationProperty |
![]() | software.amazon.awscdk.services.lex.CfnBotVersion.BotVersionLocaleSpecificationProperty |
![]() | aws_cdk.aws_lex.CfnBotVersion.BotVersionLocaleSpecificationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
bot | IResolvable | Bot | The version of a bot used for a bot locale. |
locale | string | The identifier of the locale to add to the version. |
botVersionLocaleDetails
Type:
IResolvable
|
Bot
The version of a bot used for a bot locale.
localeId
Type:
string
The identifier of the locale to add to the version.