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

InsightsConversations resource.

## Properties

| Field | Description |
|-------|-------------|
| `account_id` | The id of the account. |
| `conversation_id` | The unique id of the conversation |
| `segment_count` | The count of segments for a conversation |
| `segments` | The Segments of a conversation |

# `t`

```elixir
@type t() :: %Twilio.Resources.Flex.V1.Insight.InsightsConversations{
  account_id: String.t() | nil,
  conversation_id: String.t() | nil,
  segment_count: integer(),
  segments: list() | nil
}
```

# `object_name`

---

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