@Stability(value=Stable)
public static interface CfnBot.KendraConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
KendraConfigurationProperty kendraConfigurationProperty = KendraConfigurationProperty.builder()
.kendraIndex("kendraIndex")
// the properties below are optional
.queryFilterString("queryFilterString")
.queryFilterStringEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.KendraConfigurationProperty.Builder
A builder for
CfnBot.KendraConfigurationProperty |
static class |
CfnBot.KendraConfigurationProperty.Jsii$Proxy
An implementation for
CfnBot.KendraConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.KendraConfigurationProperty.Builder |
builder() |
String |
getKendraIndex()
`CfnBot.KendraConfigurationProperty.KendraIndex`.
|
default String |
getQueryFilterString()
`CfnBot.KendraConfigurationProperty.QueryFilterString`.
|
default Object |
getQueryFilterStringEnabled()
`CfnBot.KendraConfigurationProperty.QueryFilterStringEnabled`.
|
@Stability(value=Stable) @NotNull String getKendraIndex()
@Stability(value=Stable) @Nullable default String getQueryFilterString()
@Stability(value=Stable) @Nullable default Object getQueryFilterStringEnabled()
@Stability(value=Stable) static CfnBot.KendraConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.