purecloudplatformclientv2 95.0.0 → 96.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsProposedAgent.md +14 -0
- data/docs/AnalyticsSession.md +2 -0
- data/docs/ArrayNode.md +4 -4
- data/docs/AuditApi.md +60 -0
- data/docs/BuAgentSchedulesQueryResponse.md +1 -0
- data/docs/CoachingApi.md +80 -2
- data/docs/CoachingAppointmentAggregateRequest.md +16 -0
- data/docs/CoachingAppointmentAggregateResponse.md +13 -0
- data/docs/CoachingAppointmentResponse.md +1 -0
- data/docs/ConversationMetrics.md +15 -0
- data/docs/ExternalOrganizationTrustorLink.md +1 -2
- data/docs/GenericSAML.md +1 -1
- data/docs/JsonNode.md +4 -4
- data/docs/OAuthClient.md +1 -0
- data/docs/OAuthClientListing.md +1 -0
- data/docs/OAuthClientRequest.md +1 -0
- data/docs/OrgOAuthClient.md +1 -0
- data/docs/Permissions.md +0 -2
- data/docs/QueryRequestClause.md +14 -0
- data/docs/QueryRequestFilter.md +14 -0
- data/docs/QueryRequestPredicate.md +14 -0
- data/docs/QueryResponseData.md +14 -0
- data/docs/QueryResponseGroupedData.md +14 -0
- data/docs/QueryResponseMetric.md +14 -0
- data/docs/QueryResponseStats.md +13 -0
- data/docs/ReportingDataExportTopicDataExportNotification.md +1 -0
- data/docs/ReportingExportJobResponse.md +1 -0
- data/docs/RoutingApi.md +1 -1
- data/docs/SearchApi.md +2 -1
- data/docs/SpeechTextAnalyticsApi.md +66 -0
- data/docs/StatEventFlowOutcomeTopicDatum.md +14 -0
- data/docs/StatEventFlowOutcomeTopicMetric.md +15 -0
- data/docs/StatEventFlowOutcomeTopicStatsNotification.md +14 -0
- data/docs/StatEventFlowTopicDatum.md +14 -0
- data/docs/StatEventFlowTopicMetric.md +15 -0
- data/docs/StatEventFlowTopicStatsNotification.md +14 -0
- data/docs/StatEventWrapUpCodeTopicDatum.md +14 -0
- data/docs/StatEventWrapUpCodeTopicMetric.md +15 -0
- data/docs/StatEventWrapUpCodeTopicStatsNotification.md +14 -0
- data/docs/UserScheduleAdherence.md +1 -0
- data/docs/UserSearchRequest.md +1 -0
- data/docs/UsersApi.md +2 -1
- data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +1 -0
- data/docs/WfmBusinessUnitReference.md +1 -1
- data/docs/WfmScheduleReference.md +3 -3
- data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate.md +1 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference.md +13 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserReference.md +13 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserScheduleAdherenceUpdate.md +28 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate.md +1 -0
- data/lib/purecloudplatformclientv2.rb +26 -0
- data/lib/purecloudplatformclientv2/api/audit_api.rb +55 -0
- data/lib/purecloudplatformclientv2/api/coaching_api.rb +127 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/speech_text_analytics_api.rb +65 -0
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/acw_settings.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_proposed_agent.rb +228 -0
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +58 -4
- data/lib/purecloudplatformclientv2/models/array_node.rb +54 -54
- data/lib/purecloudplatformclientv2/models/audit_log_message.rb +6 -6
- data/lib/purecloudplatformclientv2/models/audit_query_entity.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_service.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_realtime_query_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/bu_agent_schedules_query_response.rb +30 -4
- data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_request.rb +294 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_response.rb +204 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_response.rb +27 -1
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_metrics.rb +254 -0
- data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/external_organization_trustor_link.rb +8 -34
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/generic_saml.rb +12 -12
- data/lib/purecloudplatformclientv2/models/ip_address_range.rb +2 -2
- data/lib/purecloudplatformclientv2/models/journey_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/json_node.rb +54 -54
- data/lib/purecloudplatformclientv2/models/message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/messaging_integration.rb +2 -2
- data/lib/purecloudplatformclientv2/models/messaging_sticker.rb +2 -2
- data/lib/purecloudplatformclientv2/models/o_auth_client.rb +27 -1
- data/lib/purecloudplatformclientv2/models/o_auth_client_listing.rb +27 -1
- data/lib/purecloudplatformclientv2/models/o_auth_client_request.rb +30 -4
- data/lib/purecloudplatformclientv2/models/org_o_auth_client.rb +27 -1
- data/lib/purecloudplatformclientv2/models/participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/participant_basic.rb +2 -2
- data/lib/purecloudplatformclientv2/models/permissions.rb +1 -52
- data/lib/purecloudplatformclientv2/models/query_request_clause.rb +254 -0
- data/lib/purecloudplatformclientv2/models/query_request_filter.rb +254 -0
- data/lib/purecloudplatformclientv2/models/query_request_predicate.rb +252 -0
- data/lib/purecloudplatformclientv2/models/query_response_data.rb +230 -0
- data/lib/purecloudplatformclientv2/models/query_response_grouped_data.rb +232 -0
- data/lib/purecloudplatformclientv2/models/query_response_metric.rb +242 -0
- data/lib/purecloudplatformclientv2/models/query_response_stats.rb +202 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/recipient.rb +2 -2
- data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +32 -1
- data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user_search_request.rb +30 -4
- data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +29 -4
- data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +6 -1
- data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +16 -1
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.rb +26 -1
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.rb +606 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.rb +26 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +55 -3
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueryRequestFilter
|
3
|
+
---
|
4
|
+
## PureCloud::QueryRequestFilter
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **type** | **String** | The logic used to combine the clauses | |
|
11
|
+
| **clauses** | [**Array<QueryRequestClause>**](QueryRequestClause.html) | The list of clauses used to filter the data | |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueryRequestPredicate
|
3
|
+
---
|
4
|
+
## PureCloud::QueryRequestPredicate
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **dimension** | **String** | The dimension to be filtered | |
|
11
|
+
| **value** | **String** | The value to filter by | |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueryResponseData
|
3
|
+
---
|
4
|
+
## PureCloud::QueryResponseData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **interval** | **String** | Interval with start and end represented as ISO-8601 string. i.e: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'/yyyy-MM-dd'T'HH:mm:ss.SSS'Z' | [optional] |
|
11
|
+
| **metrics** | [**Array<QueryResponseMetric>**](QueryResponseMetric.html) | A list of aggregated metrics | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueryResponseGroupedData
|
3
|
+
---
|
4
|
+
## PureCloud::QueryResponseGroupedData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **group** | **Hash<String, String>** | The group values for this data | [optional] |
|
11
|
+
| **data** | [**Array<QueryResponseData>**](QueryResponseData.html) | The metrics in this group | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueryResponseMetric
|
3
|
+
---
|
4
|
+
## PureCloud::QueryResponseMetric
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **metric** | **String** | The metric this applies to | [optional] |
|
11
|
+
| **stats** | [**QueryResponseStats**](QueryResponseStats.html) | The aggregated values for this metric | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
title: QueryResponseStats
|
3
|
+
---
|
4
|
+
## PureCloud::QueryResponseStats
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **count** | **Integer** | The count for this metric | [optional] |
|
11
|
+
{: class="table table-striped"}
|
12
|
+
|
13
|
+
|
@@ -8,6 +8,7 @@ title: ReportingDataExportTopicDataExportNotification
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | | [optional] |
|
11
|
+
| **run_id** | **String** | | [optional] |
|
11
12
|
| **name** | **String** | | [optional] |
|
12
13
|
| **status** | **String** | | [optional] |
|
13
14
|
| **export_format** | **String** | | [optional] |
|
@@ -9,6 +9,7 @@ title: ReportingExportJobResponse
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | | [optional] |
|
12
|
+
| **run_id** | **String** | The unique run id of the export schedule execute | |
|
12
13
|
| **status** | **String** | The current status of the export request | |
|
13
14
|
| **time_zone** | **String** | The requested timezone of the exported data. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London | |
|
14
15
|
| **export_format** | **String** | The requested format of the exported data | |
|
data/docs/RoutingApi.md
CHANGED
@@ -1511,7 +1511,7 @@ end
|
|
1511
1511
|
|
1512
1512
|
Name | Type | Description | Notes
|
1513
1513
|
------------- | ------------- | ------------- | -------------
|
1514
|
-
**messenger_type** | **String**| Messenger Type | [optional] <br />**Values**: sms, facebook, twitter, line, whatsapp |
|
1514
|
+
**messenger_type** | **String**| Messenger Type | [optional] <br />**Values**: sms, facebook, twitter, line, whatsapp, webmessaging |
|
1515
1515
|
**page_size** | **Integer**| Page size | [optional] [default to 25] |
|
1516
1516
|
**page_number** | **Integer**| Page number | [optional] [default to 1] |
|
1517
1517
|
{: class="table table-striped"}
|
data/docs/SearchApi.md
CHANGED
@@ -8,9 +8,75 @@ All URIs are relative to *https://api.mypurecloud.com*
|
|
8
8
|
|
9
9
|
Method | Description
|
10
10
|
------------- | ------------- | -------------
|
11
|
+
[**get_speechandtextanalytics_conversation**](SpeechTextAnalyticsApi.html#get_speechandtextanalytics_conversation) | Get Speech and Text Analytics for a specific conversation
|
11
12
|
[**get_speechandtextanalytics_conversation_communication_transcripturl**](SpeechTextAnalyticsApi.html#get_speechandtextanalytics_conversation_communication_transcripturl) | Get the pre-signed S3 URL for the transcript of a specific communication of a conversation
|
12
13
|
{: class="table table-striped"}
|
13
14
|
|
15
|
+
<a name="get_speechandtextanalytics_conversation"></a>
|
16
|
+
|
17
|
+
## [**ConversationMetrics**](ConversationMetrics.html) get_speechandtextanalytics_conversation(conversation_id)
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
Get Speech and Text Analytics for a specific conversation
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
Wraps GET /api/v2/speechandtextanalytics/conversations/{conversationId}
|
26
|
+
|
27
|
+
Requires ANY permissions:
|
28
|
+
|
29
|
+
* recording:recording:view
|
30
|
+
|
31
|
+
|
32
|
+
### Example
|
33
|
+
```{"language":"ruby"}
|
34
|
+
# load the gem
|
35
|
+
require 'purecloudplatformclientv2'
|
36
|
+
# setup authorization
|
37
|
+
@secret = ENV['PURECLOUD_SECRET']
|
38
|
+
@id = ENV['PURECLOUD_CLIENT_ID']
|
39
|
+
environment = "mypurecloud.com"
|
40
|
+
|
41
|
+
@authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
|
42
|
+
|
43
|
+
PureCloud.configure do |config|
|
44
|
+
config.access_token = @authToken
|
45
|
+
end
|
46
|
+
|
47
|
+
api_instance = PureCloud::SpeechTextAnalyticsApi.new
|
48
|
+
|
49
|
+
conversation_id = "conversation_id_example" # String | Conversation Id
|
50
|
+
|
51
|
+
|
52
|
+
begin
|
53
|
+
#Get Speech and Text Analytics for a specific conversation
|
54
|
+
result = api_instance.get_speechandtextanalytics_conversation(conversation_id)
|
55
|
+
p result
|
56
|
+
rescue PureCloud::ApiError => e
|
57
|
+
puts "Exception when calling SpeechTextAnalyticsApi->get_speechandtextanalytics_conversation: #{e}"
|
58
|
+
end
|
59
|
+
```
|
60
|
+
|
61
|
+
### Parameters
|
62
|
+
|
63
|
+
Name | Type | Description | Notes
|
64
|
+
------------- | ------------- | ------------- | -------------
|
65
|
+
**conversation_id** | **String**| Conversation Id | |
|
66
|
+
{: class="table table-striped"}
|
67
|
+
|
68
|
+
|
69
|
+
### Return type
|
70
|
+
|
71
|
+
[**ConversationMetrics**](ConversationMetrics.html)
|
72
|
+
|
73
|
+
### HTTP request headers
|
74
|
+
|
75
|
+
- **Content-Type**: application/json
|
76
|
+
- **Accept**: application/json
|
77
|
+
|
78
|
+
|
79
|
+
|
14
80
|
<a name="get_speechandtextanalytics_conversation_communication_transcripturl"></a>
|
15
81
|
|
16
82
|
## [**TranscriptUrl**](TranscriptUrl.html) get_speechandtextanalytics_conversation_communication_transcripturl(conversation_id, communication_id)
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventFlowOutcomeTopicDatum
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventFlowOutcomeTopicDatum
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **interval** | **String** | | [optional] |
|
11
|
+
| **metrics** | [**Array<StatEventFlowOutcomeTopicMetric>**](StatEventFlowOutcomeTopicMetric.html) | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventFlowOutcomeTopicMetric
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventFlowOutcomeTopicMetric
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **metric** | **String** | | [optional] |
|
11
|
+
| **qualifier** | **String** | | [optional] |
|
12
|
+
| **stats** | **Hash<String, Float>** | | [optional] |
|
13
|
+
{: class="table table-striped"}
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventFlowOutcomeTopicStatsNotification
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventFlowOutcomeTopicStatsNotification
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **group** | **Hash<String, String>** | | [optional] |
|
11
|
+
| **data** | [**Array<StatEventFlowOutcomeTopicDatum>**](StatEventFlowOutcomeTopicDatum.html) | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventFlowTopicDatum
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventFlowTopicDatum
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **interval** | **String** | | [optional] |
|
11
|
+
| **metrics** | [**Array<StatEventFlowTopicMetric>**](StatEventFlowTopicMetric.html) | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventFlowTopicMetric
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventFlowTopicMetric
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **metric** | **String** | | [optional] |
|
11
|
+
| **qualifier** | **String** | | [optional] |
|
12
|
+
| **stats** | **Hash<String, Float>** | | [optional] |
|
13
|
+
{: class="table table-striped"}
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventFlowTopicStatsNotification
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventFlowTopicStatsNotification
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **group** | **Hash<String, String>** | | [optional] |
|
11
|
+
| **data** | [**Array<StatEventFlowTopicDatum>**](StatEventFlowTopicDatum.html) | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventWrapUpCodeTopicDatum
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventWrapUpCodeTopicDatum
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **interval** | **String** | | [optional] |
|
11
|
+
| **metrics** | [**Array<StatEventWrapUpCodeTopicMetric>**](StatEventWrapUpCodeTopicMetric.html) | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventWrapUpCodeTopicMetric
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventWrapUpCodeTopicMetric
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **metric** | **String** | | [optional] |
|
11
|
+
| **qualifier** | **String** | | [optional] |
|
12
|
+
| **stats** | **Hash<String, Float>** | | [optional] |
|
13
|
+
{: class="table table-striped"}
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: StatEventWrapUpCodeTopicStatsNotification
|
3
|
+
---
|
4
|
+
## PureCloud::StatEventWrapUpCodeTopicStatsNotification
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **group** | **Hash<String, String>** | | [optional] |
|
11
|
+
| **data** | [**Array<StatEventWrapUpCodeTopicDatum>**](StatEventWrapUpCodeTopicDatum.html) | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -11,6 +11,7 @@ title: UserScheduleAdherence
|
|
11
11
|
| **name** | **String** | | [optional] |
|
12
12
|
| **user** | [**UserReference**](UserReference.html) | The user for whom this status applies | [optional] |
|
13
13
|
| **management_unit** | [**ManagementUnit**](ManagementUnit.html) | The management unit to which this user belongs | [optional] |
|
14
|
+
| **team** | [**Team**](Team.html) | The team to which this user belongs | [optional] |
|
14
15
|
| **scheduled_activity_category** | **String** | Activity for which the user is scheduled | [optional] |
|
15
16
|
| **system_presence** | **String** | Actual underlying system presence value | [optional] |
|
16
17
|
| **organization_secondary_presence_id** | **String** | Organization Secondary Presence Id. | [optional] |
|
data/docs/UserSearchRequest.md
CHANGED
@@ -15,6 +15,7 @@ title: UserSearchRequest
|
|
15
15
|
| **expand** | **Array<String>** | Provides more details about a specified resource | [optional] |
|
16
16
|
| **query** | [**Array<UserSearchCriteria>**](UserSearchCriteria.html) | | [optional] |
|
17
17
|
| **integration_presence_source** | **String** | Gets an integration presence for users instead of their defaults. This parameter will only be used when presence is provided as an \"expand\". When using this parameter the maximum number of users that can be returned is 10. | [optional] |
|
18
|
+
| **enforce_permissions** | **BOOLEAN** | Enforce view permission on request | [optional] |
|
18
19
|
{: class="table table-striped"}
|
19
20
|
|
20
21
|
|
data/docs/UsersApi.md
CHANGED
@@ -21,6 +21,7 @@ title: WemCoachingAppointmentTopicCoachingAppointmentNotification
|
|
21
21
|
| **conversations** | [**Array<WemCoachingAppointmentTopicCoachingAppointmentConversation>**](WemCoachingAppointmentTopicCoachingAppointmentConversation.html) | | [optional] |
|
22
22
|
| **documents** | [**Array<WemCoachingAppointmentTopicCoachingAppointmentDocument>**](WemCoachingAppointmentTopicCoachingAppointmentDocument.html) | | [optional] |
|
23
23
|
| **change_type** | **String** | | [optional] |
|
24
|
+
| **date_completed** | **DateTime** | | [optional] |
|
24
25
|
{: class="table table-striped"}
|
25
26
|
|
26
27
|
|
@@ -7,7 +7,7 @@ title: WfmBusinessUnitReference
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **id** | **String** | The
|
10
|
+
| **id** | **String** | The ID of the business unit | |
|
11
11
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
12
12
|
{: class="table table-striped"}
|
13
13
|
|
@@ -7,9 +7,9 @@ title: WfmScheduleReference
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **id** | **String** | The
|
11
|
-
| **business_unit** | [**WfmBusinessUnitReference**](WfmBusinessUnitReference.html) | A reference to a Workforce Management Business Unit |
|
12
|
-
| **week_date** | **Date** | The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd |
|
10
|
+
| **id** | **String** | The ID of the WFM schedule | |
|
11
|
+
| **business_unit** | [**WfmBusinessUnitReference**](WfmBusinessUnitReference.html) | A reference to a Workforce Management Business Unit | |
|
12
|
+
| **week_date** | **Date** | The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd | |
|
13
13
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
14
14
|
{: class="table table-striped"}
|
15
15
|
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: WfmUserScheduleAdherenceUpdatedMuTopicUriReference
|
3
|
+
---
|
4
|
+
## PureCloud::WfmUserScheduleAdherenceUpdatedMuTopicUriReference
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **id** | **String** | | [optional] |
|
11
|
+
| **name** | **String** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -9,6 +9,7 @@ title: WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **user** | [**WfmUserScheduleAdherenceUpdatedMuTopicUserReference**](WfmUserScheduleAdherenceUpdatedMuTopicUserReference.html) | | [optional] |
|
11
11
|
| **management_unit_id** | **String** | | [optional] |
|
12
|
+
| **team** | [**WfmUserScheduleAdherenceUpdatedMuTopicUriReference**](WfmUserScheduleAdherenceUpdatedMuTopicUriReference.html) | | [optional] |
|
12
13
|
| **scheduled_activity_category** | **String** | | [optional] |
|
13
14
|
| **system_presence** | **String** | | [optional] |
|
14
15
|
| **organization_secondary_presence_id** | **String** | | [optional] |
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
title: WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference
|
3
|
+
---
|
4
|
+
## PureCloud::WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **id** | **String** | | [optional] |
|
11
|
+
{: class="table table-striped"}
|
12
|
+
|
13
|
+
|