InteractionOptions Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional configuration for interactions added with Aspire.Hosting.InteractionService.
public class InteractionOptions
	type InteractionOptions = class
	Public Class InteractionOptions
		- Inheritance
 - 
				InteractionOptions
 
- Derived
 
Constructors
| InteractionOptions() | 
Properties
| EnableMessageMarkdown | 
		 Gets or sets a value indicating whether Markdown in the message is rendered.
Setting this to   | 
        	
| PrimaryButtonText | 
		 Optional primary button text to override the default text.  | 
        	
| SecondaryButtonText | 
		 Optional secondary button text to override the default text.  | 
        	
| ShowDismiss | 
		 Gets or sets a value indicating whether show the dismiss button.  | 
        	
| ShowSecondaryButton | 
		 Gets or sets a value indicating whether show the secondary button.  |