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

Service for CommentTag 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 Comment Settings for an Account

Operation: `FetchInsightsSettingsComment` | Tags: FlexV1InsightsSettingsComment

# `stream`

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

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

---

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