Values.UserTurnSpecificationSourceContains information about the expected and input values for the user turn.
type nonrec t = {input : UserTurnInputSpecification.t option;Contains information about the user messages in the turn in the input.
*)expected : UserTurnOutputSpecification.t option;Contains results about the expected output for the user turn.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ActiveContextName.t ]) list ]
list
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of String_.t ])
list
| `String of TestSetUtteranceText.t
| `Structure of (string * Awso.Botodata.value) list ])
list ])
list ]