Values.TestSetSlotDiscrepancyItemSourceContains information about discrepancy in a slot information between the test set and the bot.
type nonrec t = {intentName : Name.t option;The name of the intent associated with the slot in the discrepancy report.
*)slotName : Name.t option;The name of the slot in the discrepancy report.
*)errorMessage : String_.t option;The error message for a discrepancy for an intent between the test set and the bot.
*)}