Values.UserTurnSlotOutputContains information about a slot output by the test set execution.
type nonrec t = {value : NonEmptyString.t option;The value output by the slot recognition.
*)values : UserTurnSlotOutputList.t option;Values that are output by the slot recognition.
*)subSlots : UserTurnSlotOutputMap.t option;A list of items mapping the name of the subslots to information about those subslots.
*)}val make :
?value:NonEmptyString.t ->
?values:UserTurnSlotOutputList.t ->
?subSlots:UserTurnSlotOutputMap.t ->
unit ->
t