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

     1  # InsightsV1CallSummaries
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     8  **CallSid** | Pointer to **string** | The unique SID identifier of the Call. |
     9  **AnsweredBy** | Pointer to [**string**](CallSummariesEnumAnsweredBy.md) |  |
    10  **CallType** | Pointer to [**string**](CallSummariesEnumCallType.md) |  |
    11  **CallState** | Pointer to [**string**](CallSummariesEnumCallState.md) |  |
    12  **ProcessingState** | Pointer to [**string**](CallSummariesEnumProcessingState.md) |  |
    13  **CreatedTime** | Pointer to [**time.Time**](time.Time.md) | The time at which the Call was created, given in ISO 8601 format. Can be different from `start_time` in the event of queueing due to CPS |
    14  **StartTime** | Pointer to [**time.Time**](time.Time.md) | The time at which the Call was started, given in ISO 8601 format. |
    15  **EndTime** | Pointer to [**time.Time**](time.Time.md) | The time at which the Call was ended, given in ISO 8601 format. |
    16  **Duration** | Pointer to **int** | Duration between when the call was initiated and the call was ended |
    17  **ConnectDuration** | Pointer to **int** | Duration between when the call was answered and when it ended |
    18  **From** | Pointer to **interface{}** | The calling party. |
    19  **To** | Pointer to **interface{}** | The called party. |
    20  **CarrierEdge** | Pointer to **interface{}** | Contains metrics and properties for the Twilio media gateway of a PSTN call. |
    21  **ClientEdge** | Pointer to **interface{}** | Contains metrics and properties for the Twilio media gateway of a Client call. |
    22  **SdkEdge** | Pointer to **interface{}** | Contains metrics and properties for the SDK sensor library for Client calls. |
    23  **SipEdge** | Pointer to **interface{}** | Contains metrics and properties for the Twilio media gateway of a SIP Interface or Trunking call. |
    24  **Tags** | Pointer to **[]string** | Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality. |
    25  **Url** | Pointer to **string** | The URL of this resource. |
    26  **Attributes** | Pointer to **interface{}** | Attributes capturing call-flow-specific details. |
    27  **Properties** | Pointer to **interface{}** | Contains edge-agnostic call-level details. |
    28  **Trust** | Pointer to **interface{}** | Contains trusted communications details including Branded Call and verified caller ID. |
    29  **Annotation** | Pointer to **interface{}** |  |
    30  
    31  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    32  
    33