@empathyco/x-components
Version:
Empathy X Components
27 lines (15 loc) • 663 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchActions](./x-components.searchactions.md) > [fetchSearchResponse](./x-components.searchactions.fetchsearchresponse.md)
## SearchActions.fetchSearchResponse() method
Fetches the search response and returns them.
**Signature:**
```typescript
fetchSearchResponse(request: SearchRequest): SearchResponse;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| request | SearchRequest | |
**Returns:**
SearchResponse
The new search response.