Values.CommentContentSourceRepresents the content of a Comment to be returned to agents.
type nonrec t = {body : CommentBody.t;Text in the body of a Comment on a case.
*)contentType : CommentBodyTextType.t;Type of the text in the box of a Comment on a case.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CommentBody.t ]) list ]