Module Values.AssociatedTranscriptSource

The object containing information that associates the recommended intent/slot type with a conversation.

Sourcetype nonrec t = {
  1. transcript : Transcript.t option;
    (*

    The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.

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