AdaptiveCardsSearchParams(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters passed to AdaptiveCards.OnSearch() handler.
public AdaptiveCardsSearchParams(string queryText, string dataset);
new Microsoft.Agents.Builder.App.AdaptiveCards.AdaptiveCardsSearchParams : string * string -> Microsoft.Agents.Builder.App.AdaptiveCards.AdaptiveCardsSearchParams
Public Sub New (queryText As String, dataset As String)
Parameters
- queryText
- String
The query text.
- dataset
- String
The dataset to search.
Remarks
Initializes a new instance of the AdaptiveCardsSearchParams class.