Values.InputSessionStateSpecificationSourceSpecifications for the current state of the dialog between the user and the bot in the test set.
type nonrec t = {sessionAttributes : StringMap.t option;Session attributes for the session state.
*)activeContexts : ActiveContextList.t option;Active contexts for the session state.
*)runtimeHints : RuntimeHints.t option;Runtime hints for the session state.
*)}val to_value :
t ->
[> `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
| `Structure of
(string
* [> `Map of ([> `String of Name.t ] * Awso.Botodata.value) list ])
list ])
list ]