Values.OverallTestResultItemSourceInformation about the overall results for a test execution result.
type nonrec t = {multiTurnConversation : Boolean.t option;Indicates whether the conversation contains multiple turns or not.
*)totalResultCount : Count.t option;The total number of overall results in the result of the test execution.
*)speechTranscriptionResultCounts : TestResultMatchStatusCountMap.t option;The number of speech transcription results in the overall test.
*)endToEndResultCounts : TestResultMatchStatusCountMap.t option;The number of results that succeeded.
*)}