purecloudplatformclientv2 58.0.0 → 58.0.1
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/ConversationCallEventTopicCallMediaParticipant.md +1 -0
- data/docs/ConversationCallEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationCallEventTopicScoredAgent.md +14 -0
- data/docs/ConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
- data/docs/ConversationCallbackEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationCallbackEventTopicScoredAgent.md +14 -0
- data/docs/ConversationChatEventTopicChatMediaParticipant.md +1 -0
- data/docs/ConversationChatEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationChatEventTopicScoredAgent.md +14 -0
- data/docs/ConversationCobrowseEventTopicCobrowseMediaParticipant.md +1 -0
- data/docs/ConversationCobrowseEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationCobrowseEventTopicScoredAgent.md +14 -0
- data/docs/ConversationEmailEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationEmailEventTopicEmailMediaParticipant.md +1 -0
- data/docs/ConversationEmailEventTopicScoredAgent.md +14 -0
- data/docs/ConversationEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationEventTopicParticipant.md +1 -0
- data/docs/ConversationEventTopicScoredAgent.md +14 -0
- data/docs/ConversationEventTopicUriReference.md +14 -0
- data/docs/ConversationMessageEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationMessageEventTopicMessageMediaParticipant.md +1 -0
- data/docs/ConversationMessageEventTopicScoredAgent.md +14 -0
- data/docs/ConversationScreenShareEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationScreenShareEventTopicScoredAgent.md +14 -0
- data/docs/ConversationScreenShareEventTopicScreenShareMediaParticipant.md +1 -0
- data/docs/ConversationSocialExpressionEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationSocialExpressionEventTopicScoredAgent.md +14 -0
- data/docs/ConversationSocialExpressionEventTopicSocialMediaParticipant.md +1 -0
- data/docs/ConversationVideoEventTopicConversationRoutingData.md +17 -0
- data/docs/ConversationVideoEventTopicScoredAgent.md +14 -0
- data/docs/ConversationVideoEventTopicVideoMediaParticipant.md +1 -0
- data/docs/QueueConversationCallEventTopicCallMediaParticipant.md +1 -0
- data/docs/QueueConversationCallEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationCallEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
- data/docs/QueueConversationCallbackEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationCallbackEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationChatEventTopicChatMediaParticipant.md +1 -0
- data/docs/QueueConversationChatEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationChatEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationCobrowseEventTopicCobrowseMediaParticipant.md +1 -0
- data/docs/QueueConversationCobrowseEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationCobrowseEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationEmailEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationEmailEventTopicEmailMediaParticipant.md +1 -0
- data/docs/QueueConversationEmailEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationEventTopicParticipant.md +1 -0
- data/docs/QueueConversationEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationEventTopicUriReference.md +14 -0
- data/docs/QueueConversationMessageEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationMessageEventTopicMessageMediaParticipant.md +1 -0
- data/docs/QueueConversationMessageEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationScreenShareEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationScreenShareEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationScreenShareEventTopicScreenShareMediaParticipant.md +1 -0
- data/docs/QueueConversationSocialExpressionEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationSocialExpressionEventTopicParticipant.md +1 -0
- data/docs/QueueConversationSocialExpressionEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationSocialExpressionEventTopicUriReference.md +14 -0
- data/docs/QueueConversationVideoEventTopicConversationRoutingData.md +17 -0
- data/docs/QueueConversationVideoEventTopicParticipant.md +1 -0
- data/docs/QueueConversationVideoEventTopicScoredAgent.md +14 -0
- data/docs/QueueConversationVideoEventTopicUriReference.md +14 -0
- data/lib/purecloudplatformclientv2.rb +44 -0
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_call_event_topic_call_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_call_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_call_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_chat_event_topic_chat_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_chat_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_chat_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_cobrowse_event_topic_cobrowse_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_cobrowse_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_cobrowse_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_email_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_email_event_topic_email_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_email_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_screen_share_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_screen_share_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_screen_share_event_topic_screen_share_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_social_expression_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_social_expression_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_social_expression_event_topic_social_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_video_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/conversation_video_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/conversation_video_event_topic_video_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_call_event_topic_call_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_call_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_call_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_chat_event_topic_chat_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_chat_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_chat_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_cobrowse_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_email_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_email_event_topic_email_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_email_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_screen_share_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_conversation_routing_data.rb +305 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_scored_agent.rb +226 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +2 -2
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +90 -2
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationVideoEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationVideoEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationVideoEventTopicUriReference**](QueueConversationVideoEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationVideoEventTopicUriReference**](QueueConversationVideoEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationVideoEventTopicUriReference>**](QueueConversationVideoEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationVideoEventTopicScoredAgent>**](QueueConversationVideoEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -24,6 +24,7 @@ title: QueueConversationVideoEventTopicParticipant
|
|
24
24
|
| **wrapup_prompt** | **String** | | [optional] |
|
25
25
|
| **wrapup_timeout_ms** | **Integer** | | [optional] |
|
26
26
|
| **wrapup** | [**QueueConversationVideoEventTopicWrapup**](QueueConversationVideoEventTopicWrapup.html) | | [optional] |
|
27
|
+
| **conversation_routing_data** | [**QueueConversationVideoEventTopicConversationRoutingData**](QueueConversationVideoEventTopicConversationRoutingData.html) | | [optional] |
|
27
28
|
| **alerting_timeout_ms** | **Integer** | | [optional] |
|
28
29
|
| **monitored_participant_id** | **String** | | [optional] |
|
29
30
|
| **screen_recording_state** | **String** | | [optional] |
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationVideoEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationVideoEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationVideoEventTopicUriReference**](QueueConversationVideoEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationVideoEventTopicUriReference
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationVideoEventTopicUriReference
|
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
|
+
|
@@ -283,6 +283,7 @@ require 'purecloudplatformclientv2/models/conversation_association'
|
|
283
283
|
require 'purecloudplatformclientv2/models/conversation_basic'
|
284
284
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_call_conversation'
|
285
285
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_call_media_participant'
|
286
|
+
require 'purecloudplatformclientv2/models/conversation_call_event_topic_conversation_routing_data'
|
286
287
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_detail'
|
287
288
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_error_body'
|
288
289
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_fax_status'
|
@@ -291,10 +292,12 @@ require 'purecloudplatformclientv2/models/conversation_call_event_topic_journey_
|
|
291
292
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_journey_context'
|
292
293
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_journey_customer'
|
293
294
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_journey_customer_session'
|
295
|
+
require 'purecloudplatformclientv2/models/conversation_call_event_topic_scored_agent'
|
294
296
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_uri_reference'
|
295
297
|
require 'purecloudplatformclientv2/models/conversation_call_event_topic_wrapup'
|
296
298
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_callback_conversation'
|
297
299
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_callback_media_participant'
|
300
|
+
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_conversation_routing_data'
|
298
301
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_detail'
|
299
302
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_dialer_preview'
|
300
303
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_error_body'
|
@@ -304,12 +307,14 @@ require 'purecloudplatformclientv2/models/conversation_callback_event_topic_jour
|
|
304
307
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_journey_customer'
|
305
308
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_journey_customer_session'
|
306
309
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_phone_number_column'
|
310
|
+
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_scored_agent'
|
307
311
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_uri_reference'
|
308
312
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_voicemail'
|
309
313
|
require 'purecloudplatformclientv2/models/conversation_callback_event_topic_wrapup'
|
310
314
|
require 'purecloudplatformclientv2/models/conversation_chat'
|
311
315
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_chat_conversation'
|
312
316
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_chat_media_participant'
|
317
|
+
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_conversation_routing_data'
|
313
318
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_detail'
|
314
319
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_error_body'
|
315
320
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_journey_action'
|
@@ -317,10 +322,12 @@ require 'purecloudplatformclientv2/models/conversation_chat_event_topic_journey_
|
|
317
322
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_journey_context'
|
318
323
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_journey_customer'
|
319
324
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_journey_customer_session'
|
325
|
+
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_scored_agent'
|
320
326
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_uri_reference'
|
321
327
|
require 'purecloudplatformclientv2/models/conversation_chat_event_topic_wrapup'
|
322
328
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_cobrowse_conversation'
|
323
329
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_cobrowse_media_participant'
|
330
|
+
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_conversation_routing_data'
|
324
331
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_detail'
|
325
332
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_error_body'
|
326
333
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_journey_action'
|
@@ -328,10 +335,12 @@ require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_jour
|
|
328
335
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_journey_context'
|
329
336
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_journey_customer'
|
330
337
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_journey_customer_session'
|
338
|
+
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_scored_agent'
|
331
339
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_uri_reference'
|
332
340
|
require 'purecloudplatformclientv2/models/conversation_cobrowse_event_topic_wrapup'
|
333
341
|
require 'purecloudplatformclientv2/models/conversation_division_membership'
|
334
342
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_attachment'
|
343
|
+
require 'purecloudplatformclientv2/models/conversation_email_event_topic_conversation_routing_data'
|
335
344
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_detail'
|
336
345
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_email_conversation'
|
337
346
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_email_media_participant'
|
@@ -341,6 +350,7 @@ require 'purecloudplatformclientv2/models/conversation_email_event_topic_journey
|
|
341
350
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_journey_context'
|
342
351
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_journey_customer'
|
343
352
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_journey_customer_session'
|
353
|
+
require 'purecloudplatformclientv2/models/conversation_email_event_topic_scored_agent'
|
344
354
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_uri_reference'
|
345
355
|
require 'purecloudplatformclientv2/models/conversation_email_event_topic_wrapup'
|
346
356
|
require 'purecloudplatformclientv2/models/conversation_entity_listing'
|
@@ -351,6 +361,7 @@ require 'purecloudplatformclientv2/models/conversation_event_topic_callback'
|
|
351
361
|
require 'purecloudplatformclientv2/models/conversation_event_topic_chat'
|
352
362
|
require 'purecloudplatformclientv2/models/conversation_event_topic_cobrowse'
|
353
363
|
require 'purecloudplatformclientv2/models/conversation_event_topic_conversation'
|
364
|
+
require 'purecloudplatformclientv2/models/conversation_event_topic_conversation_routing_data'
|
354
365
|
require 'purecloudplatformclientv2/models/conversation_event_topic_dialer_preview'
|
355
366
|
require 'purecloudplatformclientv2/models/conversation_event_topic_disconnect_reason'
|
356
367
|
require 'purecloudplatformclientv2/models/conversation_event_topic_email'
|
@@ -367,11 +378,14 @@ require 'purecloudplatformclientv2/models/conversation_event_topic_message_media
|
|
367
378
|
require 'purecloudplatformclientv2/models/conversation_event_topic_message_sticker'
|
368
379
|
require 'purecloudplatformclientv2/models/conversation_event_topic_participant'
|
369
380
|
require 'purecloudplatformclientv2/models/conversation_event_topic_phone_number_column'
|
381
|
+
require 'purecloudplatformclientv2/models/conversation_event_topic_scored_agent'
|
370
382
|
require 'purecloudplatformclientv2/models/conversation_event_topic_screenshare'
|
371
383
|
require 'purecloudplatformclientv2/models/conversation_event_topic_social_expression'
|
384
|
+
require 'purecloudplatformclientv2/models/conversation_event_topic_uri_reference'
|
372
385
|
require 'purecloudplatformclientv2/models/conversation_event_topic_video'
|
373
386
|
require 'purecloudplatformclientv2/models/conversation_event_topic_voicemail'
|
374
387
|
require 'purecloudplatformclientv2/models/conversation_event_topic_wrapup'
|
388
|
+
require 'purecloudplatformclientv2/models/conversation_message_event_topic_conversation_routing_data'
|
375
389
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_detail'
|
376
390
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_error_body'
|
377
391
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_journey_action'
|
@@ -384,11 +398,13 @@ require 'purecloudplatformclientv2/models/conversation_message_event_topic_messa
|
|
384
398
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_message_media'
|
385
399
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant'
|
386
400
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_message_sticker'
|
401
|
+
require 'purecloudplatformclientv2/models/conversation_message_event_topic_scored_agent'
|
387
402
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_uri_reference'
|
388
403
|
require 'purecloudplatformclientv2/models/conversation_message_event_topic_wrapup'
|
389
404
|
require 'purecloudplatformclientv2/models/conversation_properties'
|
390
405
|
require 'purecloudplatformclientv2/models/conversation_query'
|
391
406
|
require 'purecloudplatformclientv2/models/conversation_routing_data'
|
407
|
+
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_conversation_routing_data'
|
392
408
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_detail'
|
393
409
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_error_body'
|
394
410
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_journey_action'
|
@@ -396,10 +412,12 @@ require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_
|
|
396
412
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_journey_context'
|
397
413
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_journey_customer'
|
398
414
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_journey_customer_session'
|
415
|
+
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_scored_agent'
|
399
416
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_screen_share_conversation'
|
400
417
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_screen_share_media_participant'
|
401
418
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_uri_reference'
|
402
419
|
require 'purecloudplatformclientv2/models/conversation_screen_share_event_topic_wrapup'
|
420
|
+
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_conversation_routing_data'
|
403
421
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_detail'
|
404
422
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_error_body'
|
405
423
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_journey_action'
|
@@ -407,10 +425,12 @@ require 'purecloudplatformclientv2/models/conversation_social_expression_event_t
|
|
407
425
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_journey_context'
|
408
426
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_journey_customer'
|
409
427
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_journey_customer_session'
|
428
|
+
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_scored_agent'
|
410
429
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_social_conversation'
|
411
430
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_social_media_participant'
|
412
431
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_uri_reference'
|
413
432
|
require 'purecloudplatformclientv2/models/conversation_social_expression_event_topic_wrapup'
|
433
|
+
require 'purecloudplatformclientv2/models/conversation_video_event_topic_conversation_routing_data'
|
414
434
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_detail'
|
415
435
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_error_body'
|
416
436
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_journey_action'
|
@@ -418,6 +438,7 @@ require 'purecloudplatformclientv2/models/conversation_video_event_topic_journey
|
|
418
438
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_journey_context'
|
419
439
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_journey_customer'
|
420
440
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_journey_customer_session'
|
441
|
+
require 'purecloudplatformclientv2/models/conversation_video_event_topic_scored_agent'
|
421
442
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_uri_reference'
|
422
443
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_video_conversation'
|
423
444
|
require 'purecloudplatformclientv2/models/conversation_video_event_topic_video_media_participant'
|
@@ -1003,6 +1024,7 @@ require 'purecloudplatformclientv2/models/query_results'
|
|
1003
1024
|
require 'purecloudplatformclientv2/models/queue'
|
1004
1025
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_call_conversation'
|
1005
1026
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_call_media_participant'
|
1027
|
+
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_conversation_routing_data'
|
1006
1028
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_detail'
|
1007
1029
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_error_body'
|
1008
1030
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_fax_status'
|
@@ -1011,10 +1033,12 @@ require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_jo
|
|
1011
1033
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_journey_context'
|
1012
1034
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_journey_customer'
|
1013
1035
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_journey_customer_session'
|
1036
|
+
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_scored_agent'
|
1014
1037
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_uri_reference'
|
1015
1038
|
require 'purecloudplatformclientv2/models/queue_conversation_call_event_topic_wrapup'
|
1016
1039
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_callback_conversation'
|
1017
1040
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_callback_media_participant'
|
1041
|
+
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_conversation_routing_data'
|
1018
1042
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_detail'
|
1019
1043
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_dialer_preview'
|
1020
1044
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_error_body'
|
@@ -1024,11 +1048,13 @@ require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topi
|
|
1024
1048
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_journey_customer'
|
1025
1049
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_journey_customer_session'
|
1026
1050
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_phone_number_column'
|
1051
|
+
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_scored_agent'
|
1027
1052
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_uri_reference'
|
1028
1053
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_voicemail'
|
1029
1054
|
require 'purecloudplatformclientv2/models/queue_conversation_callback_event_topic_wrapup'
|
1030
1055
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_chat_conversation'
|
1031
1056
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_chat_media_participant'
|
1057
|
+
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_conversation_routing_data'
|
1032
1058
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_detail'
|
1033
1059
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_error_body'
|
1034
1060
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_journey_action'
|
@@ -1036,10 +1062,12 @@ require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_jo
|
|
1036
1062
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_journey_context'
|
1037
1063
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_journey_customer'
|
1038
1064
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_journey_customer_session'
|
1065
|
+
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_scored_agent'
|
1039
1066
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_uri_reference'
|
1040
1067
|
require 'purecloudplatformclientv2/models/queue_conversation_chat_event_topic_wrapup'
|
1041
1068
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_cobrowse_conversation'
|
1042
1069
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_cobrowse_media_participant'
|
1070
|
+
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_conversation_routing_data'
|
1043
1071
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_detail'
|
1044
1072
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_error_body'
|
1045
1073
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_journey_action'
|
@@ -1047,9 +1075,11 @@ require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topi
|
|
1047
1075
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_journey_context'
|
1048
1076
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_journey_customer'
|
1049
1077
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_journey_customer_session'
|
1078
|
+
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_scored_agent'
|
1050
1079
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_uri_reference'
|
1051
1080
|
require 'purecloudplatformclientv2/models/queue_conversation_cobrowse_event_topic_wrapup'
|
1052
1081
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_attachment'
|
1082
|
+
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_conversation_routing_data'
|
1053
1083
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_detail'
|
1054
1084
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_email_conversation'
|
1055
1085
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_email_media_participant'
|
@@ -1059,6 +1089,7 @@ require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_j
|
|
1059
1089
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_journey_context'
|
1060
1090
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_journey_customer'
|
1061
1091
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_journey_customer_session'
|
1092
|
+
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_scored_agent'
|
1062
1093
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_uri_reference'
|
1063
1094
|
require 'purecloudplatformclientv2/models/queue_conversation_email_event_topic_wrapup'
|
1064
1095
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_address'
|
@@ -1068,6 +1099,7 @@ require 'purecloudplatformclientv2/models/queue_conversation_event_topic_callbac
|
|
1068
1099
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_chat'
|
1069
1100
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_cobrowse'
|
1070
1101
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_conversation'
|
1102
|
+
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_conversation_routing_data'
|
1071
1103
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_dialer_preview'
|
1072
1104
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_disconnect_reason'
|
1073
1105
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_email'
|
@@ -1084,11 +1116,14 @@ require 'purecloudplatformclientv2/models/queue_conversation_event_topic_message
|
|
1084
1116
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_message_sticker'
|
1085
1117
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_participant'
|
1086
1118
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_phone_number_column'
|
1119
|
+
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_scored_agent'
|
1087
1120
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_screenshare'
|
1088
1121
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_social_expression'
|
1122
|
+
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_uri_reference'
|
1089
1123
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_video'
|
1090
1124
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_voicemail'
|
1091
1125
|
require 'purecloudplatformclientv2/models/queue_conversation_event_topic_wrapup'
|
1126
|
+
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_conversation_routing_data'
|
1092
1127
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_detail'
|
1093
1128
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_error_body'
|
1094
1129
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_journey_action'
|
@@ -1101,8 +1136,10 @@ require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic
|
|
1101
1136
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media'
|
1102
1137
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant'
|
1103
1138
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_sticker'
|
1139
|
+
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_scored_agent'
|
1104
1140
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_uri_reference'
|
1105
1141
|
require 'purecloudplatformclientv2/models/queue_conversation_message_event_topic_wrapup'
|
1142
|
+
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_conversation_routing_data'
|
1106
1143
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_detail'
|
1107
1144
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_error_body'
|
1108
1145
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_journey_action'
|
@@ -1110,6 +1147,7 @@ require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_
|
|
1110
1147
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_journey_context'
|
1111
1148
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_journey_customer'
|
1112
1149
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_journey_customer_session'
|
1150
|
+
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_scored_agent'
|
1113
1151
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_screen_share_conversation'
|
1114
1152
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_screen_share_media_participant'
|
1115
1153
|
require 'purecloudplatformclientv2/models/queue_conversation_screen_share_event_topic_uri_reference'
|
@@ -1121,6 +1159,7 @@ require 'purecloudplatformclientv2/models/queue_conversation_social_expression_e
|
|
1121
1159
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_chat'
|
1122
1160
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_cobrowse'
|
1123
1161
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_conversation'
|
1162
|
+
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_conversation_routing_data'
|
1124
1163
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_dialer_preview'
|
1125
1164
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_disconnect_reason'
|
1126
1165
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_email'
|
@@ -1137,8 +1176,10 @@ require 'purecloudplatformclientv2/models/queue_conversation_social_expression_e
|
|
1137
1176
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message_sticker'
|
1138
1177
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_participant'
|
1139
1178
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_phone_number_column'
|
1179
|
+
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_scored_agent'
|
1140
1180
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_screenshare'
|
1141
1181
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_social_expression'
|
1182
|
+
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_uri_reference'
|
1142
1183
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_video'
|
1143
1184
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_voicemail'
|
1144
1185
|
require 'purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_wrapup'
|
@@ -1149,6 +1190,7 @@ require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_c
|
|
1149
1190
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_chat'
|
1150
1191
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_cobrowse'
|
1151
1192
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_conversation'
|
1193
|
+
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_conversation_routing_data'
|
1152
1194
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_dialer_preview'
|
1153
1195
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_disconnect_reason'
|
1154
1196
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_email'
|
@@ -1165,8 +1207,10 @@ require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_m
|
|
1165
1207
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_message_sticker'
|
1166
1208
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_participant'
|
1167
1209
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_phone_number_column'
|
1210
|
+
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_scored_agent'
|
1168
1211
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_screenshare'
|
1169
1212
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_social_expression'
|
1213
|
+
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_uri_reference'
|
1170
1214
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_video'
|
1171
1215
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_voicemail'
|
1172
1216
|
require 'purecloudplatformclientv2/models/queue_conversation_video_event_topic_wrapup'
|
@@ -76,7 +76,7 @@ module PureCloud
|
|
76
76
|
http_method = http_method.to_sym.downcase
|
77
77
|
|
78
78
|
header_params = @default_headers.merge(opts[:header_params] || {})
|
79
|
-
header_params['purecloud-sdk'] = '58.0.
|
79
|
+
header_params['purecloud-sdk'] = '58.0.1'
|
80
80
|
query_params = opts[:query_params] || {}
|
81
81
|
form_params = opts[:form_params] || {}
|
82
82
|
|
data/lib/purecloudplatformclientv2/models/conversation_call_event_topic_call_media_participant.rb
CHANGED
@@ -70,6 +70,8 @@ module PureCloud
|
|
70
70
|
|
71
71
|
attr_accessor :wrapup
|
72
72
|
|
73
|
+
attr_accessor :conversation_routing_data
|
74
|
+
|
73
75
|
attr_accessor :peer
|
74
76
|
|
75
77
|
attr_accessor :screen_recording_state
|
@@ -156,6 +158,8 @@ module PureCloud
|
|
156
158
|
|
157
159
|
:'wrapup' => :'wrapup',
|
158
160
|
|
161
|
+
:'conversation_routing_data' => :'conversationRoutingData',
|
162
|
+
|
159
163
|
:'peer' => :'peer',
|
160
164
|
|
161
165
|
:'screen_recording_state' => :'screenRecordingState',
|
@@ -245,6 +249,8 @@ module PureCloud
|
|
245
249
|
|
246
250
|
:'wrapup' => :'ConversationCallEventTopicWrapup',
|
247
251
|
|
252
|
+
:'conversation_routing_data' => :'ConversationCallEventTopicConversationRoutingData',
|
253
|
+
|
248
254
|
:'peer' => :'String',
|
249
255
|
|
250
256
|
:'screen_recording_state' => :'String',
|
@@ -523,6 +529,15 @@ module PureCloud
|
|
523
529
|
end
|
524
530
|
|
525
531
|
|
532
|
+
if attributes.has_key?(:'conversationRoutingData')
|
533
|
+
|
534
|
+
|
535
|
+
self.conversation_routing_data = attributes[:'conversationRoutingData']
|
536
|
+
|
537
|
+
|
538
|
+
end
|
539
|
+
|
540
|
+
|
526
541
|
if attributes.has_key?(:'peer')
|
527
542
|
|
528
543
|
|
@@ -797,6 +812,10 @@ module PureCloud
|
|
797
812
|
|
798
813
|
|
799
814
|
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
|
800
819
|
|
801
820
|
|
802
821
|
|
@@ -1027,6 +1046,11 @@ module PureCloud
|
|
1027
1046
|
|
1028
1047
|
|
1029
1048
|
|
1049
|
+
|
1050
|
+
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1030
1054
|
|
1031
1055
|
|
1032
1056
|
|
@@ -1146,6 +1170,7 @@ module PureCloud
|
|
1146
1170
|
external_contact == o.external_contact &&
|
1147
1171
|
external_organization == o.external_organization &&
|
1148
1172
|
wrapup == o.wrapup &&
|
1173
|
+
conversation_routing_data == o.conversation_routing_data &&
|
1149
1174
|
peer == o.peer &&
|
1150
1175
|
screen_recording_state == o.screen_recording_state &&
|
1151
1176
|
flagged_reason == o.flagged_reason &&
|
@@ -1172,7 +1197,7 @@ module PureCloud
|
|
1172
1197
|
# Calculates hash code according to all attributes.
|
1173
1198
|
# @return [Fixnum] Hash code
|
1174
1199
|
def hash
|
1175
|
-
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, alerting_timeout_ms, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, flagged_reason, journey_context, muted, confined, recording, recording_state, group, ani, dnis, document_id, monitored_participant_id, consult_participant_id, fax_status].hash
|
1200
|
+
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, alerting_timeout_ms, provider, external_contact, external_organization, wrapup, conversation_routing_data, peer, screen_recording_state, flagged_reason, journey_context, muted, confined, recording, recording_state, group, ani, dnis, document_id, monitored_participant_id, consult_participant_id, fax_status].hash
|
1176
1201
|
end
|
1177
1202
|
|
1178
1203
|
# build the object from hash
|
data/lib/purecloudplatformclientv2/models/conversation_call_event_topic_conversation_routing_data.rb
ADDED
@@ -0,0 +1,305 @@
|
|
1
|
+
=begin
|
2
|
+
PureCloud Platform API
|
3
|
+
|
4
|
+
With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
|
5
|
+
|
6
|
+
OpenAPI spec version: v2
|
7
|
+
Contact: DeveloperEvangelists@genesys.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
License: UNLICENSED
|
11
|
+
https://help.mypurecloud.com/articles/terms-and-conditions/
|
12
|
+
|
13
|
+
Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
|
14
|
+
|
15
|
+
=end
|
16
|
+
|
17
|
+
require 'date'
|
18
|
+
|
19
|
+
module PureCloud
|
20
|
+
class ConversationCallEventTopicConversationRoutingData
|
21
|
+
attr_accessor :queue
|
22
|
+
|
23
|
+
attr_accessor :language
|
24
|
+
|
25
|
+
attr_accessor :priority
|
26
|
+
|
27
|
+
attr_accessor :skills
|
28
|
+
|
29
|
+
attr_accessor :scored_agents
|
30
|
+
|
31
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
32
|
+
def self.attribute_map
|
33
|
+
{
|
34
|
+
|
35
|
+
:'queue' => :'queue',
|
36
|
+
|
37
|
+
:'language' => :'language',
|
38
|
+
|
39
|
+
:'priority' => :'priority',
|
40
|
+
|
41
|
+
:'skills' => :'skills',
|
42
|
+
|
43
|
+
:'scored_agents' => :'scoredAgents'
|
44
|
+
|
45
|
+
}
|
46
|
+
end
|
47
|
+
|
48
|
+
# Attribute type mapping.
|
49
|
+
def self.swagger_types
|
50
|
+
{
|
51
|
+
|
52
|
+
:'queue' => :'ConversationCallEventTopicUriReference',
|
53
|
+
|
54
|
+
:'language' => :'ConversationCallEventTopicUriReference',
|
55
|
+
|
56
|
+
:'priority' => :'Integer',
|
57
|
+
|
58
|
+
:'skills' => :'Array<ConversationCallEventTopicUriReference>',
|
59
|
+
|
60
|
+
:'scored_agents' => :'Array<ConversationCallEventTopicScoredAgent>'
|
61
|
+
|
62
|
+
}
|
63
|
+
end
|
64
|
+
|
65
|
+
# Initializes the object
|
66
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
67
|
+
def initialize(attributes = {})
|
68
|
+
return unless attributes.is_a?(Hash)
|
69
|
+
|
70
|
+
# convert string to symbol for hash key
|
71
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
72
|
+
|
73
|
+
|
74
|
+
if attributes.has_key?(:'queue')
|
75
|
+
|
76
|
+
|
77
|
+
self.queue = attributes[:'queue']
|
78
|
+
|
79
|
+
|
80
|
+
end
|
81
|
+
|
82
|
+
|
83
|
+
if attributes.has_key?(:'language')
|
84
|
+
|
85
|
+
|
86
|
+
self.language = attributes[:'language']
|
87
|
+
|
88
|
+
|
89
|
+
end
|
90
|
+
|
91
|
+
|
92
|
+
if attributes.has_key?(:'priority')
|
93
|
+
|
94
|
+
|
95
|
+
self.priority = attributes[:'priority']
|
96
|
+
|
97
|
+
|
98
|
+
end
|
99
|
+
|
100
|
+
|
101
|
+
if attributes.has_key?(:'skills')
|
102
|
+
|
103
|
+
if (value = attributes[:'skills']).is_a?(Array)
|
104
|
+
self.skills = value
|
105
|
+
end
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
end
|
110
|
+
|
111
|
+
|
112
|
+
if attributes.has_key?(:'scoredAgents')
|
113
|
+
|
114
|
+
if (value = attributes[:'scoredAgents']).is_a?(Array)
|
115
|
+
self.scored_agents = value
|
116
|
+
end
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
end
|
121
|
+
|
122
|
+
|
123
|
+
end
|
124
|
+
|
125
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
126
|
+
# @return Array for valid properies with the reasons
|
127
|
+
def list_invalid_properties
|
128
|
+
invalid_properties = Array.new
|
129
|
+
|
130
|
+
|
131
|
+
return invalid_properties
|
132
|
+
end
|
133
|
+
|
134
|
+
# Check to see if the all the properties in the model are valid
|
135
|
+
# @return true if the model is valid
|
136
|
+
def valid?
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
end
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
# Checks equality by comparing each attribute.
|
187
|
+
# @param [Object] Object to be compared
|
188
|
+
def ==(o)
|
189
|
+
return true if self.equal?(o)
|
190
|
+
self.class == o.class &&
|
191
|
+
queue == o.queue &&
|
192
|
+
language == o.language &&
|
193
|
+
priority == o.priority &&
|
194
|
+
skills == o.skills &&
|
195
|
+
scored_agents == o.scored_agents
|
196
|
+
end
|
197
|
+
|
198
|
+
# @see the `==` method
|
199
|
+
# @param [Object] Object to be compared
|
200
|
+
def eql?(o)
|
201
|
+
self == o
|
202
|
+
end
|
203
|
+
|
204
|
+
# Calculates hash code according to all attributes.
|
205
|
+
# @return [Fixnum] Hash code
|
206
|
+
def hash
|
207
|
+
[queue, language, priority, skills, scored_agents].hash
|
208
|
+
end
|
209
|
+
|
210
|
+
# build the object from hash
|
211
|
+
def build_from_hash(attributes)
|
212
|
+
return nil unless attributes.is_a?(Hash)
|
213
|
+
self.class.swagger_types.each_pair do |key, type|
|
214
|
+
if type =~ /^Array<(.*)>/i
|
215
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
216
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
217
|
+
else
|
218
|
+
#TODO show warning in debug mode
|
219
|
+
end
|
220
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
221
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
222
|
+
else
|
223
|
+
# data not found in attributes(hash), not an issue as the data can be optional
|
224
|
+
end
|
225
|
+
end
|
226
|
+
|
227
|
+
self
|
228
|
+
end
|
229
|
+
|
230
|
+
def _deserialize(type, value)
|
231
|
+
case type.to_sym
|
232
|
+
when :DateTime
|
233
|
+
DateTime.parse(value)
|
234
|
+
when :Date
|
235
|
+
Date.parse(value)
|
236
|
+
when :String
|
237
|
+
value.to_s
|
238
|
+
when :Integer
|
239
|
+
value.to_i
|
240
|
+
when :Float
|
241
|
+
value.to_f
|
242
|
+
when :BOOLEAN
|
243
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
244
|
+
true
|
245
|
+
else
|
246
|
+
false
|
247
|
+
end
|
248
|
+
when :Object
|
249
|
+
# generic object (usually a Hash), return directly
|
250
|
+
value
|
251
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
252
|
+
inner_type = Regexp.last_match[:inner_type]
|
253
|
+
value.map { |v| _deserialize(inner_type, v) }
|
254
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
255
|
+
k_type = Regexp.last_match[:k_type]
|
256
|
+
v_type = Regexp.last_match[:v_type]
|
257
|
+
{}.tap do |hash|
|
258
|
+
value.each do |k, v|
|
259
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
260
|
+
end
|
261
|
+
end
|
262
|
+
else # model
|
263
|
+
_model = Object.const_get("PureCloud").const_get(type).new
|
264
|
+
_model.build_from_hash(value)
|
265
|
+
end
|
266
|
+
end
|
267
|
+
|
268
|
+
def to_s
|
269
|
+
to_hash.to_s
|
270
|
+
end
|
271
|
+
|
272
|
+
# to_body is an alias to to_body (backward compatibility))
|
273
|
+
def to_body
|
274
|
+
to_hash
|
275
|
+
end
|
276
|
+
|
277
|
+
# return the object in the form of hash
|
278
|
+
def to_hash
|
279
|
+
hash = {}
|
280
|
+
self.class.attribute_map.each_pair do |attr, param|
|
281
|
+
value = self.send(attr)
|
282
|
+
next if value.nil?
|
283
|
+
hash[param] = _to_hash(value)
|
284
|
+
end
|
285
|
+
hash
|
286
|
+
end
|
287
|
+
|
288
|
+
# Method to output non-array value in the form of hash
|
289
|
+
# For object, use to_hash. Otherwise, just return the value
|
290
|
+
def _to_hash(value)
|
291
|
+
if value.is_a?(Array)
|
292
|
+
value.compact.map{ |v| _to_hash(v) }
|
293
|
+
elsif value.is_a?(Hash)
|
294
|
+
{}.tap do |hash|
|
295
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
296
|
+
end
|
297
|
+
elsif value.respond_to? :to_hash
|
298
|
+
value.to_hash
|
299
|
+
else
|
300
|
+
value
|
301
|
+
end
|
302
|
+
end
|
303
|
+
|
304
|
+
end
|
305
|
+
end
|