purecloudplatformclientv2 92.0.0 → 93.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/AnalyticsSession.md +4 -0
- data/docs/ArchitectApi.md +51 -49
- data/docs/CoachingApi.md +8 -7
- data/docs/CommonCampaign.md +17 -0
- data/docs/CommonCampaignDivisionView.md +17 -0
- data/docs/CommonCampaignDivisionViewEntityListing.md +22 -0
- data/docs/CommonCampaignEntityListing.md +22 -0
- data/docs/ConversationAssociation.md +1 -1
- data/docs/ConversationEventTopicMessage.md +1 -0
- data/docs/ConversationsApi.md +4 -4
- data/docs/ExternalContactsApi.md +4 -4
- data/docs/HistoricalAdherenceActuals.md +15 -0
- data/docs/HistoricalAdherenceDayMetrics.md +23 -0
- data/docs/HistoricalAdherenceExceptionInfo.md +21 -0
- data/docs/HistoricalAdherenceQueryResult.md +21 -0
- data/docs/KnowledgeSearchRequest.md +3 -3
- data/docs/MessagingCampaign.md +28 -0
- data/docs/MessagingCampaignDivisionView.md +16 -0
- data/docs/MessagingCampaignDivisionViewEntityListing.md +22 -0
- data/docs/MessagingCampaignEntityListing.md +22 -0
- data/docs/ObservationValue.md +3 -1
- data/docs/OutboundApi.md +881 -76
- data/docs/QueueConversationEventTopicMessage.md +1 -0
- data/docs/QueueConversationSocialExpressionEventTopicMessage.md +1 -0
- data/docs/QueueConversationVideoEventTopicMessage.md +1 -0
- data/docs/ReportingExportJobRequest.md +2 -0
- data/docs/ReportingExportJobResponse.md +3 -0
- data/docs/SCIMApi.md +96 -108
- data/docs/ScimConfigResourceType.md +1 -1
- data/docs/ScimUserExtensions.md +2 -2
- data/docs/ScimUserRole.md +1 -1
- data/docs/ScimUserRoutingLanguage.md +2 -2
- data/docs/ScimUserRoutingSkill.md +2 -2
- data/docs/ScimV2CreateUser.md +3 -3
- data/docs/ScimV2Group.md +1 -1
- data/docs/ScimV2SchemaAttribute.md +11 -11
- data/docs/ScimV2SchemaDefinition.md +4 -4
- data/docs/ScimV2SchemaListResponse.md +1 -1
- data/docs/ScimV2User.md +4 -4
- data/docs/SmsConfig.md +15 -0
- data/docs/SmsPhoneNumberRef.md +14 -0
- data/docs/UserRoutingLanguage.md +3 -3
- data/docs/UserRoutingLanguagePost.md +1 -1
- data/docs/UserRoutingSkill.md +1 -1
- data/docs/VoicemailUserPolicy.md +1 -0
- data/docs/WfmBusinessUnitReference.md +14 -0
- data/docs/WfmHistoricalAdherenceResponse.md +1 -0
- data/docs/WfmHistoricalAdherenceResultWrapper.md +15 -0
- data/docs/WfmHistoricalDataUploadRequestStatusTopicDateTime.md +16 -0
- data/docs/WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate.md +20 -0
- data/docs/WfmScheduleReference.md +16 -0
- data/lib/purecloudplatformclientv2.rb +19 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +15 -6
- data/lib/purecloudplatformclientv2/api/coaching_api.rb +10 -9
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +1215 -155
- data/lib/purecloudplatformclientv2/api/scim_api.rb +88 -88
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +124 -4
- data/lib/purecloudplatformclientv2/models/common_campaign.rb +320 -0
- data/lib/purecloudplatformclientv2/models/common_campaign_division_view.rb +320 -0
- data/lib/purecloudplatformclientv2/models/common_campaign_division_view_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/common_campaign_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_association.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/historical_adherence_actuals.rb +268 -0
- data/lib/purecloudplatformclientv2/models/historical_adherence_day_metrics.rb +462 -0
- data/lib/purecloudplatformclientv2/models/historical_adherence_exception_info.rb +466 -0
- data/lib/purecloudplatformclientv2/models/historical_adherence_query_result.rb +430 -0
- data/lib/purecloudplatformclientv2/models/knowledge_search_request.rb +0 -15
- data/lib/purecloudplatformclientv2/models/messaging_campaign.rb +621 -0
- data/lib/purecloudplatformclientv2/models/messaging_campaign_division_view.rb +279 -0
- data/lib/purecloudplatformclientv2/models/messaging_campaign_division_view_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/messaging_campaign_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/observation_value.rb +70 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_request.rb +53 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +78 -1
- data/lib/purecloudplatformclientv2/models/scim_config_resource_type.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_user_extensions.rb +3 -3
- data/lib/purecloudplatformclientv2/models/scim_user_role.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_user_routing_language.rb +3 -3
- data/lib/purecloudplatformclientv2/models/scim_user_routing_skill.rb +3 -3
- data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +3 -2
- data/lib/purecloudplatformclientv2/models/scim_v2_enterprise_user.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_v2_group.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_attribute.rb +12 -12
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb +5 -5
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_list_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +4 -3
- data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/sms_config.rb +269 -0
- data/lib/purecloudplatformclientv2/models/sms_phone_number_ref.rb +232 -0
- data/lib/purecloudplatformclientv2/models/user_routing_language.rb +4 -4
- data/lib/purecloudplatformclientv2/models/user_routing_language_post.rb +1 -1
- data/lib/purecloudplatformclientv2/models/user_routing_skill.rb +1 -1
- data/lib/purecloudplatformclientv2/models/voicemail_user_policy.rb +30 -4
- data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +4 -4
- data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +228 -0
- data/lib/purecloudplatformclientv2/models/wfm_historical_adherence_response.rb +27 -1
- data/lib/purecloudplatformclientv2/models/wfm_historical_adherence_result_wrapper.rb +258 -0
- data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_date_time.rb +276 -0
- data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_historical_data_upload_request_update.rb +390 -0
- data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +280 -0
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +41 -3
@@ -7,7 +7,7 @@ title: ScimConfigResourceType
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"
|
10
|
+
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readOnly\". \"returned\" is set to \"always\". | [optional] |
|
11
11
|
| **schemas** | **Array<String>** | The list of supported schemas. | [optional] |
|
12
12
|
| **name** | **String** | The name of the resource type. | [optional] |
|
13
13
|
| **description** | **String** | The description of the resource type. | [optional] |
|
data/docs/ScimUserExtensions.md
CHANGED
@@ -7,8 +7,8 @@ title: ScimUserExtensions
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **routing_skills** | [**Array<ScimUserRoutingSkill>**](ScimUserRoutingSkill.html) |
|
11
|
-
| **routing_languages** | [**Array<ScimUserRoutingLanguage>**](ScimUserRoutingLanguage.html) |
|
10
|
+
| **routing_skills** | [**Array<ScimUserRoutingSkill>**](ScimUserRoutingSkill.html) | The list of routing skills assigned to a user. Maximum 50 skills. | [optional] |
|
11
|
+
| **routing_languages** | [**Array<ScimUserRoutingLanguage>**](ScimUserRoutingLanguage.html) | The list of routing languages assigned to a user. Maximum 50 languages. | [optional] |
|
12
12
|
{: class="table table-striped"}
|
13
13
|
|
14
14
|
|
data/docs/ScimUserRole.md
CHANGED
@@ -7,7 +7,7 @@ title: ScimUserRole
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **value** | **String** |
|
10
|
+
| **value** | **String** | The role of the Genesys Cloud user. | [optional] |
|
11
11
|
{: class="table table-striped"}
|
12
12
|
|
13
13
|
|
@@ -7,8 +7,8 @@ title: ScimUserRoutingLanguage
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **name** | **String** |
|
11
|
-
| **proficiency** | **Float** |
|
10
|
+
| **name** | **String** | The case-sensitive name of a routing language configured in Genesys Cloud. | |
|
11
|
+
| **proficiency** | **Float** | A rating from 0.0 to 5.0 that indicates how fluent an agent is in a particular language. ACD interactions are routed to agents with higher proficiency ratings. | [optional] |
|
12
12
|
{: class="table table-striped"}
|
13
13
|
|
14
14
|
|
@@ -7,8 +7,8 @@ title: ScimUserRoutingSkill
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **name** | **String** |
|
11
|
-
| **proficiency** | **Float** |
|
10
|
+
| **name** | **String** | The case-sensitive name of a routing skill configured in Genesys Cloud. | |
|
11
|
+
| **proficiency** | **Float** | A rating from 0.0 to 5.0 that indicates how adept an agent is at a particular skill. When \"Best available skills\" is enabled for a queue in Genesys Cloud, ACD interactions in that queue are routed to agents with higher proficiency ratings. | [optional] |
|
12
12
|
{: class="table table-striped"}
|
13
13
|
|
14
14
|
|
data/docs/ScimV2CreateUser.md
CHANGED
@@ -9,9 +9,9 @@ title: ScimV2CreateUser
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **schemas** | **Array<String>** | The list of supported schemas. | [optional] |
|
11
11
|
| **active** | **BOOLEAN** | Indicates whether the user's administrative status is active. | [optional] |
|
12
|
-
| **user_name** | **String** | The user's
|
12
|
+
| **user_name** | **String** | The user's Genesys Cloud email address. Must be unique. | |
|
13
13
|
| **display_name** | **String** | The display name of the user. | |
|
14
|
-
| **password** | **String** | The new password for the
|
14
|
+
| **password** | **String** | The new password for the Genesys Cloud user. Does not return an existing password. | [optional] |
|
15
15
|
| **title** | **String** | The user's title. | [optional] |
|
16
16
|
| **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | The list of the user's phone numbers. | [optional] |
|
17
17
|
| **emails** | [**Array<ScimEmail>**](ScimEmail.html) | The list of the user's email addresses. | [optional] |
|
@@ -19,7 +19,7 @@ title: ScimV2CreateUser
|
|
19
19
|
| **groups** | [**Array<ScimV2GroupReference>**](ScimV2GroupReference.html) | The list of groups that the user is a member of. | [optional] |
|
20
20
|
| **roles** | [**Array<ScimUserRole>**](ScimUserRole.html) | The list of roles assigned to the user. | [optional] |
|
21
21
|
| **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) | The URI of the schema for the enterprise user. | [optional] |
|
22
|
-
| **urnietfparamsscimschemasextensiongenesyspurecloud2_0_user** | [**ScimUserExtensions**](ScimUserExtensions.html) |
|
22
|
+
| **urnietfparamsscimschemasextensiongenesyspurecloud2_0_user** | [**ScimUserExtensions**](ScimUserExtensions.html) | The URI of the schema for the Genesys Cloud user. | [optional] |
|
23
23
|
{: class="table table-striped"}
|
24
24
|
|
25
25
|
|
data/docs/ScimV2Group.md
CHANGED
@@ -7,7 +7,7 @@ title: ScimV2Group
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"
|
10
|
+
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readOnly\". \"returned\" is set to \"always\". | [optional] |
|
11
11
|
| **schemas** | **Array<String>** | The list of supported schemas. | [optional] |
|
12
12
|
| **display_name** | **String** | The display name of the group. | |
|
13
13
|
| **external_id** | **String** | The external ID of the group. Set by the provisioning client. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readWrite\". | [optional] |
|
@@ -8,17 +8,17 @@ title: ScimV2SchemaAttribute
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **name** | **String** | The attribute's name | [optional] |
|
11
|
-
| **type** | **String** | The
|
12
|
-
| **sub_attributes** | [**Array<ScimV2SchemaAttribute>**](ScimV2SchemaAttribute.html) |
|
13
|
-
| **multi_valued** | **BOOLEAN** |
|
14
|
-
| **description** | **String** | The
|
15
|
-
| **required** | **BOOLEAN** |
|
16
|
-
| **canonical_values** | **Array<String>** |
|
17
|
-
| **case_exact** | **BOOLEAN** |
|
18
|
-
| **mutability** | **String** |
|
19
|
-
| **returned** | **String** |
|
20
|
-
| **uniqueness** | **String** |
|
21
|
-
| **reference_types** | **Array<String>** |
|
11
|
+
| **type** | **String** | The data type of the attribute. | [optional] |
|
12
|
+
| **sub_attributes** | [**Array<ScimV2SchemaAttribute>**](ScimV2SchemaAttribute.html) | The list of subattributes for an attribute of the type \"complex\". Uses the same schema as \"attributes\". | [optional] |
|
13
|
+
| **multi_valued** | **BOOLEAN** | Indicates whether an attribute contains multiple values. | [optional] |
|
14
|
+
| **description** | **String** | The description of the attribute. | [optional] |
|
15
|
+
| **required** | **BOOLEAN** | Indicates whether an attribute is required. | [optional] |
|
16
|
+
| **canonical_values** | **Array<String>** | The list of standard values that service providers may use. Service providers may ignore unsupported values. | [optional] |
|
17
|
+
| **case_exact** | **BOOLEAN** | Indicates whether a string attribute is case-sensitive. If set to \"true\", the server preserves case sensitivity. If set to \"false\", the server may change the case. The server also uses case sensitivity when evaluating filters. See section 3.4.2.2 \"Filtering\" in RFC 7644 for details. | [optional] |
|
18
|
+
| **mutability** | **String** | The circumstances under which an attribute can be defined or redefined. The default is \"readWrite\". | [optional] |
|
19
|
+
| **returned** | **String** | The circumstances under which an attribute and its values are returned in response to a GET, PUT, POST, or PATCH request. | [optional] |
|
20
|
+
| **uniqueness** | **String** | The method by which the service provider enforces the uniqueness of an attribute value. A server can reject a value by returning the HTTP response code 400 (Bad Request). A client can enforce uniqueness to a greater degree than the server provider enforces. For example, a client could make a value unique even though the server has \"uniqueness\" set to \"none\". | [optional] |
|
21
|
+
| **reference_types** | **Array<String>** | The list of SCIM resource types that may be referenced. Only applies when \"type\" is set to \"reference\". | [optional] |
|
22
22
|
{: class="table table-striped"}
|
23
23
|
|
24
24
|
|
@@ -7,10 +7,10 @@ title: ScimV2SchemaDefinition
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"
|
11
|
-
| **name** | **String** |
|
12
|
-
| **description** | **String** |
|
13
|
-
| **attributes** | [**Array<ScimV2SchemaAttribute>**](ScimV2SchemaAttribute.html) |
|
10
|
+
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readOnly\". \"returned\" is set to \"always\". | [optional] |
|
11
|
+
| **name** | **String** | The name of the schema. | [optional] |
|
12
|
+
| **description** | **String** | The description of the schema. | [optional] |
|
13
|
+
| **attributes** | [**Array<ScimV2SchemaAttribute>**](ScimV2SchemaAttribute.html) | The list of service provider attributes. | [optional] |
|
14
14
|
| **meta** | [**ScimMetadata**](ScimMetadata.html) | The metadata of the SCIM resource. | [optional] |
|
15
15
|
{: class="table table-striped"}
|
16
16
|
|
@@ -10,7 +10,7 @@ title: ScimV2SchemaListResponse
|
|
10
10
|
| **total_results** | **Integer** | The total number of results. | [optional] |
|
11
11
|
| **start_index** | **Integer** | The 1-based index of the first result returned by this request. Add this to \"itemsPerPage\" when requesting the next page of results. | [optional] |
|
12
12
|
| **items_per_page** | **Integer** | The number of resources returned per page. | [optional] |
|
13
|
-
| **resources** | [**Array<ScimV2SchemaDefinition>**](ScimV2SchemaDefinition.html) |
|
13
|
+
| **resources** | [**Array<ScimV2SchemaDefinition>**](ScimV2SchemaDefinition.html) | The list of requested resources. | [optional] |
|
14
14
|
| **schemas** | **Array<String>** | The list of supported schemas. | [optional] |
|
15
15
|
{: class="table table-striped"}
|
16
16
|
|
data/docs/ScimV2User.md
CHANGED
@@ -7,12 +7,12 @@ title: ScimV2User
|
|
7
7
|
|
8
8
|
|Name | Type | Description | Notes|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
|
-
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"
|
10
|
+
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readOnly\". \"returned\" is set to \"always\". | [optional] |
|
11
11
|
| **schemas** | **Array<String>** | The list of supported schemas. | [optional] |
|
12
12
|
| **active** | **BOOLEAN** | Indicates whether the user's administrative status is active. | [optional] |
|
13
|
-
| **user_name** | **String** | The user's
|
13
|
+
| **user_name** | **String** | The user's Genesys Cloud email address. Must be unique. | [optional] |
|
14
14
|
| **display_name** | **String** | The display name of the user. | [optional] |
|
15
|
-
| **password** | **String** | The new password for the
|
15
|
+
| **password** | **String** | The new password for the Genesys Cloud user. Does not return an existing password. | [optional] |
|
16
16
|
| **title** | **String** | The user's title. | [optional] |
|
17
17
|
| **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | The list of the user's phone numbers. | [optional] |
|
18
18
|
| **emails** | [**Array<ScimEmail>**](ScimEmail.html) | The list of the user's email addresses. | [optional] |
|
@@ -20,7 +20,7 @@ title: ScimV2User
|
|
20
20
|
| **groups** | [**Array<ScimV2GroupReference>**](ScimV2GroupReference.html) | The list of groups that the user is a member of. | [optional] |
|
21
21
|
| **roles** | [**Array<ScimUserRole>**](ScimUserRole.html) | The list of roles assigned to the user. | [optional] |
|
22
22
|
| **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) | The URI of the schema for the enterprise user. | [optional] |
|
23
|
-
| **urnietfparamsscimschemasextensiongenesyspurecloud2_0_user** | [**ScimUserExtensions**](ScimUserExtensions.html) |
|
23
|
+
| **urnietfparamsscimschemasextensiongenesyspurecloud2_0_user** | [**ScimUserExtensions**](ScimUserExtensions.html) | The URI of the schema for the Genesys Cloud user. | [optional] |
|
24
24
|
| **meta** | [**ScimMetadata**](ScimMetadata.html) | The metadata of the SCIM resource. | [optional] |
|
25
25
|
{: class="table table-striped"}
|
26
26
|
|
data/docs/SmsConfig.md
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: SmsConfig
|
3
|
+
---
|
4
|
+
## PureCloud::SmsConfig
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **message_column** | **String** | The Contact List column specifying the message to send to the contact. | |
|
11
|
+
| **phone_column** | **String** | The Contact List column specifying the phone number to send a message to. | |
|
12
|
+
| **sender_sms_phone_number** | [**SmsPhoneNumberRef**](SmsPhoneNumberRef.html) | A reference to the SMS Phone Number that will be used as the sender of a message. | |
|
13
|
+
{: class="table table-striped"}
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: SmsPhoneNumberRef
|
3
|
+
---
|
4
|
+
## PureCloud::SmsPhoneNumberRef
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **phone_number** | **String** | A phone number provisioned for SMS communications in E.164 format. E.g. +13175555555 or +34234234234 | |
|
11
|
+
| **self_uri** | **String** | | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
data/docs/UserRoutingLanguage.md
CHANGED
@@ -9,9 +9,9 @@ title: UserRoutingLanguage
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | | [optional] |
|
12
|
-
| **proficiency** | **Float** |
|
13
|
-
| **state** | **String** | Activate or deactivate this routing
|
14
|
-
| **language_uri** | **String** | URI to the organization language used by this user
|
12
|
+
| **proficiency** | **Float** | A rating from 0.0 to 5.0 that indicates how fluent an agent is in a particular language. ACD interactions are routed to agents with higher proficiency ratings. | [optional] |
|
13
|
+
| **state** | **String** | Activate or deactivate this routing language. | [optional] |
|
14
|
+
| **language_uri** | **String** | URI to the organization language used by this user language. | [optional] |
|
15
15
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
16
16
|
{: class="table table-striped"}
|
17
17
|
|
@@ -9,7 +9,7 @@ title: UserRoutingLanguagePost
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The id of the existing routing language to add to the user | |
|
11
11
|
| **proficiency** | **Float** | Proficiency is a rating from 0.0 to 5.0 on how competent an agent is for a particular language. It is used when a queue is set to \"Best available language\" mode to allow acd interactions to target agents with higher proficiency ratings. | |
|
12
|
-
| **language_uri** | **String** | URI to the organization language used by this user
|
12
|
+
| **language_uri** | **String** | URI to the organization language used by this user language. | [optional] |
|
13
13
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
14
14
|
{: class="table table-striped"}
|
15
15
|
|
data/docs/UserRoutingSkill.md
CHANGED
@@ -9,7 +9,7 @@ title: UserRoutingSkill
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
11
|
| **name** | **String** | | [optional] |
|
12
|
-
| **proficiency** | **Float** |
|
12
|
+
| **proficiency** | **Float** | A rating from 0.0 to 5.0 that indicates how adept an agent is at a particular skill. When \"Best available skills\" is enabled for a queue in Genesys Cloud, ACD interactions in that queue are routed to agents with higher proficiency ratings. | [optional] |
|
13
13
|
| **state** | **String** | Activate or deactivate this routing skill. | [optional] |
|
14
14
|
| **skill_uri** | **String** | URI to the organization skill used by this user skill. | [optional] |
|
15
15
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
data/docs/VoicemailUserPolicy.md
CHANGED
@@ -11,6 +11,7 @@ title: VoicemailUserPolicy
|
|
11
11
|
| **alert_timeout_seconds** | **Integer** | The number of seconds to ring the user's phone before a call is transfered to voicemail | [optional] |
|
12
12
|
| **pin** | **String** | The user's PIN to access their voicemail. This property is only used for updates and never provided otherwise to ensure security | [optional] |
|
13
13
|
| **modified_date** | **DateTime** | The date the policy was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
14
|
+
| **send_email_notifications** | **BOOLEAN** | Whether email notifications are sent to the user when a new voicemail is received | [optional] |
|
14
15
|
{: class="table table-striped"}
|
15
16
|
|
16
17
|
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
title: WfmBusinessUnitReference
|
3
|
+
---
|
4
|
+
## PureCloud::WfmBusinessUnitReference
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
|
+
| **self_uri** | **String** | The URI for this object | [optional] |
|
12
|
+
{: class="table table-striped"}
|
13
|
+
|
14
|
+
|
@@ -9,6 +9,7 @@ title: WfmHistoricalAdherenceResponse
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
10
10
|
| **id** | **String** | The query ID to listen for | [optional] |
|
11
11
|
| **download_url** | **String** | Deprecated. Use downloadUrls instead. | [optional] |
|
12
|
+
| **download_result** | [**WfmHistoricalAdherenceResultWrapper**](WfmHistoricalAdherenceResultWrapper.html) | Result will always come via downloadUrls; however the schema is included for documentation | [optional] |
|
12
13
|
| **download_urls** | **Array<String>** | The uri list to GET the results of the Historical Adherence query. For notification purposes only | [optional] |
|
13
14
|
| **query_state** | **String** | The state of the adherence query | [optional] |
|
14
15
|
{: class="table table-striped"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: WfmHistoricalAdherenceResultWrapper
|
3
|
+
---
|
4
|
+
## PureCloud::WfmHistoricalAdherenceResultWrapper
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **entity_id** | **String** | The operation ID of the historical adherence query | [optional] |
|
11
|
+
| **data** | [**Array<HistoricalAdherenceQueryResult>**](HistoricalAdherenceQueryResult.html) | The list of historical adherence query results | [optional] |
|
12
|
+
| **lookup_id_to_secondary_presence_id** | **Hash<String, String>** | Map of secondary presence lookup ID to corresponding secondary presence ID | [optional] |
|
13
|
+
{: class="table table-striped"}
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
title: WfmHistoricalDataUploadRequestStatusTopicDateTime
|
3
|
+
---
|
4
|
+
## PureCloud::WfmHistoricalDataUploadRequestStatusTopicDateTime
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **i_millis** | **Integer** | | [optional] |
|
11
|
+
| **before_now** | **BOOLEAN** | | [optional] |
|
12
|
+
| **after_now** | **BOOLEAN** | | [optional] |
|
13
|
+
| **equal_now** | **BOOLEAN** | | [optional] |
|
14
|
+
{: class="table table-striped"}
|
15
|
+
|
16
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
title: WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate
|
3
|
+
---
|
4
|
+
## PureCloud::WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **request_id** | **String** | | [optional] |
|
11
|
+
| **date_import_started** | [**WfmHistoricalDataUploadRequestStatusTopicDateTime**](WfmHistoricalDataUploadRequestStatusTopicDateTime.html) | | [optional] |
|
12
|
+
| **date_import_ended** | [**WfmHistoricalDataUploadRequestStatusTopicDateTime**](WfmHistoricalDataUploadRequestStatusTopicDateTime.html) | | [optional] |
|
13
|
+
| **date_created** | [**WfmHistoricalDataUploadRequestStatusTopicDateTime**](WfmHistoricalDataUploadRequestStatusTopicDateTime.html) | | [optional] |
|
14
|
+
| **date_modified** | [**WfmHistoricalDataUploadRequestStatusTopicDateTime**](WfmHistoricalDataUploadRequestStatusTopicDateTime.html) | | [optional] |
|
15
|
+
| **status** | **String** | | [optional] |
|
16
|
+
| **error** | **String** | | [optional] |
|
17
|
+
| **active** | **BOOLEAN** | | [optional] |
|
18
|
+
{: class="table table-striped"}
|
19
|
+
|
20
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
title: WfmScheduleReference
|
3
|
+
---
|
4
|
+
## PureCloud::WfmScheduleReference
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
11
|
+
| **business_unit** | [**WfmBusinessUnitReference**](WfmBusinessUnitReference.html) | A reference to a Workforce Management Business Unit | [optional] |
|
12
|
+
| **week_date** | **Date** | The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd | [optional] |
|
13
|
+
| **self_uri** | **String** | The URI for this object | [optional] |
|
14
|
+
{: class="table table-striped"}
|
15
|
+
|
16
|
+
|
@@ -338,6 +338,10 @@ require 'purecloudplatformclientv2/models/cobrowse_media_participant'
|
|
338
338
|
require 'purecloudplatformclientv2/models/cobrowsesession'
|
339
339
|
require 'purecloudplatformclientv2/models/command_status'
|
340
340
|
require 'purecloudplatformclientv2/models/command_status_entity_listing'
|
341
|
+
require 'purecloudplatformclientv2/models/common_campaign'
|
342
|
+
require 'purecloudplatformclientv2/models/common_campaign_division_view'
|
343
|
+
require 'purecloudplatformclientv2/models/common_campaign_division_view_entity_listing'
|
344
|
+
require 'purecloudplatformclientv2/models/common_campaign_entity_listing'
|
341
345
|
require 'purecloudplatformclientv2/models/condition'
|
342
346
|
require 'purecloudplatformclientv2/models/connect_rate'
|
343
347
|
require 'purecloudplatformclientv2/models/consult_transfer'
|
@@ -962,6 +966,10 @@ require 'purecloudplatformclientv2/models/guest_member_info'
|
|
962
966
|
require 'purecloudplatformclientv2/models/headcount_forecast'
|
963
967
|
require 'purecloudplatformclientv2/models/headcount_interval'
|
964
968
|
require 'purecloudplatformclientv2/models/help_link'
|
969
|
+
require 'purecloudplatformclientv2/models/historical_adherence_actuals'
|
970
|
+
require 'purecloudplatformclientv2/models/historical_adherence_day_metrics'
|
971
|
+
require 'purecloudplatformclientv2/models/historical_adherence_exception_info'
|
972
|
+
require 'purecloudplatformclientv2/models/historical_adherence_query_result'
|
965
973
|
require 'purecloudplatformclientv2/models/history_entry'
|
966
974
|
require 'purecloudplatformclientv2/models/history_listing'
|
967
975
|
require 'purecloudplatformclientv2/models/homer_record'
|
@@ -1120,6 +1128,10 @@ require 'purecloudplatformclientv2/models/message_media_policy'
|
|
1120
1128
|
require 'purecloudplatformclientv2/models/message_media_policy_conditions'
|
1121
1129
|
require 'purecloudplatformclientv2/models/message_sticker'
|
1122
1130
|
require 'purecloudplatformclientv2/models/message_sticker_attachment'
|
1131
|
+
require 'purecloudplatformclientv2/models/messaging_campaign'
|
1132
|
+
require 'purecloudplatformclientv2/models/messaging_campaign_division_view'
|
1133
|
+
require 'purecloudplatformclientv2/models/messaging_campaign_division_view_entity_listing'
|
1134
|
+
require 'purecloudplatformclientv2/models/messaging_campaign_entity_listing'
|
1123
1135
|
require 'purecloudplatformclientv2/models/messaging_integration'
|
1124
1136
|
require 'purecloudplatformclientv2/models/messaging_integration_entity_listing'
|
1125
1137
|
require 'purecloudplatformclientv2/models/messaging_sticker'
|
@@ -1683,9 +1695,11 @@ require 'purecloudplatformclientv2/models/sms_address'
|
|
1683
1695
|
require 'purecloudplatformclientv2/models/sms_address_entity_listing'
|
1684
1696
|
require 'purecloudplatformclientv2/models/sms_address_provision'
|
1685
1697
|
require 'purecloudplatformclientv2/models/sms_available_phone_number'
|
1698
|
+
require 'purecloudplatformclientv2/models/sms_config'
|
1686
1699
|
require 'purecloudplatformclientv2/models/sms_phone_number'
|
1687
1700
|
require 'purecloudplatformclientv2/models/sms_phone_number_entity_listing'
|
1688
1701
|
require 'purecloudplatformclientv2/models/sms_phone_number_provision'
|
1702
|
+
require 'purecloudplatformclientv2/models/sms_phone_number_ref'
|
1689
1703
|
require 'purecloudplatformclientv2/models/social_expression'
|
1690
1704
|
require 'purecloudplatformclientv2/models/social_handle'
|
1691
1705
|
require 'purecloudplatformclientv2/models/sort_item'
|
@@ -2009,11 +2023,15 @@ require 'purecloudplatformclientv2/models/wfm_bulk_shift_trade_state_update_noti
|
|
2009
2023
|
require 'purecloudplatformclientv2/models/wfm_bulk_shift_trade_state_update_notification_topic_local_date'
|
2010
2024
|
require 'purecloudplatformclientv2/models/wfm_bulk_shift_trade_state_update_notification_topic_user_reference'
|
2011
2025
|
require 'purecloudplatformclientv2/models/wfm_bulk_shift_trade_state_update_notification_topic_wfm_versioned_entity_metadata'
|
2026
|
+
require 'purecloudplatformclientv2/models/wfm_business_unit_reference'
|
2012
2027
|
require 'purecloudplatformclientv2/models/wfm_forecast_modification_interval_offset_value'
|
2013
2028
|
require 'purecloudplatformclientv2/models/wfm_historical_adherence_calculations_complete_topic_wfm_historical_adherence_calculations_comple'
|
2014
2029
|
require 'purecloudplatformclientv2/models/wfm_historical_adherence_query'
|
2015
2030
|
require 'purecloudplatformclientv2/models/wfm_historical_adherence_query_for_users'
|
2016
2031
|
require 'purecloudplatformclientv2/models/wfm_historical_adherence_response'
|
2032
|
+
require 'purecloudplatformclientv2/models/wfm_historical_adherence_result_wrapper'
|
2033
|
+
require 'purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_date_time'
|
2034
|
+
require 'purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_historical_data_upload_request_update'
|
2017
2035
|
require 'purecloudplatformclientv2/models/wfm_intraday_data_update_topic_intraday_data_group'
|
2018
2036
|
require 'purecloudplatformclientv2/models/wfm_intraday_data_update_topic_intraday_data_update'
|
2019
2037
|
require 'purecloudplatformclientv2/models/wfm_intraday_data_update_topic_intraday_forecast_data'
|
@@ -2030,6 +2048,7 @@ require 'purecloudplatformclientv2/models/wfm_move_agents_complete_topic_wfm_mov
|
|
2030
2048
|
require 'purecloudplatformclientv2/models/wfm_move_agents_complete_topic_wfm_move_agents_complete'
|
2031
2049
|
require 'purecloudplatformclientv2/models/wfm_move_management_unit_topic_business_unit'
|
2032
2050
|
require 'purecloudplatformclientv2/models/wfm_move_management_unit_topic_move_management_unit_notification'
|
2051
|
+
require 'purecloudplatformclientv2/models/wfm_schedule_reference'
|
2033
2052
|
require 'purecloudplatformclientv2/models/wfm_schedule_topic_wfm_schedule_notification'
|
2034
2053
|
require 'purecloudplatformclientv2/models/wfm_time_off_request_update_topic_time_off_request_update'
|
2035
2054
|
require 'purecloudplatformclientv2/models/wfm_time_off_request_update_topic_user_reference'
|
@@ -1153,8 +1153,8 @@ module PureCloud
|
|
1153
1153
|
fail ArgumentError, "Missing the required parameter 'object_type' when calling ArchitectApi.get_architect_dependencytracking_consumedresources" if object_type.nil?
|
1154
1154
|
|
1155
1155
|
# verify enum value
|
1156
|
-
unless ['ACDLANGUAGE', 'ACDSKILL', 'ACDWRAPUPCODE', 'BOTFLOW', 'BRIDGEACTION', 'COMMONMODULEFLOW', 'COMPOSERSCRIPT', 'CONTACTLIST', 'DATAACTION', 'DATATABLE', 'DIALOGENGINEBOT', 'DIALOGENGINEBOTVERSION', 'DIALOGFLOWAGENT', 'EMAILROUTE', 'EMERGENCYGROUP', 'FLOWACTION', 'FLOWDATATYPE', 'FLOWOUTCOME', 'GROUP', 'INBOUNDCALLFLOW', 'INBOUNDCHATFLOW', 'INBOUNDEMAILFLOW', 'INBOUNDSHORTMESSAGEFLOW', 'INQUEUECALLFLOW', 'IVRCONFIGURATION', 'LANGUAGE', 'LEXBOT', 'LEXBOTALIAS', 'OUTBOUNDCALLFLOW', 'QUEUE', 'RECORDINGPOLICY', 'RESPONSE', 'SCHEDULE', 'SCHEDULEGROUP', 'SECUREACTION', 'SECURECALLFLOW', 'SURVEYINVITEFLOW', 'SYSTEMPROMPT', 'TTSENGINE', 'TTSVOICE', 'USER', 'USERPROMPT', 'WIDGET', 'WORKFLOW'].include?(object_type)
|
1157
|
-
fail ArgumentError, "invalid value for 'object_type', must be one of ACDLANGUAGE, ACDSKILL, ACDWRAPUPCODE, BOTFLOW, BRIDGEACTION, COMMONMODULEFLOW, COMPOSERSCRIPT, CONTACTLIST, DATAACTION, DATATABLE, DIALOGENGINEBOT, DIALOGENGINEBOTVERSION, DIALOGFLOWAGENT, EMAILROUTE, EMERGENCYGROUP, FLOWACTION, FLOWDATATYPE, FLOWOUTCOME, GROUP, INBOUNDCALLFLOW, INBOUNDCHATFLOW, INBOUNDEMAILFLOW, INBOUNDSHORTMESSAGEFLOW, INQUEUECALLFLOW, IVRCONFIGURATION, LANGUAGE, LEXBOT, LEXBOTALIAS, OUTBOUNDCALLFLOW, QUEUE, RECORDINGPOLICY, RESPONSE, SCHEDULE, SCHEDULEGROUP, SECUREACTION, SECURECALLFLOW, SURVEYINVITEFLOW, SYSTEMPROMPT, TTSENGINE, TTSVOICE, USER, USERPROMPT, WIDGET, WORKFLOW"
|
1156
|
+
unless ['ACDLANGUAGE', 'ACDSKILL', 'ACDWRAPUPCODE', 'BOTFLOW', 'BRIDGEACTION', 'COMMONMODULEFLOW', 'COMPOSERSCRIPT', 'CONTACTLIST', 'DATAACTION', 'DATATABLE', 'DIALOGENGINEBOT', 'DIALOGENGINEBOTVERSION', 'DIALOGFLOWAGENT', 'EMAILROUTE', 'EMERGENCYGROUP', 'FLOWACTION', 'FLOWDATATYPE', 'FLOWOUTCOME', 'GROUP', 'INBOUNDCALLFLOW', 'INBOUNDCHATFLOW', 'INBOUNDEMAILFLOW', 'INBOUNDSHORTMESSAGEFLOW', 'INQUEUECALLFLOW', 'IVRCONFIGURATION', 'LANGUAGE', 'LEXBOT', 'LEXBOTALIAS', 'NLUDOMAIN', 'OUTBOUNDCALLFLOW', 'QUEUE', 'RECORDINGPOLICY', 'RESPONSE', 'SCHEDULE', 'SCHEDULEGROUP', 'SECUREACTION', 'SECURECALLFLOW', 'SURVEYINVITEFLOW', 'SYSTEMPROMPT', 'TTSENGINE', 'TTSVOICE', 'USER', 'USERPROMPT', 'WIDGET', 'WORKFLOW'].include?(object_type)
|
1157
|
+
fail ArgumentError, "invalid value for 'object_type', must be one of ACDLANGUAGE, ACDSKILL, ACDWRAPUPCODE, BOTFLOW, BRIDGEACTION, COMMONMODULEFLOW, COMPOSERSCRIPT, CONTACTLIST, DATAACTION, DATATABLE, DIALOGENGINEBOT, DIALOGENGINEBOTVERSION, DIALOGFLOWAGENT, EMAILROUTE, EMERGENCYGROUP, FLOWACTION, FLOWDATATYPE, FLOWOUTCOME, GROUP, INBOUNDCALLFLOW, INBOUNDCHATFLOW, INBOUNDEMAILFLOW, INBOUNDSHORTMESSAGEFLOW, INQUEUECALLFLOW, IVRCONFIGURATION, LANGUAGE, LEXBOT, LEXBOTALIAS, NLUDOMAIN, OUTBOUNDCALLFLOW, QUEUE, RECORDINGPOLICY, RESPONSE, SCHEDULE, SCHEDULEGROUP, SECUREACTION, SECURECALLFLOW, SURVEYINVITEFLOW, SYSTEMPROMPT, TTSENGINE, TTSVOICE, USER, USERPROMPT, WIDGET, WORKFLOW"
|
1158
1158
|
end
|
1159
1159
|
|
1160
1160
|
|
@@ -1267,8 +1267,8 @@ module PureCloud
|
|
1267
1267
|
fail ArgumentError, "Missing the required parameter 'object_type' when calling ArchitectApi.get_architect_dependencytracking_consumingresources" if object_type.nil?
|
1268
1268
|
|
1269
1269
|
# verify enum value
|
1270
|
-
unless ['ACDLANGUAGE', 'ACDSKILL', 'ACDWRAPUPCODE', 'BOTFLOW', 'BRIDGEACTION', 'COMMONMODULEFLOW', 'COMPOSERSCRIPT', 'CONTACTLIST', 'DATAACTION', 'DATATABLE', 'DIALOGENGINEBOT', 'DIALOGENGINEBOTVERSION', 'DIALOGFLOWAGENT', 'EMAILROUTE', 'EMERGENCYGROUP', 'FLOWACTION', 'FLOWDATATYPE', 'FLOWOUTCOME', 'GROUP', 'INBOUNDCALLFLOW', 'INBOUNDCHATFLOW', 'INBOUNDEMAILFLOW', 'INBOUNDSHORTMESSAGEFLOW', 'INQUEUECALLFLOW', 'IVRCONFIGURATION', 'LANGUAGE', 'LEXBOT', 'LEXBOTALIAS', 'OUTBOUNDCALLFLOW', 'QUEUE', 'RECORDINGPOLICY', 'RESPONSE', 'SCHEDULE', 'SCHEDULEGROUP', 'SECUREACTION', 'SECURECALLFLOW', 'SURVEYINVITEFLOW', 'SYSTEMPROMPT', 'TTSENGINE', 'TTSVOICE', 'USER', 'USERPROMPT', 'WIDGET', 'WORKFLOW'].include?(object_type)
|
1271
|
-
fail ArgumentError, "invalid value for 'object_type', must be one of ACDLANGUAGE, ACDSKILL, ACDWRAPUPCODE, BOTFLOW, BRIDGEACTION, COMMONMODULEFLOW, COMPOSERSCRIPT, CONTACTLIST, DATAACTION, DATATABLE, DIALOGENGINEBOT, DIALOGENGINEBOTVERSION, DIALOGFLOWAGENT, EMAILROUTE, EMERGENCYGROUP, FLOWACTION, FLOWDATATYPE, FLOWOUTCOME, GROUP, INBOUNDCALLFLOW, INBOUNDCHATFLOW, INBOUNDEMAILFLOW, INBOUNDSHORTMESSAGEFLOW, INQUEUECALLFLOW, IVRCONFIGURATION, LANGUAGE, LEXBOT, LEXBOTALIAS, OUTBOUNDCALLFLOW, QUEUE, RECORDINGPOLICY, RESPONSE, SCHEDULE, SCHEDULEGROUP, SECUREACTION, SECURECALLFLOW, SURVEYINVITEFLOW, SYSTEMPROMPT, TTSENGINE, TTSVOICE, USER, USERPROMPT, WIDGET, WORKFLOW"
|
1270
|
+
unless ['ACDLANGUAGE', 'ACDSKILL', 'ACDWRAPUPCODE', 'BOTFLOW', 'BRIDGEACTION', 'COMMONMODULEFLOW', 'COMPOSERSCRIPT', 'CONTACTLIST', 'DATAACTION', 'DATATABLE', 'DIALOGENGINEBOT', 'DIALOGENGINEBOTVERSION', 'DIALOGFLOWAGENT', 'EMAILROUTE', 'EMERGENCYGROUP', 'FLOWACTION', 'FLOWDATATYPE', 'FLOWOUTCOME', 'GROUP', 'INBOUNDCALLFLOW', 'INBOUNDCHATFLOW', 'INBOUNDEMAILFLOW', 'INBOUNDSHORTMESSAGEFLOW', 'INQUEUECALLFLOW', 'IVRCONFIGURATION', 'LANGUAGE', 'LEXBOT', 'LEXBOTALIAS', 'NLUDOMAIN', 'OUTBOUNDCALLFLOW', 'QUEUE', 'RECORDINGPOLICY', 'RESPONSE', 'SCHEDULE', 'SCHEDULEGROUP', 'SECUREACTION', 'SECURECALLFLOW', 'SURVEYINVITEFLOW', 'SYSTEMPROMPT', 'TTSENGINE', 'TTSVOICE', 'USER', 'USERPROMPT', 'WIDGET', 'WORKFLOW'].include?(object_type)
|
1271
|
+
fail ArgumentError, "invalid value for 'object_type', must be one of ACDLANGUAGE, ACDSKILL, ACDWRAPUPCODE, BOTFLOW, BRIDGEACTION, COMMONMODULEFLOW, COMPOSERSCRIPT, CONTACTLIST, DATAACTION, DATATABLE, DIALOGENGINEBOT, DIALOGENGINEBOTVERSION, DIALOGFLOWAGENT, EMAILROUTE, EMERGENCYGROUP, FLOWACTION, FLOWDATATYPE, FLOWOUTCOME, GROUP, INBOUNDCALLFLOW, INBOUNDCHATFLOW, INBOUNDEMAILFLOW, INBOUNDSHORTMESSAGEFLOW, INQUEUECALLFLOW, IVRCONFIGURATION, LANGUAGE, LEXBOT, LEXBOTALIAS, NLUDOMAIN, OUTBOUNDCALLFLOW, QUEUE, RECORDINGPOLICY, RESPONSE, SCHEDULE, SCHEDULEGROUP, SECUREACTION, SECURECALLFLOW, SURVEYINVITEFLOW, SYSTEMPROMPT, TTSENGINE, TTSVOICE, USER, USERPROMPT, WIDGET, WORKFLOW"
|
1272
1272
|
end
|
1273
1273
|
|
1274
1274
|
|
@@ -1526,8 +1526,8 @@ module PureCloud
|
|
1526
1526
|
|
1527
1527
|
|
1528
1528
|
|
1529
|
-
if opts[:'object_type'] && !['ACDLANGUAGE', 'ACDSKILL', 'ACDWRAPUPCODE', 'BOTFLOW', 'BRIDGEACTION', 'COMMONMODULEFLOW', 'COMPOSERSCRIPT', 'CONTACTLIST', 'DATAACTION', 'DATATABLE', 'DIALOGENGINEBOT', 'DIALOGENGINEBOTVERSION', 'DIALOGFLOWAGENT', 'EMAILROUTE', 'EMERGENCYGROUP', 'FLOWACTION', 'FLOWDATATYPE', 'FLOWOUTCOME', 'GROUP', 'INBOUNDCALLFLOW', 'INBOUNDCHATFLOW', 'INBOUNDEMAILFLOW', 'INBOUNDSHORTMESSAGEFLOW', 'INQUEUECALLFLOW', 'IVRCONFIGURATION', 'LANGUAGE', 'LEXBOT', 'LEXBOTALIAS', 'OUTBOUNDCALLFLOW', 'QUEUE', 'RECORDINGPOLICY', 'RESPONSE', 'SCHEDULE', 'SCHEDULEGROUP', 'SECUREACTION', 'SECURECALLFLOW', 'SURVEYINVITEFLOW', 'SYSTEMPROMPT', 'TTSENGINE', 'TTSVOICE', 'USER', 'USERPROMPT', 'WIDGET', 'WORKFLOW'].include?(opts[:'object_type'])
|
1530
|
-
fail ArgumentError, 'invalid value for "object_type", must be one of ACDLANGUAGE, ACDSKILL, ACDWRAPUPCODE, BOTFLOW, BRIDGEACTION, COMMONMODULEFLOW, COMPOSERSCRIPT, CONTACTLIST, DATAACTION, DATATABLE, DIALOGENGINEBOT, DIALOGENGINEBOTVERSION, DIALOGFLOWAGENT, EMAILROUTE, EMERGENCYGROUP, FLOWACTION, FLOWDATATYPE, FLOWOUTCOME, GROUP, INBOUNDCALLFLOW, INBOUNDCHATFLOW, INBOUNDEMAILFLOW, INBOUNDSHORTMESSAGEFLOW, INQUEUECALLFLOW, IVRCONFIGURATION, LANGUAGE, LEXBOT, LEXBOTALIAS, OUTBOUNDCALLFLOW, QUEUE, RECORDINGPOLICY, RESPONSE, SCHEDULE, SCHEDULEGROUP, SECUREACTION, SECURECALLFLOW, SURVEYINVITEFLOW, SYSTEMPROMPT, TTSENGINE, TTSVOICE, USER, USERPROMPT, WIDGET, WORKFLOW'
|
1529
|
+
if opts[:'object_type'] && !['ACDLANGUAGE', 'ACDSKILL', 'ACDWRAPUPCODE', 'BOTFLOW', 'BRIDGEACTION', 'COMMONMODULEFLOW', 'COMPOSERSCRIPT', 'CONTACTLIST', 'DATAACTION', 'DATATABLE', 'DIALOGENGINEBOT', 'DIALOGENGINEBOTVERSION', 'DIALOGFLOWAGENT', 'EMAILROUTE', 'EMERGENCYGROUP', 'FLOWACTION', 'FLOWDATATYPE', 'FLOWOUTCOME', 'GROUP', 'INBOUNDCALLFLOW', 'INBOUNDCHATFLOW', 'INBOUNDEMAILFLOW', 'INBOUNDSHORTMESSAGEFLOW', 'INQUEUECALLFLOW', 'IVRCONFIGURATION', 'LANGUAGE', 'LEXBOT', 'LEXBOTALIAS', 'NLUDOMAIN', 'OUTBOUNDCALLFLOW', 'QUEUE', 'RECORDINGPOLICY', 'RESPONSE', 'SCHEDULE', 'SCHEDULEGROUP', 'SECUREACTION', 'SECURECALLFLOW', 'SURVEYINVITEFLOW', 'SYSTEMPROMPT', 'TTSENGINE', 'TTSVOICE', 'USER', 'USERPROMPT', 'WIDGET', 'WORKFLOW'].include?(opts[:'object_type'])
|
1530
|
+
fail ArgumentError, 'invalid value for "object_type", must be one of ACDLANGUAGE, ACDSKILL, ACDWRAPUPCODE, BOTFLOW, BRIDGEACTION, COMMONMODULEFLOW, COMPOSERSCRIPT, CONTACTLIST, DATAACTION, DATATABLE, DIALOGENGINEBOT, DIALOGENGINEBOTVERSION, DIALOGFLOWAGENT, EMAILROUTE, EMERGENCYGROUP, FLOWACTION, FLOWDATATYPE, FLOWOUTCOME, GROUP, INBOUNDCALLFLOW, INBOUNDCHATFLOW, INBOUNDEMAILFLOW, INBOUNDSHORTMESSAGEFLOW, INQUEUECALLFLOW, IVRCONFIGURATION, LANGUAGE, LEXBOT, LEXBOTALIAS, NLUDOMAIN, OUTBOUNDCALLFLOW, QUEUE, RECORDINGPOLICY, RESPONSE, SCHEDULE, SCHEDULEGROUP, SECUREACTION, SECURECALLFLOW, SURVEYINVITEFLOW, SYSTEMPROMPT, TTSENGINE, TTSVOICE, USER, USERPROMPT, WIDGET, WORKFLOW'
|
1531
1531
|
end
|
1532
1532
|
|
1533
1533
|
|
@@ -2788,6 +2788,7 @@ module PureCloud
|
|
2788
2788
|
# @option opts [String] :sort_by Sort by (default to name)
|
2789
2789
|
# @option opts [String] :sort_order Sort order (default to ASC)
|
2790
2790
|
# @option opts [String] :name Name of the Schedule Group to filter by.
|
2791
|
+
# @option opts [String] :schedule_ids A comma-delimited list of Schedule IDs to filter by.
|
2791
2792
|
# @return [ScheduleGroupEntityListing]
|
2792
2793
|
def get_architect_schedulegroups(opts = {})
|
2793
2794
|
data, _status_code, _headers = get_architect_schedulegroups_with_http_info(opts)
|
@@ -2802,6 +2803,7 @@ module PureCloud
|
|
2802
2803
|
# @option opts [String] :sort_by Sort by
|
2803
2804
|
# @option opts [String] :sort_order Sort order
|
2804
2805
|
# @option opts [String] :name Name of the Schedule Group to filter by.
|
2806
|
+
# @option opts [String] :schedule_ids A comma-delimited list of Schedule IDs to filter by.
|
2805
2807
|
# @return [Array<(ScheduleGroupEntityListing, Fixnum, Hash)>] ScheduleGroupEntityListing data, response status code and response headers
|
2806
2808
|
def get_architect_schedulegroups_with_http_info(opts = {})
|
2807
2809
|
if @api_client.config.debugging
|
@@ -2831,6 +2833,12 @@ module PureCloud
|
|
2831
2833
|
|
2832
2834
|
|
2833
2835
|
|
2836
|
+
|
2837
|
+
|
2838
|
+
|
2839
|
+
|
2840
|
+
|
2841
|
+
|
2834
2842
|
|
2835
2843
|
|
2836
2844
|
|
@@ -2848,6 +2856,7 @@ module PureCloud
|
|
2848
2856
|
query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by']
|
2849
2857
|
query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order']
|
2850
2858
|
query_params[:'name'] = opts[:'name'] if opts[:'name']
|
2859
|
+
query_params[:'scheduleIds'] = opts[:'schedule_ids'] if opts[:'schedule_ids']
|
2851
2860
|
|
2852
2861
|
# header parameters
|
2853
2862
|
header_params = {}
|