@Stability(value=Stable) public static final class CfnBot.KendraConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.KendraConfigurationProperty>
CfnBot.KendraConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.KendraConfigurationProperty |
build()
Builds the configured instance.
|
CfnBot.KendraConfigurationProperty.Builder |
kendraIndex(String kendraIndex)
Sets the value of
CfnBot.KendraConfigurationProperty.getKendraIndex() |
CfnBot.KendraConfigurationProperty.Builder |
queryFilterString(String queryFilterString)
Sets the value of
CfnBot.KendraConfigurationProperty.getQueryFilterString() |
CfnBot.KendraConfigurationProperty.Builder |
queryFilterStringEnabled(Boolean queryFilterStringEnabled)
Sets the value of
CfnBot.KendraConfigurationProperty.getQueryFilterStringEnabled() |
CfnBot.KendraConfigurationProperty.Builder |
queryFilterStringEnabled(IResolvable queryFilterStringEnabled)
Sets the value of
CfnBot.KendraConfigurationProperty.getQueryFilterStringEnabled() |
@Stability(value=Stable) public CfnBot.KendraConfigurationProperty.Builder kendraIndex(String kendraIndex)
CfnBot.KendraConfigurationProperty.getKendraIndex()kendraIndex - The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot. This parameter is required.this@Stability(value=Stable) public CfnBot.KendraConfigurationProperty.Builder queryFilterString(String queryFilterString)
CfnBot.KendraConfigurationProperty.getQueryFilterString()queryFilterString - A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.
The filter is in the format defined by Amazon Kendra.this@Stability(value=Stable) public CfnBot.KendraConfigurationProperty.Builder queryFilterStringEnabled(Boolean queryFilterStringEnabled)
CfnBot.KendraConfigurationProperty.getQueryFilterStringEnabled()queryFilterStringEnabled - Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.this@Stability(value=Stable) public CfnBot.KendraConfigurationProperty.Builder queryFilterStringEnabled(IResolvable queryFilterStringEnabled)
CfnBot.KendraConfigurationProperty.getQueryFilterStringEnabled()queryFilterStringEnabled - Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.this@Stability(value=Stable) public CfnBot.KendraConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.KendraConfigurationProperty>CfnBot.KendraConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.