Module Values.AssistantAssociationInputDataSource

The data that is input into Amazon Q in Connect as a result of the assistant association.

Sourcetype nonrec t = {
  1. knowledgeBaseId : Uuid.t option;
    (*

    The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.

    *)
  2. externalBedrockKnowledgeBaseConfig : ExternalBedrockKnowledgeBaseConfig.t option;
    (*

    The configuration for an external Bedrock knowledge base association.

    *)
}
Sourceval make : ?knowledgeBaseId:??? -> ?externalBedrockKnowledgeBaseConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Uuid.t | `Structure of (string * [> `String of BedrockKnowledgeBaseArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t