Values.GenericAttachmentSourceRepresents an option rendered to the user when a prompt is shown. It could be an image, a button, a link, or text.
type nonrec t = {title : StringWithLength.t option;The title of the option.
*)subTitle : StringWithLength.t option;The subtitle shown below the title.
*)attachmentLinkUrl : StringUrlWithLength.t option;The URL of an attachment to the response card.
*)imageUrl : StringUrlWithLength.t option;The URL of an image that is displayed to the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ButtonTextStringWithLength.t ])
list ]
list
| `String of StringWithLength.t ])
list ]