Values.TextInputCardSourceA card in an Amazon Q App that allows the user to input text.
type nonrec t = {id : UUID.t option;The unique identifier of the text input card.
*)title : Title.t option;The title or label of the text input card.
*)dependencies : DependencyList.t option;Any dependencies or requirements for the text input card.
*)type_ : CardType.t option;The type of the card.
*)placeholder : Placeholder.t option;The placeholder text to display in the text input field.
*)defaultValue : Default.t option;The default value to pre-populate in the text input field.
*)}