Values.FormInputCardSourceA card in an Amazon Q App that allows the user to submit a response.
type nonrec t = {id : UUID.t option;The unique identifier of the form input card.
*)title : Title.t option;The title of the form input card.
*)dependencies : DependencyList.t option;Any dependencies or requirements for the form input card.
*)type_ : CardType.t option;The type of the card.
*)metadata : FormInputCardMetadata.t option;The metadata that defines the form input card data.
*)computeMode : InputCardComputeMode.t option;The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of append shall allow participants to submit the same form multiple times with different values. A compute mode of replacecode> shall overwrite the current value for each participant.
*)}