Module Values.UtteranceLevelTestResultItemSource

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

Sourcetype nonrec t = {
  1. recordNumber : RecordNumber.t option;
    (*

    The record number of the result.

    *)
  2. conversationId : TestSetConversationId.t option;
    (*

    The unique identifier for the conversation associated with the result.

    *)
  3. turnResult : TestSetTurnResult.t option;
    (*

    Contains information about the turn associated with the result.

    *)
}
Sourceval make : ?recordNumber:??? -> ?conversationId:??? -> ?turnResult:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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