Values.SlotResolutionTestResultItemCountsSourceInformation about the counts for a slot resolution in the results of a test execution.
type nonrec t = {totalResultCount : Count.t option;The total number of results.
*)speechTranscriptionResultCounts : TestResultMatchStatusCountMap.t option;The number of matched, mismatched and execution error results for speech transcription for the slot.
*)slotMatchResultCounts : TestResultMatchStatusCountMap.t option;The number of matched and mismatched results for slot resolution for the slot.
*)}