# ActionId

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/notifications/ActionId)

Stable identifiers for notification actions dispatched by the app.

## Signature

```python
ActionId()
```

## Extends

- `StrEnum`

## Properties

- `SUPPRESS`
- `COPY_INSTALL`
- `OPEN_WEBSITE`
- `INSTALL`
- `SKIP_ONCE`
- `SKIP_VERSION`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/notifications.py#L17)