| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
QnAKendraConfiguration |
QnAKendraConfiguration.clone() |
QnAKendraConfiguration |
DataSourceConfiguration.getKendraConfiguration()
Contains details about the configuration of the Amazon Kendra index used for the
AMAZON.QnAIntent. |
QnAKendraConfiguration |
QnAKendraConfiguration.withExactResponse(Boolean exactResponse)
Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you
select generate a response based on the results.
|
QnAKendraConfiguration |
QnAKendraConfiguration.withKendraIndex(String kendraIndex)
The ARN of the Amazon Kendra index to use.
|
QnAKendraConfiguration |
QnAKendraConfiguration.withQueryFilterString(String queryFilterString)
Contains the Amazon Kendra filter string to use if enabled.
|
QnAKendraConfiguration |
QnAKendraConfiguration.withQueryFilterStringEnabled(Boolean queryFilterStringEnabled)
Specifies whether to enable an Amazon Kendra filter string or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setKendraConfiguration(QnAKendraConfiguration kendraConfiguration)
Contains details about the configuration of the Amazon Kendra index used for the
AMAZON.QnAIntent. |
DataSourceConfiguration |
DataSourceConfiguration.withKendraConfiguration(QnAKendraConfiguration kendraConfiguration)
Contains details about the configuration of the Amazon Kendra index used for the
AMAZON.QnAIntent. |
Copyright © 2024. All rights reserved.