Package version:

Interface KnowledgeBaseSearchIndexActivityArguments

Represents the arguments the search index retrieval activity was run with.

interface KnowledgeBaseSearchIndexActivityArguments {
    filter?: string;
    search?: string;
    searchFields?: KnowledgeBaseSearchIndexFieldReference[];
    semanticConfigurationName?: string;
    sourceDataFields?: KnowledgeBaseSearchIndexFieldReference[];
}

Properties

filter?: string

The filter string.

search?: string

The search string used to query the search index.

What fields were searched against.

semanticConfigurationName?: string

What semantic configuration was used from the search index.

What fields were selected for search.