> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SMSResponse

## Fields

<ParamField path="body" type="str" required>
  SMS message body
</ParamField>

<ParamField path="sms_id" type="str" required>
  SMS UUID
</ParamField>

<ParamField path="created_at" type="datetime" required>
  Creation date
</ParamField>

<ParamField path="sender" type="UnionType[str, None]" required>
  SMS sender phone number
</ParamField>

## Module

`notte_sdk.types`
