github.com/twilio/twilio-go@v1.20.1/rest/flex/v1/docs/FlexV1InsightsAssessments.md (about) 1 # FlexV1InsightsAssessments 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 8 **AssessmentSid** | Pointer to **string** | The SID of the assessment | 9 **Offset** | Pointer to **float32** | Offset of the conversation | 10 **Report** | Pointer to **bool** | The flag indicating if this assessment is part of report | 11 **Weight** | Pointer to **float32** | The weightage given to this comment | 12 **AgentId** | Pointer to **string** | The id of the Agent | 13 **SegmentId** | Pointer to **string** | Segment Id of conversation | 14 **UserName** | Pointer to **string** | The name of the user. | 15 **UserEmail** | Pointer to **string** | The email id of the user. | 16 **AnswerText** | Pointer to **string** | The answer text selected by user | 17 **AnswerId** | Pointer to **string** | The id of the answer selected by user | 18 **Assessment** | Pointer to **interface{}** | Assessment Details associated with an assessment | 19 **Timestamp** | Pointer to **float32** | | 20 **Url** | Pointer to **string** | | 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24