--- title: PolicyActions --- ## PureCloud::PolicyActions ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **retain_recording** | **BOOLEAN** | true to retain the recording associated with the conversation. Default = true | [optional] [default to false]| | **delete_recording** | **BOOLEAN** | true to delete the recording associated with the conversation. If retainRecording = true, this will be ignored. Default = false | [optional] [default to false]| | **always_delete** | **BOOLEAN** | true to delete the recording associated with the conversation regardless of the values of retainRecording or deleteRecording. Default = false | [optional] [default to false]| | **assign_evaluations** | [**Array<EvaluationAssignment>**](EvaluationAssignment.html) | | [optional] | | **assign_metered_evaluations** | [**Array<MeteredEvaluationAssignment>**](MeteredEvaluationAssignment.html) | | [optional] | | **assign_calibrations** | [**Array<CalibrationAssignment>**](CalibrationAssignment.html) | | [optional] | | **retention_duration** | [**RetentionDuration**](RetentionDuration.html) | | [optional] | | **initiate_screen_recording** | [**InitiateScreenRecording**](InitiateScreenRecording.html) | | [optional] | {: class="table table-striped"}