Values.UserTurnOutputSpecificationSourceContains results that are output for the user turn by the test execution.
type nonrec t = {intent : UserTurnIntentOutput.t option;Contains information about the intent.
*)activeContexts : ActiveContextList.t option;The contexts that are active in the turn.
*)transcript : TestSetUtteranceText.t option;The transcript that is output for the user turn by the test execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ActiveContextName.t ]) list ]
list
| `String of TestSetUtteranceText.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]