@Stability(value=Stable)
public static interface CfnBot.ExternalSourceSettingProperty
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.*;
ExternalSourceSettingProperty externalSourceSettingProperty = ExternalSourceSettingProperty.builder()
.grammarSlotTypeSetting(GrammarSlotTypeSettingProperty.builder()
.source(GrammarSlotTypeSourceProperty.builder()
.s3BucketName("s3BucketName")
.s3ObjectKey("s3ObjectKey")
// the properties below are optional
.kmsKeyArn("kmsKeyArn")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.ExternalSourceSettingProperty.Builder
A builder for
CfnBot.ExternalSourceSettingProperty |
static class |
CfnBot.ExternalSourceSettingProperty.Jsii$Proxy
An implementation for
CfnBot.ExternalSourceSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.ExternalSourceSettingProperty.Builder |
builder() |
default Object |
getGrammarSlotTypeSetting()
Settings required for a slot type based on a grammar that you provide.
|
@Stability(value=Stable) @Nullable default Object getGrammarSlotTypeSetting()
@Stability(value=Stable) static CfnBot.ExternalSourceSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.