public static interface KendraConfiguration.Builder extends SdkPojo, CopyableBuilder<KendraConfiguration.Builder,KendraConfiguration>
| Modifier and Type | Method and Description |
|---|---|
KendraConfiguration.Builder |
kendraIndex(String kendraIndex)
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent
to search.
|
KendraConfiguration.Builder |
queryFilterString(String queryFilterString)
A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.
|
KendraConfiguration.Builder |
queryFilterStringEnabled(Boolean queryFilterStringEnabled)
Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra
index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKendraConfiguration.Builder kendraIndex(String 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.
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.KendraConfiguration.Builder queryFilterStringEnabled(Boolean queryFilterStringEnabled)
Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.
queryFilterStringEnabled - Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon
Kendra index.KendraConfiguration.Builder queryFilterString(String 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. For more information, see Filtering queries.
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. For more information, see Filtering queries.Copyright © 2022. All rights reserved.