github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/InsightsV1Annotation.md (about) 1 # InsightsV1Annotation 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **CallSid** | Pointer to **string** | The unique SID identifier of the Call. | 8 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 9 **AnsweredBy** | Pointer to [**string**](AnnotationEnumAnsweredBy.md) | | 10 **ConnectivityIssue** | Pointer to [**string**](AnnotationEnumConnectivityIssue.md) | | 11 **QualityIssues** | Pointer to **[]string** | Specifies if the call had any subjective quality issues. Possible values are one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, or `static_noise`. | 12 **Spam** | Pointer to **bool** | Specifies if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. | 13 **CallScore** | Pointer to **int** | Specifies the Call Score, if available. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. | 14 **Comment** | Pointer to **string** | Specifies any comments pertaining to the call. Twilio does not treat this field as PII, so no PII should be included in comments. | 15 **Incident** | Pointer to **string** | Incident or support ticket associated with this call. The `incident` property is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. | 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