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

InsightsSettingsAnswerSets resource.

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. |
| `answer_set_categories` | The list of answer set categories |
| `answer_sets` | The lis of answer sets |
| `not_applicable` | The details for not applicable answer set |
| `url` | Format: uri |

# `t`

```elixir
@type t() ::
  %Twilio.Resources.Flex.V1.Insight.QualityManagement.Setting.InsightsSettingsAnswerSets{
    account_sid: String.t() | nil,
    answer_set_categories: String.t() | nil,
    answer_sets: String.t() | nil,
    not_applicable: String.t() | nil,
    url: String.t() | nil
  }
```

# `object_name`

---

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