Values.CardValueSourceThe value or result associated with a card in a Amazon Q App session.
type nonrec t = {cardId : UUID.t;The unique identifier of the card.
*)value : CardValueValueString.t;The value or result associated with the card.
*)submissionMutation : SubmissionMutation.t option;The structure that describes how the current form card value is mutated. Only applies for form cards when multiple responses are allowed.
*)}val make :
?submissionMutation:??? ->
cardId:UUID.t ->
value:CardValueValueString.t ->
unit ->
t