# `Twilio.Flex.V1.Insight.QualityManagement.Setting.InsightsSettingsAnswerSetsService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/flex/v1/insight/quality_management/setting/insights_settings_answer_sets_service.ex#L2)

Service for InsightsSettingsAnswerSets 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 the Answer Set Settings for an Account

Operation: `FetchInsightsSettingsAnswersets` | Tags: FlexV1InsightsSettingsAnswerSets

# `stream`

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

Stream: To get the Answer Set Settings for an Account (lazy auto-pagination).

---

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