# `Twilio.Resources.Assistants.V1.Knowledge.Chunk`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/assistants/v1/knowledge/chunk.ex#L2)

Chunk resource.

Parent: `/Knowledge/{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 Knowledge resource. |
| `content` | The chunk content. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the Chunk 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 Chunk was updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `metadata` | The metadata of the chunk. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Assistants.V1.Knowledge.Chunk{
  account_sid: String.t(),
  content: String.t(),
  date_created: String.t(),
  date_updated: String.t(),
  metadata: map()
}
```

# `object_name`

---

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