# `Twilio.Resources.Flex.V1.Insight.Session`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/flex/v1/insight/session.ex#L2)

Session resource.

## Properties

| Field | Description |
|-------|-------------|
| `base_url` | The base URL to fetch reports and dashboards |
| `session_expiry` | The session expiry date and time, given in ISO 8601 format. |
| `session_id` | The unique ID for the session |
| `url` | The URL of this resource.. Format: uri |
| `workspace_id` | Unique ID to identify the user's workspace |

# `t`

```elixir
@type t() :: %Twilio.Resources.Flex.V1.Insight.Session{
  base_url: String.t() | nil,
  session_expiry: String.t() | nil,
  session_id: String.t() | nil,
  url: String.t() | nil,
  workspace_id: String.t() | nil
}
```

# `object_name`

---

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