| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
KendraConfiguration |
KendraConfiguration.clone() |
KendraConfiguration |
PutIntentResult.getKendraConfiguration()
Configuration information, if any, required to connect to an Amazon Kendra index and use the
AMAZON.KendraSearchIntent intent. |
KendraConfiguration |
PutIntentRequest.getKendraConfiguration()
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
KendraConfiguration |
GetIntentResult.getKendraConfiguration()
Configuration information, if any, to connect to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
KendraConfiguration |
CreateIntentVersionResult.getKendraConfiguration()
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
KendraConfiguration |
KendraConfiguration.withKendraIndex(String kendraIndex)
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to
search.
|
KendraConfiguration |
KendraConfiguration.withQueryFilterString(String queryFilterString)
A query filter that Amazon Lex sends to Amazon Kendra to filter the response from the query.
|
KendraConfiguration |
KendraConfiguration.withRole(String role)
The Amazon Resource Name (ARN) of an IAM role that has permission to search the Amazon Kendra index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutIntentResult.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, required to connect to an Amazon Kendra index and use the
AMAZON.KendraSearchIntent intent. |
void |
PutIntentRequest.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
void |
GetIntentResult.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, to connect to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
void |
CreateIntentVersionResult.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
PutIntentResult |
PutIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, required to connect to an Amazon Kendra index and use the
AMAZON.KendraSearchIntent intent. |
PutIntentRequest |
PutIntentRequest.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
GetIntentResult |
GetIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, to connect to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
CreateIntentVersionResult |
CreateIntentVersionResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information, if any, for connecting an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
Copyright © 2023. All rights reserved.