docs/QualityApi.md in purecloudplatformclientv2-19.0.0 vs docs/QualityApi.md in purecloudplatformclientv2-20.0.0
- old
+ new
@@ -751,11 +751,11 @@
agent_user_id: "agent_user_id_example", # String | user id of the agent
evaluator_user_id: "evaluator_user_id_example", # String | evaluator user id
queue_id: "queue_id_example", # String | queue id
start_time: "start_time_example", # String | start time of the evaluation query
end_time: "end_time_example", # String | end time of the evaluation query
- evaluation_state: nil, # Array<Object> | evaluation state options: Pending, InProgress, Finished
+ evaluation_state: nil, # Array<Object> |
is_released: true, # BOOLEAN | the evaluation has been released
agent_has_read: true, # BOOLEAN | agent has the evaluation
expand_answer_total_scores: true, # BOOLEAN | get the total scores for evaluations
maximum: 56 # Integer | maximum
}
@@ -783,10 +783,10 @@
**agent_user_id** | **String**| user id of the agent | [optional] |
**evaluator_user_id** | **String**| evaluator user id | [optional] |
**queue_id** | **String**| queue id | [optional] |
**start_time** | **String**| start time of the evaluation query | [optional] |
**end_time** | **String**| end time of the evaluation query | [optional] |
- **evaluation_state** | [**Array<Object>**](Object.html)| evaluation state options: Pending, InProgress, Finished | [optional] |
+ **evaluation_state** | [**Array<Object>**](Object.html)| | [optional] |
**is_released** | **BOOLEAN**| the evaluation has been released | [optional] |
**agent_has_read** | **BOOLEAN**| agent has the evaluation | [optional] |
**expand_answer_total_scores** | **BOOLEAN**| get the total scores for evaluations | [optional] |
**maximum** | **Integer**| maximum | [optional] |
{: class="table table-striped"}