Values.AssistantAssociationInputDataSourceThe data that is input into Amazon Q in Connect as a result of the assistant association.
type nonrec t = {knowledgeBaseId : Uuid.t option;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
*)externalBedrockKnowledgeBaseConfig : ExternalBedrockKnowledgeBaseConfig.t
option;The configuration for an external Bedrock knowledge base association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Uuid.t
| `Structure of
(string * [> `String of BedrockKnowledgeBaseArn.t ]) list ])
list ]