Values.DialogStateSourceThe current state of the conversation with the user.
type nonrec t = {dialogAction : DialogAction.t option;intent : IntentOverride.t option;sessionAttributes : StringMap.t option;Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ] * [> `String of String_.t ])
list
| `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `Map of ([> `String of Name.t ] * Awso.Botodata.value) list
| `String of Name.t ])
list ])
list ]