Values.ConversationLevelTestResultItemSourceThe test result evaluation item at the conversation level.
type nonrec t = {conversationId : TestSetConversationId.t option;The conversation Id of the test result evaluation item.
*)endToEndResult : TestResultMatchStatus.t option;The end-to-end success or failure of the test result evaluation item.
*)speechTranscriptionResult : TestResultMatchStatus.t option;The speech transcription success or failure of the test result evaluation item.
*)intentClassificationResults : ConversationLevelIntentClassificationResults.t
option;The intent classification of the test result evaluation item.
*)slotResolutionResults : ConversationLevelSlotResolutionResults.t option;The slot success or failure of the test result evaluation item.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Name.t ]) list ]
list
| `String of TestSetConversationId.t ])
list ]