interface BotVersionLocaleDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotVersionPropsMixin_BotVersionLocaleDetailsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotVersionPropsMixin » 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/cfn-property-mixins';
const botVersionLocaleDetailsProperty: lex.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty = {
sourceBotVersion: 'sourceBotVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The version of a bot used for a bot locale. |
sourceBotVersion?
Type:
string
(optional)
The version of a bot used for a bot locale.

.NET
Go
Java
Python
TypeScript