UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 950 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SemanticQueriesActions](./x-components.semanticqueriesactions.md) ## SemanticQueriesActions interface SemanticQueries store actions. **Signature:** ```typescript export interface SemanticQueriesActions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [fetchAndSaveSemanticQuery](./x-components.semanticqueriesactions.fetchandsavesemanticquery.md) | | (request: SemanticQueriesRequest \| null) =&gt; void | Requests the semantic queries similar to the requested query and saves them in the state. | | [fetchSemanticQuery](./x-components.semanticqueriesactions.fetchsemanticquery.md) | | (request: SemanticQueriesRequest \| null) =&gt; SemanticQueriesResponse \| null | . Requests the results for a semantic query, |