doc_out/QualityApi.html.md in purecloud-0.49.1 vs doc_out/QualityApi.html.md in purecloud-0.50.1
- old
+ new
@@ -357,16 +357,16 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
start_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | Start time of agent activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
end_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | End time of agent activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
- agent_user_id: ["agent_user_id_example"], # Array<String> | user id of agent requested
+ agent_user_id: nil, # Array<Object> | user id of agent requested
evaluator_user_id: "evaluator_user_id_example", # String | user id of the evaluator
name: "name_example", # String | name
group: "group_example" # String | group id
}
@@ -384,16 +384,16 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| The total page size requested | [optional] [default to 25]
**page_number** | **Integer**| The page number requested | [optional] [default to 1]
**sort_by** | **String**| variable name requested to sort by | [optional]
- **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
**start_time** | **DateTime**| Start time of agent activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional]
**end_time** | **DateTime**| End time of agent activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional]
- **agent_user_id** | [**Array<String>**](String.html)| user id of agent requested | [optional]
+ **agent_user_id** | [**Array<Object>**](Object.html)| user id of agent requested | [optional]
**evaluator_user_id** | **String**| user id of the evaluator | [optional]
**name** | **String**| name | [optional]
**group** | **String**| group id | [optional]
{: class="table table-striped"}
@@ -438,11 +438,11 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
conversation_id: "conversation_id_example", # String | conversation id
start_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | Beginning of the calibration query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
end_time: DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | end of the calibration query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
@@ -463,11 +463,11 @@
------------- | ------------- | ------------- | -------------
**calibrator_id** | **String**| user id of calibrator |
**page_size** | **Integer**| The total page size requested | [optional] [default to 25]
**page_number** | **Integer**| The page number requested | [optional] [default to 1]
**sort_by** | **String**| variable name requested to sort by | [optional]
- **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
**conversation_id** | **String**| conversation id | [optional]
**start_time** | **DateTime**| Beginning of the calibration query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional]
**end_time** | **DateTime**| end of the calibration query. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional]
@@ -573,11 +573,11 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
recording_id: "recording_id_example", # String | id of the recording
entity_type: "RECORDING" # String | entity type options: Recording, Calibration, Evaluation, Annotation
}
@@ -597,11 +597,11 @@
------------- | ------------- | ------------- | -------------
**conversation_id** | **String**| Conversation ID |
**page_size** | **Integer**| The total page size requested | [optional] [default to 25]
**page_number** | **Integer**| The page number requested | [optional] [default to 1]
**sort_by** | **String**| variable name requested to sort by | [optional]
- **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
**recording_id** | **String**| id of the recording | [optional]
**entity_type** | **String**| entity type options: Recording, Calibration, Evaluation, Annotation | [optional] [default to RECORDING]
{: class="table table-striped"}
@@ -708,20 +708,20 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
conversation_id: "conversation_id_example", # String | conversationId specified
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: ["evaluation_state_example"], # Array<String> | evaluation state options: Pending, InProgress, Finished
+ evaluation_state: nil, # Array<Object> | evaluation state options: Pending, InProgress, Finished
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
}
@@ -740,20 +740,20 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| The total page size requested | [optional] [default to 25]
**page_number** | **Integer**| The page number requested | [optional] [default to 1]
**sort_by** | **String**| variable name requested to sort by | [optional]
- **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
**conversation_id** | **String**| conversationId specified | [optional]
**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<String>**](String.html)| evaluation state options: Pending, InProgress, Finished | [optional]
+ **evaluation_state** | [**Array<Object>**](Object.html)| evaluation state options: Pending, InProgress, Finished | [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"}
@@ -797,17 +797,17 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
start_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The start time specified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
end_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The end time specified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
name: "name_example", # String | Evaluator name
- permission: ["permission_example"], # Array<String> | permission strings
+ permission: nil, # Array<Object> | permission strings
group: "group_example" # String | group id
}
begin
#Get an evaluator activity
@@ -823,17 +823,17 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| The total page size requested | [optional] [default to 25]
**page_number** | **Integer**| The page number requested | [optional] [default to 1]
**sort_by** | **String**| variable name requested to sort by | [optional]
- **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
**start_time** | **DateTime**| The start time specified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional]
**end_time** | **DateTime**| The end time specified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional]
**name** | **String**| Evaluator name | [optional]
- **permission** | [**Array<String>**](String.html)| permission strings | [optional]
+ **permission** | [**Array<Object>**](Object.html)| permission strings | [optional]
**group** | **String**| group id | [optional]
{: class="table table-striped"}
### Return type
@@ -1061,11 +1061,11 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
name: "name_example" # String | the keyword set name - used for filtering results in searches.
}
@@ -1083,10 +1083,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| The total page size requested | [optional] [default to 25]
**page_number** | **Integer**| The page number requested | [optional] [default to 1]
**sort_by** | **String**| variable name requested to sort by | [optional]
- **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
**name** | **String**| the keyword set name - used for filtering results in searches. | [optional]
{: class="table table-striped"}