Module Values.ConversationLevelResultDetailSource

The conversation level details of the conversation used in the test set.

Sourcetype nonrec t = {
  1. endToEndResult : TestResultMatchStatus.t option;
    (*

    The success or failure of the streaming of the conversation.

    *)
  2. speechTranscriptionResult : TestResultMatchStatus.t option;
    (*

    The speech transcription success or failure details of the conversation.

    *)
}
Sourceval make : ?endToEndResult:??? -> ?speechTranscriptionResult:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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