| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static KendraConfiguration.Builder |
KendraConfiguration.builder() |
KendraConfiguration.Builder |
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 |
KendraConfiguration.Builder.queryFilterString(String queryFilterString)
A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.
|
KendraConfiguration.Builder |
KendraConfiguration.Builder.queryFilterStringEnabled(Boolean queryFilterStringEnabled)
Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra
index.
|
KendraConfiguration.Builder |
KendraConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KendraConfiguration.Builder> |
KendraConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
New configuration settings for connecting to an Amazon Kendra index.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
Copyright © 2021. All rights reserved.