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

Search resource.

## 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 |
| `score` | The score associated with the chunk.. Format: float |

# `t`

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

# `object_name`

---

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