@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 602 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SemanticQueriesActions](./x-components.semanticqueriesactions.md) > [fetchAndSaveSemanticQuery](./x-components.semanticqueriesactions.fetchandsavesemanticquery.md)
## SemanticQueriesActions.fetchAndSaveSemanticQuery property
Requests the semantic queries similar to the requested query and saves them in the state.
**Signature:**
```typescript
fetchAndSaveSemanticQuery: (request: SemanticQueriesRequest | null) => void;
```