| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.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 the query.
|
KendraConfiguration.Builder |
KendraConfiguration.Builder.role(String role)
The Amazon Resource Name (ARN) of an IAM role that has permission to search 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 PutIntentRequest.Builder |
PutIntentRequest.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
default CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
default GetIntentResponse.Builder |
GetIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information, if any, to connect to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
default PutIntentResponse.Builder |
PutIntentResponse.Builder.kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)
Configuration information, if any, required to connect to an Amazon Kendra index and use the
AMAZON.KendraSearchIntent intent. |
Copyright © 2021. All rights reserved.