Values.QuickResponseOrderFieldSourceThe quick response fields to order the quick response query results by. The following is the list of supported field names. name description shortcutKey isActive channels language contentType createdTime lastModifiedTime lastModifiedBy groupingConfiguration.criteria groupingConfiguration.values
type nonrec t = {name : NonEmptyString.t;The name of the attribute to order the quick response query results by.
*)order : Order.t option;The order at which the quick responses are sorted by.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]