OpensearchConfiguration
Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent
.
Contents
- domainEndpoint
-
The endpoint of the Amazon OpenSearch Service domain.
Type: String
Pattern:
^(http|https):\/\/+[^\s]+[\w]
Required: Yes
- indexName
-
The name of the Amazon OpenSearch Service index.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^(?![_-])[a-z0-9][a-z0-9_\-]{0,254}$
Required: Yes
- 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.
Type: Boolean
Required: No
- exactResponseFields
-
Contains the names of the fields used for an exact response to the user.
Type: ExactResponseFields object
Required: No
- includeFields
-
Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to the query.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: