# `Twilio.Resources.Assistants.V1.Session.Message`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/assistants/v1/session/message.ex#L2)

Message resource.

Parent: `/Sessions/{id}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resource. |
| `assistant_id` | The Assistant ID. |
| `content` | The content of the message. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the Message was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the Message was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `id` | The message ID. |
| `identity` | The identity of the user. |
| `meta` | The metadata of the message. |
| `role` | The role of the user associated with the message. |
| `session_id` | The Session ID. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Assistants.V1.Session.Message{
  account_sid: String.t(),
  assistant_id: String.t(),
  content: map(),
  date_created: String.t(),
  date_updated: String.t(),
  id: String.t(),
  identity: String.t(),
  meta: map(),
  role: String.t(),
  session_id: String.t()
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
