Values.QQueryCardSourceA card in a Amazon Q App that generates a response based on the Amazon Q Business service.
type nonrec t = {id : UUID.t option;The unique identifier of the query card.
*)title : Title.t option;The title or label of the query card.
*)dependencies : DependencyList.t option;Any dependencies or requirements for the query card.
*)type_ : CardType.t option;The type of the card.
*)prompt : Prompt.t option;The prompt or instructions displayed for the query card.
*)outputSource : CardOutputSource.t option;The source or type of output generated by the query card.
*)attributeFilter : AttributeFilter.t option;The Amazon Q Business filters applied in this query card when resolving data sources
*)memoryReferences : MemoryReferenceList.t option;Any dependencies for the query card, where the dependencies are references to the collected responses.
*)}