Module Values.UtteranceLevelTestResultsSource

Contains information about the utterances in the results of the test set execution.

Sourcetype nonrec t = {
  1. items : UtteranceLevelTestResultItemList.t option;
    (*

    Contains information about an utterance in the results of the test set execution.

    *)
}
Sourceval make : ?items:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Long of RecordNumber.t | `String of TestSetConversationId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of TestSetAgentPrompt.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ActiveContextName.t ]) list ] list | `Map of ([> `String of NonEmptyString.t ] * [> `String of String_.t ]) list | `String of NonEmptyString.t | `Structure of (string * Awso.Botodata.value) list ]) list ]) list ]) list ]) 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