Values.IntentLevelSlotResolutionTestResultItemSourceInformation about intent-level slot resolution in a test result.
type nonrec t = {intentName : Name.t option;The name of the intent that was recognized.
*)multiTurnConversation : Boolean.t option;Indicates whether the conversation involves multiple turns or not.
*)slotResolutionResults : SlotResolutionTestResultItems.t option;The results for the slot resolution in the test execution result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `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 ]
list
| `String of Name.t ])
list ]