purecloudplatformclientv2 22.0.0 → 23.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/ActivityCode.md +8 -5
  4. data/docs/ActivityCodeContainer.md +1 -0
  5. data/docs/AdherenceSettings.md +1 -1
  6. data/docs/ArchitectApi.md +14 -14
  7. data/docs/AuthorizationApi.md +3 -1
  8. data/docs/BatchDownloadJobResult.md +20 -0
  9. data/docs/BatchDownloadJobStatusResult.md +20 -0
  10. data/docs/BatchDownloadJobSubmission.md +13 -0
  11. data/docs/BatchDownloadJobSubmissionResult.md +15 -0
  12. data/docs/BatchDownloadRequest.md +14 -0
  13. data/docs/Call.md +2 -0
  14. data/docs/CallBasic.md +2 -0
  15. data/docs/CallForwardingNotification.md +17 -0
  16. data/docs/CallForwardingNotificationCall.md +13 -0
  17. data/docs/CallForwardingNotificationCalls.md +13 -0
  18. data/docs/CallForwardingNotificationTarget.md +14 -0
  19. data/docs/CallForwardingNotificationTargets.md +14 -0
  20. data/docs/CallForwardingNotificationUser.md +13 -0
  21. data/docs/CallRoute.md +0 -1
  22. data/docs/{SignedData.md → ContactColumnTimeZone.md} +2 -3
  23. data/docs/CreateActivityCodeRequest.md +18 -0
  24. data/docs/CreateQueueRequest.md +12 -11
  25. data/docs/ExternalContact.md +1 -0
  26. data/docs/IgnoredActivityCategories.md +13 -0
  27. data/docs/ManagementUnit.md +4 -3
  28. data/docs/ManagementUnitSettings.md +1 -3
  29. data/docs/MessageDetails.md +1 -0
  30. data/docs/MessageMedia.md +14 -0
  31. data/docs/MoveAgentResponse.md +14 -0
  32. data/docs/MoveAgentsRequest.md +14 -0
  33. data/docs/MoveAgentsResponse.md +15 -0
  34. data/docs/NTPSettings.md +13 -0
  35. data/docs/OrganizationAuthorizationApi.md +2 -2
  36. data/docs/OutOfOfficeNotification.md +1 -0
  37. data/docs/OutboundApi.md +63 -0
  38. data/docs/Queue.md +12 -11
  39. data/docs/Recording.md +1 -0
  40. data/docs/RecordingApi.md +120 -0
  41. data/docs/RecordingMessagingMessage.md +18 -0
  42. data/docs/RoutingApi.md +2 -2
  43. data/docs/SchedulingSettings.md +1 -0
  44. data/docs/ShrinkageOverride.md +14 -0
  45. data/docs/ShrinkageOverrides.md +14 -0
  46. data/docs/Site.md +1 -0
  47. data/docs/TrustCreate.md +2 -1
  48. data/docs/TrustGroup.md +26 -0
  49. data/docs/{TrustUserCreate.md → TrustMemberCreate.md} +4 -4
  50. data/docs/TrustRequest.md +2 -1
  51. data/docs/TrustRequestCreate.md +2 -1
  52. data/docs/UserQueue.md +12 -11
  53. data/docs/WfmVersionedEntityMetadata.md +15 -0
  54. data/docs/WorkforceManagementApi.md +128 -3
  55. data/docs/{Entity.md → WrapUpCodeReference.md} +2 -2
  56. data/lib/purecloudplatformclientv2.rb +26 -4
  57. data/lib/purecloudplatformclientv2/api/architect_api.rb +6 -6
  58. data/lib/purecloudplatformclientv2/api/authorization_api.rb +9 -0
  59. data/lib/purecloudplatformclientv2/api/outbound_api.rb +75 -0
  60. data/lib/purecloudplatformclientv2/api/recording_api.rb +130 -0
  61. data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +138 -2
  62. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  63. data/lib/purecloudplatformclientv2/models/activity_code.rb +95 -12
  64. data/lib/purecloudplatformclientv2/models/activity_code_container.rb +35 -4
  65. data/lib/purecloudplatformclientv2/models/adherence_settings.rb +2 -4
  66. data/lib/purecloudplatformclientv2/models/batch_download_job_result.rb +383 -0
  67. data/lib/purecloudplatformclientv2/models/batch_download_job_status_result.rb +385 -0
  68. data/lib/purecloudplatformclientv2/models/batch_download_job_submission.rb +209 -0
  69. data/lib/purecloudplatformclientv2/models/batch_download_job_submission_result.rb +253 -0
  70. data/lib/purecloudplatformclientv2/models/batch_download_request.rb +228 -0
  71. data/lib/purecloudplatformclientv2/models/call.rb +56 -4
  72. data/lib/purecloudplatformclientv2/models/call_basic.rb +56 -4
  73. data/lib/purecloudplatformclientv2/models/call_forwarding_notification.rb +303 -0
  74. data/lib/purecloudplatformclientv2/models/call_forwarding_notification_call.rb +203 -0
  75. data/lib/purecloudplatformclientv2/models/call_forwarding_notification_calls.rb +203 -0
  76. data/lib/purecloudplatformclientv2/models/call_forwarding_notification_target.rb +226 -0
  77. data/lib/purecloudplatformclientv2/models/call_forwarding_notification_targets.rb +226 -0
  78. data/lib/purecloudplatformclientv2/models/{signed_data.rb → call_forwarding_notification_user.rb} +8 -8
  79. data/lib/purecloudplatformclientv2/models/call_route.rb +4 -30
  80. data/lib/purecloudplatformclientv2/models/contact_column_time_zone.rb +176 -0
  81. data/lib/purecloudplatformclientv2/models/create_activity_code_request.rb +358 -0
  82. data/lib/purecloudplatformclientv2/models/create_queue_request.rb +38 -12
  83. data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
  84. data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
  85. data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
  86. data/lib/purecloudplatformclientv2/models/external_contact.rb +26 -1
  87. data/lib/purecloudplatformclientv2/models/ignored_activity_categories.rb +204 -0
  88. data/lib/purecloudplatformclientv2/models/management_unit.rb +36 -5
  89. data/lib/purecloudplatformclientv2/models/management_unit_settings.rb +9 -61
  90. data/lib/purecloudplatformclientv2/models/message_details.rb +32 -4
  91. data/lib/purecloudplatformclientv2/models/message_media.rb +228 -0
  92. data/lib/purecloudplatformclientv2/models/move_agent_response.rb +243 -0
  93. data/lib/purecloudplatformclientv2/models/move_agents_request.rb +236 -0
  94. data/lib/purecloudplatformclientv2/models/move_agents_response.rb +257 -0
  95. data/lib/purecloudplatformclientv2/models/ntp_settings.rb +204 -0
  96. data/lib/purecloudplatformclientv2/models/out_of_office_notification.rb +26 -1
  97. data/lib/purecloudplatformclientv2/models/prediction_results.rb +2 -2
  98. data/lib/purecloudplatformclientv2/models/queue.rb +38 -12
  99. data/lib/purecloudplatformclientv2/models/recording.rb +29 -1
  100. data/lib/purecloudplatformclientv2/models/recording_messaging_message.rb +327 -0
  101. data/lib/purecloudplatformclientv2/models/scheduling_settings.rb +30 -4
  102. data/lib/purecloudplatformclientv2/models/shrinkage_override.rb +233 -0
  103. data/lib/purecloudplatformclientv2/models/shrinkage_overrides.rb +230 -0
  104. data/lib/purecloudplatformclientv2/models/site.rb +27 -1
  105. data/lib/purecloudplatformclientv2/models/trust_create.rb +32 -9
  106. data/lib/purecloudplatformclientv2/models/trust_group.rb +603 -0
  107. data/lib/purecloudplatformclientv2/models/{trust_user_create.rb → trust_member_create.rb} +3 -3
  108. data/lib/purecloudplatformclientv2/models/trust_request.rb +28 -5
  109. data/lib/purecloudplatformclientv2/models/trust_request_create.rb +32 -9
  110. data/lib/purecloudplatformclientv2/models/user_queue.rb +38 -12
  111. data/lib/purecloudplatformclientv2/models/wfm_versioned_entity_metadata.rb +260 -0
  112. data/lib/purecloudplatformclientv2/models/{entity.rb → wrap_up_code_reference.rb} +1 -1
  113. data/lib/purecloudplatformclientv2/version.rb +1 -1
  114. metadata +54 -10
  115. data/docs/SignedDataApi.md +0 -73
  116. data/lib/purecloudplatformclientv2/api/signed_data_api.rb +0 -90
@@ -26,6 +26,7 @@ title: ExternalContact
26
26
  | **create_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
27
27
  | **external_organization** | [**ExternalOrganization**](ExternalOrganization.html) | | [optional] |
28
28
  | **survey_opt_out** | **BOOLEAN** | | [optional] |
29
+ | **external_system_url** | **String** | | [optional] |
29
30
  | **external_data_sources** | [**Array<ExternalDataSource>**](ExternalDataSource.html) | Links to the sources of data (e.g. one source might be a CRM) that contributed data to this record. Read-only, and only populated when requested via expand param. | [optional] |
30
31
  | **self_uri** | **String** | The URI for this object | [optional] |
31
32
  {: class="table table-striped"}
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: IgnoredActivityCategories
3
+ ---
4
+ ## PureCloud::IgnoredActivityCategories
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **values** | **Array<String>** | Activity categories list | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -12,9 +12,10 @@ title: ManagementUnit
12
12
  | **start_day_of_week** | **String** | Start day of week for scheduling and forecasting purposes | [optional] |
13
13
  | **time_zone** | **String** | The time zone for the management unit in standard Olson Format (See https://en.wikipedia.org/wiki/Tz_database) | [optional] |
14
14
  | **settings** | [**ManagementUnitSettings**](ManagementUnitSettings.html) | The configuration settings for this management unit | [optional] |
15
- | **version** | **Integer** | The version of the underlying entity | |
16
- | **date_modified** | **DateTime** | The date and time at which this entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
17
- | **modified_by** | [**User**](User.html) | The user who last modified this entity | [optional] |
15
+ | **version** | **Integer** | The version of the underlying entity. Deprecated, use metadata field instead | |
16
+ | **date_modified** | **DateTime** | The date and time at which this entity was last modified. Deprecated, use metadata field instead. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
17
+ | **modified_by** | [**UserReference**](UserReference.html) | The user who last modified this entity. Deprecated, use metadata field instead | [optional] |
18
+ | **metadata** | [**WfmVersionedEntityMetadata**](WfmVersionedEntityMetadata.html) | Version info metadata for this management unit | |
18
19
  | **self_uri** | **String** | The URI for this object | [optional] |
19
20
  {: class="table table-striped"}
20
21
 
@@ -11,9 +11,7 @@ title: ManagementUnitSettings
11
11
  | **short_term_forecasting** | [**ShortTermForecastingSettings**](ShortTermForecastingSettings.html) | Short term forecasting settings for this management unit | [optional] |
12
12
  | **time_off** | [**TimeOffRequestSettings**](TimeOffRequestSettings.html) | Time off request settings for this management unit | [optional] |
13
13
  | **scheduling** | [**SchedulingSettings**](SchedulingSettings.html) | Scheduling settings for this management unit | [optional] |
14
- | **version** | **Integer** | The version of the underlying entity | |
15
- | **date_modified** | **DateTime** | The date and time at which this entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | [**User**](User.html) | The user who last modified this entity | [optional] |
14
+ | **metadata** | [**WfmVersionedEntityMetadata**](WfmVersionedEntityMetadata.html) | Version info metadata for the associated management unit | |
17
15
  {: class="table table-striped"}
18
16
 
19
17
 
@@ -12,6 +12,7 @@ title: MessageDetails
12
12
  | **message_status** | **String** | Indicates the delivery status of the message. | [optional] |
13
13
  | **message_segment_count** | **Integer** | The message segment count, greater than 1 if the message content was split into multiple parts for this message type, e.g. SMS character limits. | [optional] |
14
14
  | **message_time** | **DateTime** | The time when the message was sent or received. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **media** | [**Array<MessageMedia>**](MessageMedia.html) | The media (images, files, etc) associated with this message, if any | [optional] |
15
16
  {: class="table table-striped"}
16
17
 
17
18
 
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: MessageMedia
3
+ ---
4
+ ## PureCloud::MessageMedia
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **url** | **String** | The location of the media, useful for retrieving it | [optional] |
11
+ | **media_type** | **String** | The optional internet media type of the the media object. If null then the media type should be dictated by the url | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: MoveAgentResponse
3
+ ---
4
+ ## PureCloud::MoveAgentResponse
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **user** | [**UserReference**](UserReference.html) | The user associated with the move | [optional] |
11
+ | **result** | **String** | The result of the move | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: MoveAgentsRequest
3
+ ---
4
+ ## PureCloud::MoveAgentsRequest
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **user_ids** | **Array<String>** | The list of user ids to move | |
11
+ | **destination_management_unit_id** | **String** | The id of the management unit for which the move will be performed. To remove users from their management unit this should be set to null. | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: MoveAgentsResponse
3
+ ---
4
+ ## PureCloud::MoveAgentsResponse
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **requesting_user** | [**UserReference**](UserReference.html) | The user that made the request | [optional] |
11
+ | **destination_management_unit** | [**ManagementUnitReference**](ManagementUnitReference.html) | The management unit specified on the request | [optional] |
12
+ | **results** | [**Array<MoveAgentResponse>**](MoveAgentResponse.html) | The list containing the agent and result of the move operation | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: NTPSettings
3
+ ---
4
+ ## PureCloud::NTPSettings
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **servers** | **Array<String>** | List of NTP servers, in priority order | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -1038,7 +1038,7 @@ api_instance = PureCloud::OrganizationAuthorizationApi.new
1038
1038
 
1039
1039
  trustee_org_id = "trustee_org_id_example" # String | Trustee Organization Id
1040
1040
 
1041
- body = PureCloud::TrustUserCreate.new # TrustUserCreate | Trust
1041
+ body = PureCloud::TrustMemberCreate.new # TrustMemberCreate | Trust
1042
1042
 
1043
1043
 
1044
1044
  begin
@@ -1055,7 +1055,7 @@ end
1055
1055
  Name | Type | Description | Notes
1056
1056
  ------------- | ------------- | ------------- | -------------
1057
1057
  **trustee_org_id** | **String**| Trustee Organization Id | |
1058
- **body** | [**TrustUserCreate**](TrustUserCreate.html)| Trust | |
1058
+ **body** | [**TrustMemberCreate**](TrustMemberCreate.html)| Trust | |
1059
1059
  {: class="table table-striped"}
1060
1060
 
1061
1061
 
@@ -9,6 +9,7 @@ title: OutOfOfficeNotification
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **user** | [**DocumentDataV2NotificationWorkspace**](DocumentDataV2NotificationWorkspace.html) | | [optional] |
11
11
  | **active** | **BOOLEAN** | | [optional] |
12
+ | **indefinite** | **BOOLEAN** | | [optional] |
12
13
  | **start_date** | **DateTime** | | [optional] |
13
14
  | **end_date** | **DateTime** | | [optional] |
14
15
  {: class="table table-striped"}
@@ -71,6 +71,7 @@ Method | Description
71
71
  [**post_outbound_campaigns**](OutboundApi.html#post_outbound_campaigns) | Create a campaign.
72
72
  [**post_outbound_campaigns_progress**](OutboundApi.html#post_outbound_campaigns_progress) | Get progress for a list of campaigns
73
73
  [**post_outbound_contactlist_contacts**](OutboundApi.html#post_outbound_contactlist_contacts) | Add contacts to a contact list.
74
+ [**post_outbound_contactlist_contacts_bulk**](OutboundApi.html#post_outbound_contactlist_contacts_bulk) | Get contacts from a contact list.
74
75
  [**post_outbound_contactlist_export**](OutboundApi.html#post_outbound_contactlist_export) | Initiate the export of a contact list.
75
76
  [**post_outbound_contactlistfilters**](OutboundApi.html#post_outbound_contactlistfilters) | Create Contact List Filter
76
77
  [**post_outbound_contactlistfilters_preview**](OutboundApi.html#post_outbound_contactlistfilters_preview) | Get a preview of the output of a contact list filter
@@ -3971,6 +3972,68 @@ Name | Type | Description | Notes
3971
3972
 
3972
3973
 
3973
3974
 
3975
+ <a name="post_outbound_contactlist_contacts_bulk"></a>
3976
+
3977
+ ## -[**Array&lt;DialerContact&gt;**](DialerContact.html) post_outbound_contactlist_contacts_bulk(contact_list_id, body)
3978
+
3979
+ Get contacts from a contact list.
3980
+
3981
+
3982
+
3983
+ Wraps POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk
3984
+
3985
+
3986
+ ### Example
3987
+ ~~~ruby
3988
+ # load the gem
3989
+ require 'purecloudplatformclientv2'
3990
+ # setup authorization
3991
+ @secret = ENV['PURECLOUD_SECRET']
3992
+ @id = ENV['PURECLOUD_CLIENT_ID']
3993
+ environment = "mypurecloud.com"
3994
+
3995
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
3996
+
3997
+ PureCloud.configure do |config|
3998
+ config.access_token = @authToken
3999
+ end
4000
+
4001
+ api_instance = PureCloud::OutboundApi.new
4002
+
4003
+ contact_list_id = "contact_list_id_example" # String | Contact List ID
4004
+
4005
+ body = [PureCloud::Array<String>.new] # Array<String> | ContactIds to get.
4006
+
4007
+
4008
+ begin
4009
+ #Get contacts from a contact list.
4010
+ result = api_instance.post_outbound_contactlist_contacts_bulk(contact_list_id, body)
4011
+ p result
4012
+ rescue PureCloud::ApiError => e
4013
+ puts "Exception when calling OutboundApi->post_outbound_contactlist_contacts_bulk: #{e}"
4014
+ end
4015
+ ~~~
4016
+
4017
+ ### Parameters
4018
+
4019
+ Name | Type | Description | Notes
4020
+ ------------- | ------------- | ------------- | -------------
4021
+ **contact_list_id** | **String**| Contact List ID | |
4022
+ **body** | **Array&lt;String&gt;**| ContactIds to get. | |
4023
+ {: class="table table-striped"}
4024
+
4025
+
4026
+ ### Return type
4027
+
4028
+ [**Array&lt;DialerContact&gt;**](DialerContact.html)
4029
+
4030
+ ### HTTP request headers
4031
+
4032
+ - **Content-Type**: application/json
4033
+ - **Accept**: application/json
4034
+
4035
+
4036
+
3974
4037
  <a name="post_outbound_contactlist_export"></a>
3975
4038
 
3976
4039
  ## -[**UriReference**](UriReference.html) post_outbound_contactlist_export(contact_list_id)
@@ -9,22 +9,23 @@ title: Queue
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **description** | **String** | The resource&#39;s description. | [optional] |
13
- | **version** | **Integer** | The current version of the resource. | [optional] |
14
- | **date_created** | **DateTime** | The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
- | **date_modified** | **DateTime** | The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
- | **modified_by** | **String** | The ID of the user that last modified the resource. | [optional] |
17
- | **created_by** | **String** | The ID of the user that created the resource. | [optional] |
18
- | **state** | **String** | Indicates if the resource is active, inactive, or deleted. | [optional] |
19
- | **modified_by_app** | **String** | The application that last modified the resource. | [optional] |
20
- | **created_by_app** | **String** | The application that created the resource. | [optional] |
12
+ | **description** | **String** | The queue description. | [optional] |
13
+ | **version** | **Integer** | The current version of the queue. | [optional] |
14
+ | **division** | [**UriReference**](UriReference.html) | The division to which this queue belongs. | [optional] |
15
+ | **date_created** | **DateTime** | The date the queue was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **date_modified** | **DateTime** | The date of the last modification to the queue. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
17
+ | **modified_by** | **String** | The ID of the user that last modified the queue. | [optional] |
18
+ | **created_by** | **String** | The ID of the user that created the queue. | [optional] |
19
+ | **state** | **String** | Indicates if the queue is active, inactive, or deleted. | [optional] |
20
+ | **modified_by_app** | **String** | The application that last modified the queue. | [optional] |
21
+ | **created_by_app** | **String** | The application that created the queue. | [optional] |
21
22
  | **media_settings** | [**Hash&lt;String, MediaSetting&gt;**](MediaSetting.html) | The media settings for the queue. Valid Key Values: CALL, CALLBACK, CHAT, EMAIL, SOCIAL_EXPRESSION | |
22
23
  | **bullseye** | [**Bullseye**](Bullseye.html) | The bulls-eye settings for the queue. | [optional] |
23
24
  | **acw_settings** | [**AcwSettings**](AcwSettings.html) | The ACW settings for the queue. | |
24
25
  | **skill_evaluation_method** | **String** | The skill evaluation method to use when routing conversations. | |
25
26
  | **queue_flow** | [**UriReference**](UriReference.html) | The in-queue flow to use for conversations waiting in queue. | [optional] |
26
- | **whisper** | [**UriReference**](UriReference.html) | The prompt used for whisper audio on the queue, if configured. | [optional] |
27
- | **auto_answer_only** | **BOOLEAN** | Specifies whether the configured whisper audio should play for all ACD calls, or only for those which are auto-answered. | [optional] |
27
+ | **whisper** | [**UriReference**](UriReference.html) | ID of the whisper configured for this queue, if any. | [optional] |
28
+ | **auto_answer_only** | **BOOLEAN** | Specifies whether the configured whisper should play for all ACD calls, or only for those which are auto-answered. | [optional] |
28
29
  | **calling_party_name** | **String** | The name to use for caller identification for outbound calls from this queue. | [optional] |
29
30
  | **calling_party_number** | **String** | The phone number to use for caller identification for outbound calls from this queue. | [optional] |
30
31
  | **default_scripts** | [**Hash&lt;String, Script&gt;**](Script.html) | The default script Ids for the communication types. | [optional] |
@@ -17,6 +17,7 @@ title: Recording
17
17
  | **annotations** | [**Array&lt;Annotation&gt;**](Annotation.html) | Annotations that belong to the recording. | [optional] |
18
18
  | **transcript** | [**Array&lt;ChatMessage&gt;**](ChatMessage.html) | Represents a chat transcript | [optional] |
19
19
  | **email_transcript** | [**Array&lt;RecordingEmailMessage&gt;**](RecordingEmailMessage.html) | Represents an email transcript | [optional] |
20
+ | **messaging_transcript** | [**Array&lt;RecordingMessagingMessage&gt;**](RecordingMessagingMessage.html) | Represents a messaging transcript | [optional] |
20
21
  | **file_state** | **String** | Represents the current file state for a recording. Examples: Uploading, Archived, etc | [optional] |
21
22
  | **restore_expiration_time** | **DateTime** | The amount of time a restored recording will remain restored before being archived again. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
22
23
  | **media_uris** | [**Hash&lt;String, MediaResult&gt;**](MediaResult.html) | The different mediaUris for the recording. | [optional] |
@@ -21,6 +21,7 @@ Method | Description
21
21
  [**get_orphanrecording**](RecordingApi.html#get_orphanrecording) | Gets a single orphan recording
22
22
  [**get_orphanrecording_media**](RecordingApi.html#get_orphanrecording_media) | Gets the media of a single orphan recording
23
23
  [**get_orphanrecordings**](RecordingApi.html#get_orphanrecordings) | Gets all orphan recordings
24
+ [**get_recording_batchrequest**](RecordingApi.html#get_recording_batchrequest) | Get the status and results for a batch request job, only the user that submitted the job may retrieve results
24
25
  [**get_recording_localkeys_setting**](RecordingApi.html#get_recording_localkeys_setting) | Get the local encryption settings
25
26
  [**get_recording_localkeys_settings**](RecordingApi.html#get_recording_localkeys_settings) | gets a list local key settings data
26
27
  [**get_recording_mediaretentionpolicies**](RecordingApi.html#get_recording_mediaretentionpolicies) | Gets media retention policy list with query options to filter on name and enabled.
@@ -32,6 +33,7 @@ Method | Description
32
33
  [**patch_recording_mediaretentionpolicy**](RecordingApi.html#patch_recording_mediaretentionpolicy) | Patch a media retention policy
33
34
  [**patch_recordings_screensession**](RecordingApi.html#patch_recordings_screensession) | Update a screen recording session
34
35
  [**post_conversation_recording_annotations**](RecordingApi.html#post_conversation_recording_annotations) | Create annotation
36
+ [**post_recording_batchrequests**](RecordingApi.html#post_recording_batchrequests) | Submit a batch download request
35
37
  [**post_recording_localkeys**](RecordingApi.html#post_recording_localkeys) | create a local recording key
36
38
  [**post_recording_localkeys_settings**](RecordingApi.html#post_recording_localkeys_settings) | create settings for local key creation
37
39
  [**post_recording_mediaretentionpolicies**](RecordingApi.html#post_recording_mediaretentionpolicies) | Create media retention policy
@@ -867,6 +869,65 @@ Name | Type | Description | Notes
867
869
 
868
870
 
869
871
 
872
+ <a name="get_recording_batchrequest"></a>
873
+
874
+ ## -[**BatchDownloadJobStatusResult**](BatchDownloadJobStatusResult.html) get_recording_batchrequest(job_id)
875
+
876
+ Get the status and results for a batch request job, only the user that submitted the job may retrieve results
877
+
878
+
879
+
880
+ Wraps GET /api/v2/recording/batchrequests/{jobId}
881
+
882
+
883
+ ### Example
884
+ ~~~ruby
885
+ # load the gem
886
+ require 'purecloudplatformclientv2'
887
+ # setup authorization
888
+ @secret = ENV['PURECLOUD_SECRET']
889
+ @id = ENV['PURECLOUD_CLIENT_ID']
890
+ environment = "mypurecloud.com"
891
+
892
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
893
+
894
+ PureCloud.configure do |config|
895
+ config.access_token = @authToken
896
+ end
897
+
898
+ api_instance = PureCloud::RecordingApi.new
899
+
900
+ job_id = "job_id_example" # String | jobId
901
+
902
+
903
+ begin
904
+ #Get the status and results for a batch request job, only the user that submitted the job may retrieve results
905
+ result = api_instance.get_recording_batchrequest(job_id)
906
+ p result
907
+ rescue PureCloud::ApiError => e
908
+ puts "Exception when calling RecordingApi->get_recording_batchrequest: #{e}"
909
+ end
910
+ ~~~
911
+
912
+ ### Parameters
913
+
914
+ Name | Type | Description | Notes
915
+ ------------- | ------------- | ------------- | -------------
916
+ **job_id** | **String**| jobId | |
917
+ {: class="table table-striped"}
918
+
919
+
920
+ ### Return type
921
+
922
+ [**BatchDownloadJobStatusResult**](BatchDownloadJobStatusResult.html)
923
+
924
+ ### HTTP request headers
925
+
926
+ - **Content-Type**: application/json
927
+ - **Accept**: application/json
928
+
929
+
930
+
870
931
  <a name="get_recording_localkeys_setting"></a>
871
932
 
872
933
  ## -[**LocalEncryptionConfiguration**](LocalEncryptionConfiguration.html) get_recording_localkeys_setting(settings_id)
@@ -1542,6 +1603,65 @@ Name | Type | Description | Notes
1542
1603
 
1543
1604
 
1544
1605
 
1606
+ <a name="post_recording_batchrequests"></a>
1607
+
1608
+ ## -[**BatchDownloadJobSubmissionResult**](BatchDownloadJobSubmissionResult.html) post_recording_batchrequests(body)
1609
+
1610
+ Submit a batch download request
1611
+
1612
+
1613
+
1614
+ Wraps POST /api/v2/recording/batchrequests
1615
+
1616
+
1617
+ ### Example
1618
+ ~~~ruby
1619
+ # load the gem
1620
+ require 'purecloudplatformclientv2'
1621
+ # setup authorization
1622
+ @secret = ENV['PURECLOUD_SECRET']
1623
+ @id = ENV['PURECLOUD_CLIENT_ID']
1624
+ environment = "mypurecloud.com"
1625
+
1626
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
1627
+
1628
+ PureCloud.configure do |config|
1629
+ config.access_token = @authToken
1630
+ end
1631
+
1632
+ api_instance = PureCloud::RecordingApi.new
1633
+
1634
+ body = PureCloud::BatchDownloadJobSubmission.new # BatchDownloadJobSubmission | Job submission criteria
1635
+
1636
+
1637
+ begin
1638
+ #Submit a batch download request
1639
+ result = api_instance.post_recording_batchrequests(body)
1640
+ p result
1641
+ rescue PureCloud::ApiError => e
1642
+ puts "Exception when calling RecordingApi->post_recording_batchrequests: #{e}"
1643
+ end
1644
+ ~~~
1645
+
1646
+ ### Parameters
1647
+
1648
+ Name | Type | Description | Notes
1649
+ ------------- | ------------- | ------------- | -------------
1650
+ **body** | [**BatchDownloadJobSubmission**](BatchDownloadJobSubmission.html)| Job submission criteria | |
1651
+ {: class="table table-striped"}
1652
+
1653
+
1654
+ ### Return type
1655
+
1656
+ [**BatchDownloadJobSubmissionResult**](BatchDownloadJobSubmissionResult.html)
1657
+
1658
+ ### HTTP request headers
1659
+
1660
+ - **Content-Type**: application/json
1661
+ - **Accept**: application/json
1662
+
1663
+
1664
+
1545
1665
  <a name="post_recording_localkeys"></a>
1546
1666
 
1547
1667
  ## -[**EncryptionKey**](EncryptionKey.html) post_recording_localkeys(body)
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: RecordingMessagingMessage
3
+ ---
4
+ ## PureCloud::RecordingMessagingMessage
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **from** | **String** | | [optional] |
11
+ | **from_user** | [**User**](User.html) | | [optional] |
12
+ | **from_external_contact** | [**ExternalContact**](ExternalContact.html) | | [optional] |
13
+ | **to** | **String** | | [optional] |
14
+ | **timestamp** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
15
+ | **message_text** | **String** | | [optional] |
16
+ {: class="table table-striped"}
17
+
18
+