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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotVersion.BotVersionLocaleDetailsPropertystatic final classAn 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.- See Also:
-
builder
-