@Stability(value=Stable)
public static interface CfnBot.GrammarSlotTypeSettingProperty
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.*;
GrammarSlotTypeSettingProperty grammarSlotTypeSettingProperty = GrammarSlotTypeSettingProperty.builder()
.source(GrammarSlotTypeSourceProperty.builder()
.s3BucketName("s3BucketName")
.s3ObjectKey("s3ObjectKey")
// the properties below are optional
.kmsKeyArn("kmsKeyArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.GrammarSlotTypeSettingProperty.Builder
A builder for
CfnBot.GrammarSlotTypeSettingProperty |
static class |
CfnBot.GrammarSlotTypeSettingProperty.Jsii$Proxy
An implementation for
CfnBot.GrammarSlotTypeSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.GrammarSlotTypeSettingProperty.Builder |
builder() |
default Object |
getSource()
The source of the grammar used to create the slot type.
|
@Stability(value=Stable) @Nullable default Object getSource()
@Stability(value=Stable) static CfnBot.GrammarSlotTypeSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.