Values.DataSourceConfigurationSourceContains details about the configuration of the knowledge store used for the AMAZON.QnAIntent. You must have already created the knowledge store and indexed the documents within it.
type nonrec t = {opensearchConfiguration : OpensearchConfiguration.t option;Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent. To create a domain, follow the steps at Creating and managing Amazon OpenSearch Service domains.
*)kendraConfiguration : QnAKendraConfiguration.t option;Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent. To create a Amazon Kendra index, follow the steps at Creating an index.
*)bedrockKnowledgeStoreConfiguration : BedrockKnowledgeStoreConfiguration.t
option;Contains details about the configuration of the Amazon Bedrock knowledge base used for the AMAZON.QnAIntent. To set up a knowledge base, follow the steps at Building a knowledge base.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of IncludeField.t ] list
| `String of DomainEndpoint.t
| `Structure of
(string * [> `String of QuestionField.t ]) list ])
list ])
list ]