# `Twilio.Resources.Knowledge.V2.KnowledgeBase.Knowledge.Chunk`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/knowledge/v2/knowledge_base/knowledge/chunk.ex#L2)

Chunk resource.

# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
Represents a processed content chunk extracted from knowledge source.  Chunks are smaller segments of content that have been parsed and indexed  for semantic search operations, containing the original text content.

## Properties

| Field | Description |
|-------|-------------|
| `content` | The chunk content. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `createdAt` | 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 |

# `t`

```elixir
@type t() :: %Twilio.Resources.Knowledge.V2.KnowledgeBase.Knowledge.Chunk{
  content: String.t(),
  createdAt: String.t()
}
```

# `object_name`

---

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