github.com/twilio/twilio-go@v1.20.1/rest/flex/v1/docs/FlexV1InsightsQuestionnairesQuestion.md (about)

     1  # FlexV1InsightsQuestionnairesQuestion
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. |
     8  **QuestionSid** | Pointer to **string** | The SID of the question |
     9  **Question** | Pointer to **string** | The question. |
    10  **Description** | Pointer to **string** | The description for the question. |
    11  **Category** | Pointer to **interface{}** | The Category for the question. |
    12  **AnswerSetId** | Pointer to **string** | The answer_set for the question. |
    13  **AllowNa** | Pointer to **bool** | The flag  to enable for disable NA for answer. |
    14  **Usage** | Pointer to **int** | Integer value that tells a particular question is used by how many questionnaires |
    15  **AnswerSet** | Pointer to **interface{}** | Set of answers for the question |
    16  **Url** | Pointer to **string** |  |
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20