@Stability(value=Stable)
public static interface CfnBot.SlotDefaultValueProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
SlotDefaultValueProperty slotDefaultValueProperty = SlotDefaultValueProperty.builder()
.defaultValue("defaultValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.SlotDefaultValueProperty.Builder
A builder for
CfnBot.SlotDefaultValueProperty |
static class |
CfnBot.SlotDefaultValueProperty.Jsii$Proxy
An implementation for
CfnBot.SlotDefaultValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.SlotDefaultValueProperty.Builder |
builder() |
String |
getDefaultValue()
The default value to use when a user doesn't provide a value for a slot.
|
@Stability(value=Stable) @NotNull String getDefaultValue()
@Stability(value=Stable) static CfnBot.SlotDefaultValueProperty.Builder builder()
Copyright © 2022. All rights reserved.