Table of Contents

Class AdaptiveCardsSearchParams

Namespace
Microsoft.Agents.Builder.App.AdaptiveCards
Assembly
Microsoft.Agents.Builder.dll

Parameters passed to AdaptiveCards.OnSearch() handler.

public class AdaptiveCardsSearchParams
Inheritance
AdaptiveCardsSearchParams
Inherited Members

Remarks

Initializes a new instance of the AdaptiveCardsSearchParams class.

Constructors

AdaptiveCardsSearchParams(string, string)

Parameters passed to AdaptiveCards.OnSearch() handler.

public AdaptiveCardsSearchParams(string queryText, string dataset)

Parameters

queryText string

The query text.

dataset string

The dataset to search.

Remarks

Initializes a new instance of the AdaptiveCardsSearchParams class.

Properties

Dataset

The dataset to search.

public string Dataset { get; set; }

Property Value

string

QueryText

The query text.

public string QueryText { get; set; }

Property Value

string