# Submitted

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/widgets/ask_user/AskUserTextArea/Submitted)

Posted when the user presses Enter to submit the answer.

## Signature

```python
Submitted(
    self,
    text_area: AskUserTextArea,
    value: str,
)
```

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    text_area: AskUserTextArea,
    value: str,
) -> None
```

| Name | Type |
|------|------|
| `text_area` | `AskUserTextArea` |
| `value` | `str` |


## Properties

- `text_area`
- `value`

---

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