Class AdaptiveCardsSearchResult
- Namespace
- Microsoft.Agents.Builder.App.AdaptiveCards
- Assembly
- Microsoft.Agents.Builder.dll
Individual result returned from AdaptiveCards.OnSearch() handler.
public class AdaptiveCardsSearchResult
- Inheritance
-
AdaptiveCardsSearchResult
- Inherited Members
Remarks
Initializes a new instance of the AdaptiveCardsSearchResult class.
Constructors
AdaptiveCardsSearchResult(string, string)
Individual result returned from AdaptiveCards.OnSearch() handler.
public AdaptiveCardsSearchResult(string title, string value)
Parameters
Remarks
Initializes a new instance of the AdaptiveCardsSearchResult class.
Properties
Title
The title of the result.
public string Title { get; set; }
Property Value
Value
The subtitle of the result.
public string Value { get; set; }