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

Question 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. |
| `allow_na` | The flag  to enable for disable NA for answer. |
| `answer_set` | Set of answers for the question |
| `answer_set_id` | The answer_set for the question. |
| `category` | The Category for the question. |
| `description` | The description for the question. |
| `question` | The question. |
| `question_sid` | The SID of the question |
| `url` | Format: uri |
| `usage` | Integer value that tells a particular question is used by how many questionnaires |

# `t`

```elixir
@type t() :: %Twilio.Resources.Flex.V1.Insight.QualityManagement.Question{
  account_sid: String.t() | nil,
  allow_na: boolean() | nil,
  answer_set: String.t() | nil,
  answer_set_id: String.t() | nil,
  category: String.t() | nil,
  description: String.t() | nil,
  question: String.t() | nil,
  question_sid: String.t() | nil,
  url: String.t() | nil,
  usage: integer()
}
```

# `object_name`

---

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