| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
KendraConfiguration |
KendraConfiguration.clone() |
KendraConfiguration |
UpdateIntentResult.getKendraConfiguration()
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
KendraConfiguration |
UpdateIntentRequest.getKendraConfiguration()
New configuration settings for connecting to an Amazon Kendra index.
|
KendraConfiguration |
DescribeIntentResult.getKendraConfiguration()
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
KendraConfiguration |
CreateIntentResult.getKendraConfiguration()
Configuration for searching a Amazon Kendra index specified for the intent.
|
KendraConfiguration |
CreateIntentRequest.getKendraConfiguration()
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
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 a query.
|
KendraConfiguration |
KendraConfiguration.withQueryFilterStringEnabled(Boolean queryFilterStringEnabled)
Determines whether the
AMAZON.KendraSearchIntent intent uses a custom query string to query the
Amazon Kendra index. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIntentResult.setKendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
void |
UpdateIntentRequest.setKendraConfiguration(KendraConfiguration kendraConfiguration)
New configuration settings for connecting to an Amazon Kendra index.
|
void |
DescribeIntentResult.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
void |
CreateIntentResult.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
void |
CreateIntentRequest.setKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
UpdateIntentResult |
UpdateIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
UpdateIntentRequest |
UpdateIntentRequest.withKendraConfiguration(KendraConfiguration kendraConfiguration)
New configuration settings for connecting to an Amazon Kendra index.
|
DescribeIntentResult |
DescribeIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
CreateIntentResult |
CreateIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
Copyright © 2023. All rights reserved.