@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 886 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [HistoryQueriesActions](./x-components.historyqueriesactions.md) > [updateHistoryQueriesWithSearchResponse](./x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md)
## HistoryQueriesActions.updateHistoryQueriesWithSearchResponse() method
Updates the history queries with the relevant info included in a search response.
**Signature:**
```typescript
updateHistoryQueriesWithSearchResponse(searchResponse: InternalSearchResponse): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| searchResponse | [InternalSearchResponse](./x-components.internalsearchresponse.md) | The search response to update history queries with. |
**Returns:**
void