# BehavioralsignalsUapiClient.Campaign

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique identifier for the campaign | [optional] 
**title** | **String** | The campaign title | [optional] 
**company** | [**Company**](Company.md) |  | [optional] 
**impact** | [**ScoredIndicatorType**](ScoredIndicatorType.md) |  | [optional] 
**agentTime** | **Number** | Agent talk time in seconds | [optional] 
**customerTime** | **Number** | Customer talk time in seconds | [optional] 
**overlapTime** | **Number** | Overlap time in seconds | [optional] 
**behaviors** | [**[AgentBehaviors]**](AgentBehaviors.md) |  | [optional] 
**highlights** | [**[Call]**](Call.md) | A list of call highlights | [optional] 
**startdate** | **Date** | Start date is the date of the first call in current aggregation slice | [optional] 
**enddate** | **Date** | End date is the date of the lst call in current aggregation slice | [optional] 
**trends** | [**AgentTrends**](AgentTrends.md) |  | [optional] 


