Values.SlotResolutionTestResultItemSourceInformation about the success and failure rate of slot resolution in the results of a test execution.
type nonrec t = {slotName : TestResultSlotName.t option;The name of the slot.
*)resultCounts : SlotResolutionTestResultItemCounts.t option;A result for slot resolution in the results of a test execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TestResultSlotName.t
| `Structure of
(string
* [> `Integer of Count.t
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list ])
list ])
list ]