<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[SemanticQueriesResponseChanged](./x-components.semanticqueriesxevents.semanticqueriesresponsechanged.md)


</td><td>


</td><td>

SemanticQuery\[\]


</td><td>

The response list of semantic queries has changed. Payload: The new [semantic query](./x-components.semanticquery.md) list.


</td></tr>
<tr><td>

[SemanticQueryRequestUpdated](./x-components.semanticqueriesxevents.semanticqueryrequestupdated.md)


</td><td>


</td><td>

SemanticQueriesRequest \| null


</td><td>

Any property of the semantic queries request has changed. Payload: The new [request](./x-types.semanticqueriesrequest.md)<!-- -->.


</td></tr>
<tr><td>

[UserSelectedASemanticQuery](./x-components.semanticqueriesxevents.userselectedasemanticquery.md)


</td><td>


</td><td>

SemanticQuery


</td><td>

The user has selected a semantic query. Payload: The [semantic query](./x-components.semanticquery.md) selected.


</td></tr>
</tbody></table>

