Skip to content
DocsTry Aspire
DocsTry

NotificationInteractionOptions Properties

ClassProperties3 members
Options for configuring a notification interaction.
Gets or sets the intent of the notification.
public MessageIntent? Intent { get; set; }
LinkTextSection titled LinkTextnullablestring?
Gets or sets the text for a link in the notification.
public string? LinkText { get; set; }
LinkUrlSection titled LinkUrlnullablestring?
Gets or sets the URL for the link in the notification.
public string? LinkUrl { get; set; }