Class DismissDialogCommandSettings
DismissDialog
public sealed class DismissDialogCommandSettings : ICommand- Inheritance
- 
      
      DismissDialogCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
DialogId
Gets or sets the dialogId
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }Property Value
TriggerCooldown
Gets or sets the triggerCooldown
[JsonPropertyName("triggerCooldown")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TriggerCooldown { get; set; }Property Value
- bool?