Values.UserTurnInputSpecificationSourceContains information about the user messages in the turn in the input.
type nonrec t = {utteranceInput : UtteranceInputSpecification.t option;The utterance input in the user turn.
*)requestAttributes : StringMap.t option;Request attributes of the user turn.
*)sessionState : InputSessionStateSpecification.t option;Contains information about the session state in the input.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ] * [> `String of String_.t ])
list
| `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
* [> `Map of
([> `String of Name.t ] * Awso.Botodata.value) list
| `String of AudioFileS3Location.t ])
list ])
list ])
list ]