Module Values.SnippetExcerptSource

Contains the relevant text excerpt from a source that was used to generate a citation text segment in an Amazon Q Business chat response.

Sourcetype nonrec t = {
  1. text : SnippetExcerptText.t option;
    (*

    The relevant text excerpt from a source that was used to generate a citation text segment in an Amazon Q chat response.

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