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,14 @@
|
|
1
|
+
---
|
2
|
+
title: ConversationVideoEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::ConversationVideoEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**ConversationVideoEventTopicUriReference**](ConversationVideoEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: ConversationVideoEventTopicVideoMediaParticipant
|
|
33
33
|
| **external_contact** | [**ConversationVideoEventTopicUriReference**](ConversationVideoEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**ConversationVideoEventTopicUriReference**](ConversationVideoEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**ConversationVideoEventTopicWrapup**](ConversationVideoEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**ConversationVideoEventTopicConversationRoutingData**](ConversationVideoEventTopicConversationRoutingData.html) | | [optional] |
|
36
37
|
| **peer** | **String** | | [optional] |
|
37
38
|
| **screen_recording_state** | **String** | | [optional] |
|
38
39
|
| **flagged_reason** | **String** | | [optional] |
|
@@ -33,6 +33,7 @@ title: QueueConversationCallEventTopicCallMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationCallEventTopicUriReference**](QueueConversationCallEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationCallEventTopicUriReference**](QueueConversationCallEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationCallEventTopicWrapup**](QueueConversationCallEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationCallEventTopicConversationRoutingData**](QueueConversationCallEventTopicConversationRoutingData.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: QueueConversationCallEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationCallEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationCallEventTopicUriReference**](QueueConversationCallEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationCallEventTopicUriReference**](QueueConversationCallEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationCallEventTopicUriReference>**](QueueConversationCallEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationCallEventTopicScoredAgent>**](QueueConversationCallEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationCallEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationCallEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationCallEventTopicUriReference**](QueueConversationCallEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: QueueConversationCallbackEventTopicCallbackMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationCallbackEventTopicUriReference**](QueueConversationCallbackEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationCallbackEventTopicUriReference**](QueueConversationCallbackEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationCallbackEventTopicWrapup**](QueueConversationCallbackEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationCallbackEventTopicConversationRoutingData**](QueueConversationCallbackEventTopicConversationRoutingData.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: QueueConversationCallbackEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationCallbackEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationCallbackEventTopicUriReference**](QueueConversationCallbackEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationCallbackEventTopicUriReference**](QueueConversationCallbackEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationCallbackEventTopicUriReference>**](QueueConversationCallbackEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationCallbackEventTopicScoredAgent>**](QueueConversationCallbackEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationCallbackEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationCallbackEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationCallbackEventTopicUriReference**](QueueConversationCallbackEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: QueueConversationChatEventTopicChatMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationChatEventTopicUriReference**](QueueConversationChatEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationChatEventTopicUriReference**](QueueConversationChatEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationChatEventTopicWrapup**](QueueConversationChatEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationChatEventTopicConversationRoutingData**](QueueConversationChatEventTopicConversationRoutingData.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: QueueConversationChatEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationChatEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationChatEventTopicUriReference**](QueueConversationChatEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationChatEventTopicUriReference**](QueueConversationChatEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationChatEventTopicUriReference>**](QueueConversationChatEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationChatEventTopicScoredAgent>**](QueueConversationChatEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationChatEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationChatEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationChatEventTopicUriReference**](QueueConversationChatEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: QueueConversationCobrowseEventTopicCobrowseMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationCobrowseEventTopicUriReference**](QueueConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationCobrowseEventTopicUriReference**](QueueConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationCobrowseEventTopicWrapup**](QueueConversationCobrowseEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationCobrowseEventTopicConversationRoutingData**](QueueConversationCobrowseEventTopicConversationRoutingData.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: QueueConversationCobrowseEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationCobrowseEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationCobrowseEventTopicUriReference**](QueueConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationCobrowseEventTopicUriReference**](QueueConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationCobrowseEventTopicUriReference>**](QueueConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationCobrowseEventTopicScoredAgent>**](QueueConversationCobrowseEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationCobrowseEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationCobrowseEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationCobrowseEventTopicUriReference**](QueueConversationCobrowseEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationEmailEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationEmailEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationEmailEventTopicUriReference**](QueueConversationEmailEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationEmailEventTopicUriReference**](QueueConversationEmailEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationEmailEventTopicUriReference>**](QueueConversationEmailEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationEmailEventTopicScoredAgent>**](QueueConversationEmailEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -33,6 +33,7 @@ title: QueueConversationEmailEventTopicEmailMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationEmailEventTopicUriReference**](QueueConversationEmailEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationEmailEventTopicUriReference**](QueueConversationEmailEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationEmailEventTopicWrapup**](QueueConversationEmailEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationEmailEventTopicConversationRoutingData**](QueueConversationEmailEventTopicConversationRoutingData.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: QueueConversationEmailEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationEmailEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationEmailEventTopicUriReference**](QueueConversationEmailEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationEventTopicUriReference**](QueueConversationEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationEventTopicUriReference**](QueueConversationEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationEventTopicUriReference>**](QueueConversationEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationEventTopicScoredAgent>**](QueueConversationEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -24,6 +24,7 @@ title: QueueConversationEventTopicParticipant
|
|
24
24
|
| **wrapup_prompt** | **String** | | [optional] |
|
25
25
|
| **wrapup_timeout_ms** | **Integer** | | [optional] |
|
26
26
|
| **wrapup** | [**QueueConversationEventTopicWrapup**](QueueConversationEventTopicWrapup.html) | | [optional] |
|
27
|
+
| **conversation_routing_data** | [**QueueConversationEventTopicConversationRoutingData**](QueueConversationEventTopicConversationRoutingData.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: QueueConversationEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationEventTopicUriReference**](QueueConversationEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationEventTopicUriReference
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationEventTopicUriReference
|
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: QueueConversationMessageEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationMessageEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationMessageEventTopicUriReference**](QueueConversationMessageEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationMessageEventTopicUriReference**](QueueConversationMessageEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationMessageEventTopicUriReference>**](QueueConversationMessageEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationMessageEventTopicScoredAgent>**](QueueConversationMessageEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -33,6 +33,7 @@ title: QueueConversationMessageEventTopicMessageMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationMessageEventTopicUriReference**](QueueConversationMessageEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationMessageEventTopicUriReference**](QueueConversationMessageEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationMessageEventTopicWrapup**](QueueConversationMessageEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationMessageEventTopicConversationRoutingData**](QueueConversationMessageEventTopicConversationRoutingData.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: QueueConversationMessageEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationMessageEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationMessageEventTopicUriReference**](QueueConversationMessageEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationScreenShareEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationScreenShareEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationScreenShareEventTopicUriReference**](QueueConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationScreenShareEventTopicUriReference**](QueueConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationScreenShareEventTopicUriReference>**](QueueConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationScreenShareEventTopicScoredAgent>**](QueueConversationScreenShareEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationScreenShareEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationScreenShareEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationScreenShareEventTopicUriReference**](QueueConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -33,6 +33,7 @@ title: QueueConversationScreenShareEventTopicScreenShareMediaParticipant
|
|
33
33
|
| **external_contact** | [**QueueConversationScreenShareEventTopicUriReference**](QueueConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
34
34
|
| **external_organization** | [**QueueConversationScreenShareEventTopicUriReference**](QueueConversationScreenShareEventTopicUriReference.html) | | [optional] |
|
35
35
|
| **wrapup** | [**QueueConversationScreenShareEventTopicWrapup**](QueueConversationScreenShareEventTopicWrapup.html) | | [optional] |
|
36
|
+
| **conversation_routing_data** | [**QueueConversationScreenShareEventTopicConversationRoutingData**](QueueConversationScreenShareEventTopicConversationRoutingData.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: QueueConversationSocialExpressionEventTopicConversationRoutingData
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationSocialExpressionEventTopicConversationRoutingData
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **queue** | [**QueueConversationSocialExpressionEventTopicUriReference**](QueueConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **language** | [**QueueConversationSocialExpressionEventTopicUriReference**](QueueConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
12
|
+
| **priority** | **Integer** | | [optional] |
|
13
|
+
| **skills** | [**Array<QueueConversationSocialExpressionEventTopicUriReference>**](QueueConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
14
|
+
| **scored_agents** | [**Array<QueueConversationSocialExpressionEventTopicScoredAgent>**](QueueConversationSocialExpressionEventTopicScoredAgent.html) | | [optional] |
|
15
|
+
{: class="table table-striped"}
|
16
|
+
|
17
|
+
|
@@ -24,6 +24,7 @@ title: QueueConversationSocialExpressionEventTopicParticipant
|
|
24
24
|
| **wrapup_prompt** | **String** | | [optional] |
|
25
25
|
| **wrapup_timeout_ms** | **Integer** | | [optional] |
|
26
26
|
| **wrapup** | [**QueueConversationSocialExpressionEventTopicWrapup**](QueueConversationSocialExpressionEventTopicWrapup.html) | | [optional] |
|
27
|
+
| **conversation_routing_data** | [**QueueConversationSocialExpressionEventTopicConversationRoutingData**](QueueConversationSocialExpressionEventTopicConversationRoutingData.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: QueueConversationSocialExpressionEventTopicScoredAgent
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationSocialExpressionEventTopicScoredAgent
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **agent** | [**QueueConversationSocialExpressionEventTopicUriReference**](QueueConversationSocialExpressionEventTopicUriReference.html) | | [optional] |
|
11
|
+
| **score** | **Integer** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: QueueConversationSocialExpressionEventTopicUriReference
|
3
|
+
---
|
4
|
+
## PureCloud::QueueConversationSocialExpressionEventTopicUriReference
|
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
|
+
|