Interface CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty.Jsii$Proxy
Enclosing class:
CfnBotVersionPropsMixin

@Stability(Stable) public static interface CfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.lex.*;
 BotVersionLocaleDetailsProperty botVersionLocaleDetailsProperty = BotVersionLocaleDetailsProperty.builder()
         .sourceBotVersion("sourceBotVersion")
         .build();
 

See Also: