# NotificationAction

> **Class** in `deepagents_cli`

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

One button/action row in the notification modal.

## Signature

```python
NotificationAction(
    self,
    action_id: ActionId,
    label: str,
    primary: bool = False,
)
```

## Constructors

```python
__init__(
    self,
    action_id: ActionId,
    label: str,
    primary: bool = False,
) -> None
```

| Name | Type |
|------|------|
| `action_id` | `ActionId` |
| `label` | `str` |
| `primary` | `bool` |


## Properties

- `action_id`
- `label`
- `primary`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/64d45f67c86edb4df2ced0e7b82f1a8fd158ec8c/libs/cli/deepagents_cli/notifications.py#L39)