KnowledgebaseDTO interface
Response schema for CreateKb operation.
Properties
host |
URL host name at which the knowledgebase is hosted. |
id | Unique id that identifies a knowledgebase. |
last |
Time stamp at which the knowledgebase was last accessed (UTC). |
last |
Time stamp at which the knowledgebase was last modified (UTC). |
last |
Time stamp at which the knowledgebase was last published (UTC). |
name | Friendly name of the knowledgebase. |
sources | Custom sources from which Q-A were extracted or explicitly added to the knowledgebase. |
urls | URL sources from which Q-A were extracted and added to the knowledgebase. |
user |
User who created / owns the knowledgebase. |
Property Details
hostName
URL host name at which the knowledgebase is hosted.
hostName?: string
Property Value
string
id
Unique id that identifies a knowledgebase.
id?: string
Property Value
string
lastAccessedTimestamp
Time stamp at which the knowledgebase was last accessed (UTC).
lastAccessedTimestamp?: string
Property Value
string
lastChangedTimestamp
Time stamp at which the knowledgebase was last modified (UTC).
lastChangedTimestamp?: string
Property Value
string
lastPublishedTimestamp
Time stamp at which the knowledgebase was last published (UTC).
lastPublishedTimestamp?: string
Property Value
string
name
Friendly name of the knowledgebase.
name?: string
Property Value
string
sources
Custom sources from which Q-A were extracted or explicitly added to the knowledgebase.
sources?: string[]
Property Value
string[]
urls
URL sources from which Q-A were extracted and added to the knowledgebase.
urls?: string[]
Property Value
string[]
userId
User who created / owns the knowledgebase.
userId?: string
Property Value
string