Values.QuickResponseContentsSourceThe content of the quick response stored in different media types.
type nonrec t = {plainText : QuickResponseContentProvider.t option;markdown : QuickResponseContentProvider.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of QuickResponseContent.t ]) list ])
list ]