# Choice

> **Class** in `deepagents_code`

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

A single choice option for a multiple choice question.

## Signature

```python
Choice()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    value: Annotated[str, Field(description='The display label for this choice.')],
)
```

| Name | Type |
|------|------|
| `value` | `Annotated[str, Field(description='The display label for this choice.')]` |


## Properties

- `value`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/_ask_user_types.py#L16)