Sha256: 93ef765ad77042e110e9a9f441e4344e40b6178875187adcc50e183161752d84
Contents?: true
Size: 1.37 KB
Versions: 13
Compression:
Stored size: 1.37 KB
Contents
--- title: KnowledgeSearchDocument --- ## PureCloud::KnowledgeSearchDocument ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **language_code** | **String** | Language of the document | | | **type** | **String** | Document type | | | **faq** | [**DocumentFaq**](DocumentFaq.html) | FAQ document details | [optional] | | **date_created** | **DateTime** | Document creation date-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | Document last modification date-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **categories** | [**Array<KnowledgeCategory>**](KnowledgeCategory.html) | Document categories | [optional] | | **knowledge_base** | [**KnowledgeBase**](KnowledgeBase.html) | Knowledge base which document does belong to | [optional] | | **external_url** | **String** | External URL to the document | [optional] | | **confidence** | **Float** | The confidence associated with a document with respect to a search query | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
13 entries across 13 versions & 1 rubygems