# `Twilio.Resources.Intelligence.V2.Transcript.Sentence`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/intelligence/v2/transcript/sentence.ex#L2)

Sentence resource.

Parent: `/Transcripts/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `location` | The location of the encrypted sentences.. Format: uri |
| `url` | Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Intelligence.V2.Transcript.Sentence{
  location: String.t() | nil,
  transcript_sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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