Module Values.DataReferenceSource

Reference data.

Sourcetype nonrec t = {
  1. contentReference : ContentReference.t option;
  2. generativeReference : GenerativeReference.t option;
    (*

    Reference information about the generative content.

    *)
  3. suggestedMessageReference : SuggestedMessageReference.t option;
    (*

    Reference information for suggested messages.

    *)
}
Sourceval make : ?contentReference:??? -> ?generativeReference:??? -> ?suggestedMessageReference:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of Arn.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