Table of Contents

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

title string

The title of the result.

value string

The subtitle of the result.

Remarks

Initializes a new instance of the AdaptiveCardsSearchResult class.

Properties

Title

The title of the result.

public string Title { get; set; }

Property Value

string

Value

The subtitle of the result.

public string Value { get; set; }

Property Value

string