| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
OpensearchConfiguration |
OpensearchConfiguration.clone() |
OpensearchConfiguration |
DataSourceConfiguration.getOpensearchConfiguration()
Contains details about the configuration of the Amazon OpenSearch Service database used for the
AMAZON.QnAIntent. |
OpensearchConfiguration |
OpensearchConfiguration.withDomainEndpoint(String domainEndpoint)
The endpoint of the Amazon OpenSearch Service domain.
|
OpensearchConfiguration |
OpensearchConfiguration.withExactResponse(Boolean exactResponse)
Specifies whether to return an exact response or to return an answer generated by the model using the fields you
specify from the database.
|
OpensearchConfiguration |
OpensearchConfiguration.withExactResponseFields(ExactResponseFields exactResponseFields)
Contains the names of the fields used for an exact response to the user.
|
OpensearchConfiguration |
OpensearchConfiguration.withIncludeFields(Collection<String> includeFields)
Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to the
query.
|
OpensearchConfiguration |
OpensearchConfiguration.withIncludeFields(String... includeFields)
Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to the
query.
|
OpensearchConfiguration |
OpensearchConfiguration.withIndexName(String indexName)
The name of the Amazon OpenSearch Service index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setOpensearchConfiguration(OpensearchConfiguration opensearchConfiguration)
Contains details about the configuration of the Amazon OpenSearch Service database used for the
AMAZON.QnAIntent. |
DataSourceConfiguration |
DataSourceConfiguration.withOpensearchConfiguration(OpensearchConfiguration opensearchConfiguration)
Contains details about the configuration of the Amazon OpenSearch Service database used for the
AMAZON.QnAIntent. |
Copyright © 2024. All rights reserved.