github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CallQueueInfo.md (about)

     1  # CallQueueInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **SlaGoal** | **int32** | Target percentage of calls that must be answered by agents within the service level time threshold | [optional] 
     7  **SlaThresholdSeconds** | **int32** | Period of time in seconds that is considered to be an acceptable service level | [optional] 
     8  **IncludeAbandonedCalls** | **bool** | If 'True' abandoned calls (hanged up prior to being served) are included into service level calculation | [optional] 
     9  **AbandonedThresholdSeconds** | **int32** | Period of time in seconds specifying abandoned calls duration - calls that are shorter will not be included into the calculation of service level.; zero value means that abandoned calls of any duration will be included into calculation | [optional] 
    10  
    11  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    12  
    13