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

Service for InsightsConversations API operations.

Operations: `list`

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

To get conversation with segment id

Operation: `ListInsightsConversations` | Tags: FlexV1InsightsConversations

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `SegmentId` | string | Unique Id of the segment for which conversation details needs to be fetched |

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: To get conversation with segment id (lazy auto-pagination).

---

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