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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotVersionPropsMixin.BotVersionLocaleDetailsPropertystatic final classAn implementation forCfnBotVersionPropsMixin.BotVersionLocaleDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceBotVersion
The version of a bot used for a bot locale.- See Also:
-
builder
-