interface BotVersionLocaleDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslex/mixins#CfnBotVersionPropsMixin_BotVersionLocaleDetailsProperty |
Java | software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty |
Python | aws_cdk.mixins_preview.aws_lex.mixins.CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lex » mixins » 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 { mixins as lex_mixins } from '@aws-cdk/mixins-preview/aws-lex';
const botVersionLocaleDetailsProperty: lex_mixins.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