Documentation - v1.2.0-alpha.3
    Preparing search index...

    Interface AdaptiveCardsSearchParams

    Represents the search parameters for adaptive cards.

    interface AdaptiveCardsSearchParams {
        dataset: string;
        queryText: string;
    }
    Index

    Properties

    Properties

    dataset: string

    The dataset to search within.

    queryText: string

    The text query for the search.