InteractionOptions
Class net10.0
Optional configuration for interactions added with
Hosting.InteractionService. namespace Aspire.Hosting;
public class InteractionOptions{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesEnableMessageMarkdownget; setbool? Gets or sets a value indicating whether Markdown in the message is rendered. Setting this to
true allows a message to contain Markdown elements such as links, text decoration and lists. PrimaryButtonTextget; setstring? Optional primary button text to override the default text.
SecondaryButtonTextget; setstring? Optional secondary button text to override the default text.
ShowDismissget; setbool? Gets or sets a value indicating whether show the dismiss button.
ShowSecondaryButtonget; setbool? Gets or sets a value indicating whether show the secondary button.