| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExactResponseFields |
ExactResponseFields.clone() |
ExactResponseFields |
OpensearchConfiguration.getExactResponseFields()
Contains the names of the fields used for an exact response to the user.
|
ExactResponseFields |
ExactResponseFields.withAnswerField(String answerField)
The name of the field that contains the answer to the query made to the OpenSearch Service database.
|
ExactResponseFields |
ExactResponseFields.withQuestionField(String questionField)
The name of the field that contains the query made to the OpenSearch Service database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpensearchConfiguration.setExactResponseFields(ExactResponseFields exactResponseFields)
Contains the names of the fields used for an exact response to the user.
|
OpensearchConfiguration |
OpensearchConfiguration.withExactResponseFields(ExactResponseFields exactResponseFields)
Contains the names of the fields used for an exact response to the user.
|
Copyright © 2025. All rights reserved.