Module Values.RetrieveRequestSource

Retrieves content from knowledge sources based on a query.

Sourcetype nonrec t = {
  1. assistantId : UuidOrArn.t;
    (*

    The identifier of the Amazon Q in Connect assistant for content retrieval.

    *)
  2. retrievalConfiguration : RetrievalConfiguration.t;
    (*

    The configuration for the content retrieval operation.

    *)
  3. retrievalQuery : NonEmptySensitiveString.t;
    (*

    The query for content retrieval.

    *)
}
Sourceval context_ : string
Sourceval make : assistantId:UuidOrArn.t -> retrievalConfiguration:RetrievalConfiguration.t -> retrievalQuery:NonEmptySensitiveString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UuidOrArn.t | `Structure of (string * Awso.Botodata.value) 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