@wildix/wim-knowledge-base-client > SearchHistoryFilter
SearchHistoryFilter interface
Signature:
export interface SearchHistoryFilter
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) Filter history by the data source ID. | ||
string | undefined | (Optional) Filter history by the knowledge base ID. | ||
string | undefined | (Optional) Filter history by the internal session ID. | ||
string | undefined | (Optional) Filter history by the session URI. Used for tracking and analytics purposes. Example: | ||
string | undefined | (Optional) Filter history by the user who performs the search in the knowledge base. Example: user@example.com | ||
boolean | undefined | (Optional) Whether to include the history results with empty results. |