Link

@Serializable
data class Link(val href: String = "", val text: String = "")

A hyperlink reference returned from the AI Assistant.

Constructors

Link copied to clipboard
constructor(href: String = "", text: String = "")

Properties

Link copied to clipboard

The URL of the link.

Link copied to clipboard

The display text for the link.