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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9932c6978f4be131cd4c4680d1944d41c39eebfe
|
4
|
+
data.tar.gz: 1510dd959b1b4839027d62e7f6247bcd99036c29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee894b11b3f7fd7da7a49823c3aaf8ab86782f16cef574d9321e596e9a3dddb923953888e3e0867bd1f0408b4bfd09419e01410e7857e3295ede522203dffbab
|
7
|
+
data.tar.gz: 90ca9a95d897a1ec4c28630b5d2e26e735875ebcfec5a7eefde2fb4874c248840dfca0be4b3102e29102c25f6588725326f623236ca509dd80c16917b344ced3
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
title: PureCloud Ruby Gem
|
3
3
|
---
|
4
|
-

|
5
5
|
|
6
6
|
Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)
|
7
7
|
|
@@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
|
|
10
10
|
### from rubygems.org
|
11
11
|
|
12
12
|
```{"language":"ruby"}
|
13
|
-
gem install 'purecloudplatformclientv2', '~> 58.0.
|
13
|
+
gem install 'purecloudplatformclientv2', '~> 58.0.1'
|
14
14
|
```
|
15
15
|
|
16
16
|
### Install from Git
|
@@ -33,6 +33,7 @@ title: ConversationCallEventTopicCallMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationCallEventTopicUriReference**](ConversationCallEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationCallEventTopicUriReference**](ConversationCallEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationCallEventTopicWrapup**](ConversationCallEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationCallEventTopicConversationRoutingData**](ConversationCallEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationCallEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationCallEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationCallEventTopicUriReference**](ConversationCallEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationCallEventTopicUriReference**](ConversationCallEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationCallEventTopicUriReference>**](ConversationCallEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationCallEventTopicScoredAgent>**](ConversationCallEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationCallEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationCallEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationCallEventTopicUriReference**](ConversationCallEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: ConversationCallbackEventTopicCallbackMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationCallbackEventTopicUriReference**](ConversationCallbackEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationCallbackEventTopicUriReference**](ConversationCallbackEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationCallbackEventTopicWrapup**](ConversationCallbackEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationCallbackEventTopicConversationRoutingData**](ConversationCallbackEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationCallbackEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationCallbackEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationCallbackEventTopicUriReference**](ConversationCallbackEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationCallbackEventTopicUriReference**](ConversationCallbackEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationCallbackEventTopicUriReference>**](ConversationCallbackEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationCallbackEventTopicScoredAgent>**](ConversationCallbackEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationCallbackEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationCallbackEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationCallbackEventTopicUriReference**](ConversationCallbackEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: ConversationChatEventTopicChatMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationChatEventTopicUriReference**](ConversationChatEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationChatEventTopicUriReference**](ConversationChatEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationChatEventTopicWrapup**](ConversationChatEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationChatEventTopicConversationRoutingData**](ConversationChatEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationChatEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationChatEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationChatEventTopicUriReference**](ConversationChatEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationChatEventTopicUriReference**](ConversationChatEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationChatEventTopicUriReference>**](ConversationChatEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationChatEventTopicScoredAgent>**](ConversationChatEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationChatEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationChatEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationChatEventTopicUriReference**](ConversationChatEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: ConversationCobrowseEventTopicCobrowseMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationCobrowseEventTopicUriReference**](ConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationCobrowseEventTopicUriReference**](ConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationCobrowseEventTopicWrapup**](ConversationCobrowseEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationCobrowseEventTopicConversationRoutingData**](ConversationCobrowseEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationCobrowseEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationCobrowseEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationCobrowseEventTopicUriReference**](ConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationCobrowseEventTopicUriReference**](ConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationCobrowseEventTopicUriReference>**](ConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationCobrowseEventTopicScoredAgent>**](ConversationCobrowseEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationCobrowseEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationCobrowseEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationCobrowseEventTopicUriReference**](ConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationEmailEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationEmailEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationEmailEventTopicUriReference**](ConversationEmailEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationEmailEventTopicUriReference**](ConversationEmailEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationEmailEventTopicUriReference>**](ConversationEmailEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationEmailEventTopicScoredAgent>**](ConversationEmailEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -33,6 +33,7 @@ title: ConversationEmailEventTopicEmailMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationEmailEventTopicUriReference**](ConversationEmailEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationEmailEventTopicUriReference**](ConversationEmailEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationEmailEventTopicWrapup**](ConversationEmailEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationEmailEventTopicConversationRoutingData**](ConversationEmailEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationEmailEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationEmailEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationEmailEventTopicUriReference**](ConversationEmailEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationEventTopicUriReference**](ConversationEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationEventTopicUriReference**](ConversationEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationEventTopicUriReference>**](ConversationEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationEventTopicScoredAgent>**](ConversationEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -24,6 +24,7 @@ title: ConversationEventTopicParticipant
|
|
24
24
|
| **wrapup_prompt** | **String** | | [optional] |
|
25
25
|
| **wrapup_timeout_ms** | **Integer** | | [optional] |
|
26
26
|
| **wrapup** | [**ConversationEventTopicWrapup**](ConversationEventTopicWrapup.html) | | [optional] |
|
27
|
+
| **conversation_routing_data** | [**ConversationEventTopicConversationRoutingData**](ConversationEventTopicConversationRoutingData.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: ConversationEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationEventTopicUriReference**](ConversationEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationEventTopicUriReference
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationEventTopicUriReference
|
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
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationMessageEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationMessageEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationMessageEventTopicUriReference**](ConversationMessageEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationMessageEventTopicUriReference**](ConversationMessageEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationMessageEventTopicUriReference>**](ConversationMessageEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationMessageEventTopicScoredAgent>**](ConversationMessageEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -33,6 +33,7 @@ title: ConversationMessageEventTopicMessageMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationMessageEventTopicUriReference**](ConversationMessageEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationMessageEventTopicUriReference**](ConversationMessageEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationMessageEventTopicWrapup**](ConversationMessageEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationMessageEventTopicConversationRoutingData**](ConversationMessageEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationMessageEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationMessageEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationMessageEventTopicUriReference**](ConversationMessageEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationScreenShareEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationScreenShareEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationScreenShareEventTopicUriReference**](ConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationScreenShareEventTopicUriReference**](ConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationScreenShareEventTopicUriReference>**](ConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationScreenShareEventTopicScoredAgent>**](ConversationScreenShareEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationScreenShareEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationScreenShareEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationScreenShareEventTopicUriReference**](ConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: ConversationScreenShareEventTopicScreenShareMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationScreenShareEventTopicUriReference**](ConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationScreenShareEventTopicUriReference**](ConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationScreenShareEventTopicWrapup**](ConversationScreenShareEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationScreenShareEventTopicConversationRoutingData**](ConversationScreenShareEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationSocialExpressionEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationSocialExpressionEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationSocialExpressionEventTopicUriReference**](ConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationSocialExpressionEventTopicUriReference**](ConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationSocialExpressionEventTopicUriReference>**](ConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationSocialExpressionEventTopicScoredAgent>**](ConversationSocialExpressionEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationSocialExpressionEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationSocialExpressionEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationSocialExpressionEventTopicUriReference**](ConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: ConversationSocialExpressionEventTopicSocialMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationSocialExpressionEventTopicUriReference**](ConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationSocialExpressionEventTopicUriReference**](ConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationSocialExpressionEventTopicWrapup**](ConversationSocialExpressionEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationSocialExpressionEventTopicConversationRoutingData**](ConversationSocialExpressionEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationVideoEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationVideoEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**ConversationVideoEventTopicUriReference**](ConversationVideoEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**ConversationVideoEventTopicUriReference**](ConversationVideoEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<ConversationVideoEventTopicUriReference>**](ConversationVideoEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<ConversationVideoEventTopicScoredAgent>**](ConversationVideoEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|