Values.QAppSessionDataSourceThe response collected for a Amazon Q App session. This container represents a single response to a Q App session.
type nonrec t = {cardId : UUID.t option;The card Id associated with the response submitted for a Q App session.
*)value : Document.t option;The response submitted for a Q App session.
*)user : User.t option;The user who submitted the response for a Q App session.
*)submissionId : UUID.t option;The unique identifier of the submission.
*)timestamp : QAppsTimestamp.t option;The date and time when the session data is submitted.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UUID.t
| `Structure of (string * [> `String of UserId.t ]) list
| `Timestamp of QAppsTimestamp.t ])
list ]