--- title: KnowledgeSearchResponse --- ## PureCloud::KnowledgeSearchResponse ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **search_id** | **String** | Search Id | [optional] | | **total** | **Integer** | Total number of records returned | [optional] | | **page_count** | **Integer** | Number of pages returned in the result calculated according to the pageSize and the total | [optional] | | **page_size** | **Integer** | Number of records according to the page size | [optional] | | **page_number** | **Integer** | Current page number for the returned records | [optional] | | **results** | [**Array<KnowledgeSearchDocument>**](KnowledgeSearchDocument.html) | Results associated to the search response | [optional] | {: class="table table-striped"}