> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.types.UserMessageTextContentPart

<h2 id="autogen.types.UserMessageTextContentPart" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">UserMessageTextContentPart</span>
</h2>

```python theme={null}
UserMessageTextContentPart(*args, **kwargs)
```

Represents a text content part of a user message

<b>Parameters:</b>

| Name       | Description |
| ---------- | ----------- |
| `*args`    |             |
| `**kwargs` |             |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### text

<br />

The text content of the part.

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### type

<br />

The type of the content part. Always "text" for text content parts.
