Values.UtteranceLevelTestResultItemSourceContains information about multiple utterances in the results of a test set execution.
type nonrec t = {recordNumber : RecordNumber.t option;The record number of the result.
*)conversationId : TestSetConversationId.t option;The unique identifier for the conversation associated with the result.
*)turnResult : TestSetTurnResult.t option;Contains information about the turn associated with the result.
*)}val 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 ]