Values.QQueryCardInputSourceThe input shape for defining a query card in an Amazon Q App.
type nonrec t = {title : Title.t;The title or label of the query card.
*)id : UUID.t;The unique identifier of the query card.
*)type_ : CardType.t;The type of the card.
*)prompt : Prompt.t;The prompt or instructions displayed for the query card.
*)outputSource : CardOutputSource.t option;The source or type of output to generate for the query card.
*)attributeFilter : AttributeFilter.t option;Turns on filtering of responses based on document attributes or metadata fields.
*)}