@wildix/wim-knowledge-base-client > CreateKnowledgeBaseInput
CreateKnowledgeBaseInput interface
Signature:
export interface CreateKnowledgeBaseInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
(string)[] | List of data source IDs that provide content for this knowledge base. Can include Confluence, Google Drive, file uploads, and proxy sources. Empty list results in no searchable content | ||
string | undefined | (Optional) Optional detailed description of the knowledge base content and purpose. Helps users understand what topics are covered. Examples: 'Comprehensive product documentation and service guides', 'Internal technical documentation'. Length: 0-1000 characters | ||
string | Descriptive name for the knowledge base. Used for identification in the UI and APIs. Examples: 'Product Knowledge Base', 'Support Documentation'. Length: 2-100 characters |