Class AdaptiveCardsOptions
- Namespace
- Microsoft.Agents.Builder.App.AdaptiveCards
- Assembly
- Microsoft.Agents.Builder.dll
Options for AdaptiveCards class.
public class AdaptiveCardsOptions
- Inheritance
-
AdaptiveCardsOptions
- Inherited Members
Constructors
AdaptiveCardsOptions()
public AdaptiveCardsOptions()
Properties
ActionSubmitFilter
Data field used to identify the Action.Submit handler to trigger.
public string? ActionSubmitFilter { get; set; }
Property Value
Remarks
When an Action.Submit is triggered, the field name specified here will be used to determine the handler to route the request to. Defaults to a value of "verb".