Values.CardStatusSourceThe current status and value of a card in an active Amazon Q App session.
type nonrec t = {currentState : ExecutionStatus.t option;The current state of the card.
*)currentValue : String_.t option;The current value or result associated with the card.
*)submissions : SubmissionList.t option;A list of previous submissions, if the card is a form card.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of UUID.t
| `Structure of 'a list
| `Timestamp of QAppsTimestamp.t ])
list ]
list
| `String of String_.t ])
list ]