@Stability(value=Stable)
public static interface CfnBot.SampleValueProperty
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.*;
SampleValueProperty sampleValueProperty = SampleValueProperty.builder()
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.SampleValueProperty.Builder
A builder for
CfnBot.SampleValueProperty |
static class |
CfnBot.SampleValueProperty.Jsii$Proxy
An implementation for
CfnBot.SampleValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.SampleValueProperty.Builder |
builder() |
String |
getValue()
The value that can be used for a slot type.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBot.SampleValueProperty.Builder builder()
CfnBot.SampleValueProperty.Builder of CfnBot.SampleValuePropertyCopyright © 2022. All rights reserved.