<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SemanticQueriesXEvents](./x-components.semanticqueriesxevents.md)

## SemanticQueriesXEvents interface

Dictionary of the events of [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md)<!-- -->,where each key is the event name, and the value is the event payload type or `void` if it has no payload.

**Signature:**

```typescript
export interface SemanticQueriesXEvents 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [SemanticQueriesResponseChanged](./x-components.semanticqueriesxevents.semanticqueriesresponsechanged.md) |  | SemanticQuery\[\] | The response list of semantic queries has changed. Payload: The new [semantic query](./x-components.semanticquery.md) list. |
|  [SemanticQueryRequestUpdated](./x-components.semanticqueriesxevents.semanticqueryrequestupdated.md) |  | SemanticQueriesRequest \| null | Any property of the semantic queries request has changed. Payload: The new [request](./x-types.semanticqueriesrequest.md)<!-- -->. |
|  [UserSelectedASemanticQuery](./x-components.semanticqueriesxevents.userselectedasemanticquery.md) |  | SemanticQuery | The user has selected a semantic query. Payload: The [semantic query](./x-components.semanticquery.md) selected. |

