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

Message resource.

Parent: `/Assistants/{id}`

## Properties

| Field | Description |
|-------|-------------|
| `aborted` | This property will denote whether the request was aborted or not. |
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that sent the Message. |
| `body` | If successful, the body of the generated response |
| `error` | The error message if generation was not successful |
| `flagged` | If successful, this property will denote whether the response was flagged or not. |
| `session_id` | The unique name for the session. |
| `status` | success or failure based on whether the request successfully generated a response. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Assistants.V1.Assistant.Message{
  aborted: boolean(),
  account_sid: String.t(),
  body: String.t(),
  error: String.t(),
  flagged: boolean(),
  session_id: String.t(),
  status: String.t()
}
```

# `object_name`

---

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