Interface CfnBot.SampleValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.SampleValueProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.SampleValueProperty
extends software.amazon.jsii.JsiiSerializable
Defines one of the values for a slot type.
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.*; SampleValueProperty sampleValueProperty = SampleValueProperty.builder() .value("value") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.SampleValueProperty
static final class
An implementation forCfnBot.SampleValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The value that can be used for a slot type. -
builder
- Returns:
- a
CfnBot.SampleValueProperty.Builder
ofCfnBot.SampleValueProperty
-