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

InsightsQuestionnaires 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. |
| `active` | The flag to enable or disable questionnaire |
| `description` | The description of this questionnaire |
| `name` | The name of this category. |
| `questionnaire_sid` | The sid of this questionnaire |
| `questions` | The list of questions with category for a questionnaire |
| `url` | Format: uri |

# `t`

```elixir
@type t() ::
  %Twilio.Resources.Flex.V1.Insight.QualityManagement.InsightsQuestionnaires{
    account_sid: String.t() | nil,
    active: boolean() | nil,
    description: String.t() | nil,
    name: String.t() | nil,
    questionnaire_sid: String.t() | nil,
    questions: list() | nil,
    url: String.t() | nil
  }
```

# `object_name`

---

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