Values.MessageComponentsSourceDescribes the components of a notification message.
type nonrec t = {headline : TextPartReference.t option;A sentence long summary. For example, titles or an email subject line.
*)paragraphSummary : TextPartReference.t option;A paragraph long or multiple sentence summary. For example, Amazon Q Developer in chat applications notifications.
*)completeDescription : TextPartReference.t option;A complete summary with all possible relevant information.
*)dimensions : Dimensions.t option;A list of properties in key-value pairs. Pairs are shown in order of importance from most important to least important. Channels may limit the number of dimensions shown to the notification viewer. Included dimensions, keys, and values are subject to change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TextPartReference.t ]) list ]
list
| `String of TextPartReference.t ])
list ]