Represents a part of a chat response that is an anchor, that is rendered as a link to a target.
new(value:EitherType<Uri, Location>, ?title:String)
Create a new ChatResponseAnchorPart.
Parameters:
value
A uri or location.
title
An optional title that is rendered with value.
title:Null<String>
value:EitherType<Uri, Location>
The target of this anchor.