Module Values.ContentRetrievalRuleSource

Rules for retrieving content from data sources connected to a Amazon Q Business application for a specific topic control configuration.

Sourcetype nonrec t = {
  1. eligibleDataSources : EligibleDataSources.t option;
    (*

    Specifies data sources in a Amazon Q Business application to use for content generation.

    *)
}
Sourceval make : ?eligibleDataSources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of IndexId.t ]) list ] 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