Share via


QueryFilters interface

filters over knowledge base.

Properties

logicalOperation

Logical operation used to join metadata filter with source filter.

metadataFilter

Find QnAs that are associated with the given list of metadata.

sourceFilter

Find QnAs that are associated with any of the given list of sources in knowledge base.

Property Details

logicalOperation

Logical operation used to join metadata filter with source filter.

logicalOperation?: string

Property Value

string

metadataFilter

Find QnAs that are associated with the given list of metadata.

metadataFilter?: MetadataFilter

Property Value

sourceFilter

Find QnAs that are associated with any of the given list of sources in knowledge base.

sourceFilter?: string[]

Property Value

string[]