Interface CfnBotVersion.BotVersionLocaleDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotVersion.BotVersionLocaleDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnBotVersion
@Stability(Stable)
public static interface CfnBotVersion.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.services.lex.*; BotVersionLocaleDetailsProperty botVersionLocaleDetailsProperty = BotVersionLocaleDetailsProperty.builder() .sourceBotVersion("sourceBotVersion") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBotVersion.BotVersionLocaleDetailsProperty
static final class
An implementation forCfnBotVersion.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. -
builder
-