google-apis-contactcenterinsights_v1 0.53.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +56 -448
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +6 -122
- data/lib/google/apis/contactcenterinsights_v1/service.rb +2 -811
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContactcenterinsightsV1
|
18
18
|
# Version of the google-apis-contactcenterinsights_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1636,48 +1636,6 @@ module Google
|
|
1636
1636
|
include Google::Apis::Core::JsonObjectSupport
|
1637
1637
|
end
|
1638
1638
|
|
1639
|
-
class GoogleIamV1AuditConfig
|
1640
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
-
|
1642
|
-
include Google::Apis::Core::JsonObjectSupport
|
1643
|
-
end
|
1644
|
-
|
1645
|
-
class GoogleIamV1AuditLogConfig
|
1646
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
-
|
1648
|
-
include Google::Apis::Core::JsonObjectSupport
|
1649
|
-
end
|
1650
|
-
|
1651
|
-
class GoogleIamV1Binding
|
1652
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
|
-
|
1654
|
-
include Google::Apis::Core::JsonObjectSupport
|
1655
|
-
end
|
1656
|
-
|
1657
|
-
class GoogleIamV1Policy
|
1658
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
|
-
|
1660
|
-
include Google::Apis::Core::JsonObjectSupport
|
1661
|
-
end
|
1662
|
-
|
1663
|
-
class GoogleIamV1SetIamPolicyRequest
|
1664
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
-
|
1666
|
-
include Google::Apis::Core::JsonObjectSupport
|
1667
|
-
end
|
1668
|
-
|
1669
|
-
class GoogleIamV1TestIamPermissionsRequest
|
1670
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
|
-
|
1672
|
-
include Google::Apis::Core::JsonObjectSupport
|
1673
|
-
end
|
1674
|
-
|
1675
|
-
class GoogleIamV1TestIamPermissionsResponse
|
1676
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
|
-
|
1678
|
-
include Google::Apis::Core::JsonObjectSupport
|
1679
|
-
end
|
1680
|
-
|
1681
1639
|
class GoogleLongrunningListOperationsResponse
|
1682
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1641
|
|
@@ -1702,12 +1660,6 @@ module Google
|
|
1702
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1703
1661
|
end
|
1704
1662
|
|
1705
|
-
class GoogleTypeExpr
|
1706
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1707
|
-
|
1708
|
-
include Google::Apis::Core::JsonObjectSupport
|
1709
|
-
end
|
1710
|
-
|
1711
1663
|
class GoogleTypeInterval
|
1712
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
1665
|
|
@@ -2145,9 +2097,12 @@ module Google
|
|
2145
2097
|
# @private
|
2146
2098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2147
2099
|
property :agent_id, as: 'agentId'
|
2100
|
+
property :agent_type, as: 'agentType'
|
2148
2101
|
property :display_name, as: 'displayName'
|
2149
2102
|
property :disposition_code, as: 'dispositionCode'
|
2103
|
+
property :location, as: 'location'
|
2150
2104
|
property :team, as: 'team'
|
2105
|
+
collection :teams, as: 'teams'
|
2151
2106
|
end
|
2152
2107
|
end
|
2153
2108
|
|
@@ -2910,7 +2865,6 @@ module Google
|
|
2910
2865
|
property :answer_value, as: 'answerValue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue::Representation
|
2911
2866
|
|
2912
2867
|
property :conversation, as: 'conversation'
|
2913
|
-
property :potential_score, as: 'potentialScore'
|
2914
2868
|
property :qa_question, as: 'qaQuestion'
|
2915
2869
|
property :question_body, as: 'questionBody'
|
2916
2870
|
collection :tags, as: 'tags'
|
@@ -3629,9 +3583,12 @@ module Google
|
|
3629
3583
|
# @private
|
3630
3584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3631
3585
|
property :agent_id, as: 'agentId'
|
3586
|
+
property :agent_type, as: 'agentType'
|
3632
3587
|
property :display_name, as: 'displayName'
|
3633
3588
|
property :disposition_code, as: 'dispositionCode'
|
3589
|
+
property :location, as: 'location'
|
3634
3590
|
property :team, as: 'team'
|
3591
|
+
collection :teams, as: 'teams'
|
3635
3592
|
end
|
3636
3593
|
end
|
3637
3594
|
|
@@ -4236,7 +4193,6 @@ module Google
|
|
4236
4193
|
property :answer_value, as: 'answerValue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue::Representation
|
4237
4194
|
|
4238
4195
|
property :conversation, as: 'conversation'
|
4239
|
-
property :potential_score, as: 'potentialScore'
|
4240
4196
|
property :qa_question, as: 'qaQuestion'
|
4241
4197
|
property :question_body, as: 'questionBody'
|
4242
4198
|
collection :tags, as: 'tags'
|
@@ -4517,68 +4473,6 @@ module Google
|
|
4517
4473
|
end
|
4518
4474
|
end
|
4519
4475
|
|
4520
|
-
class GoogleIamV1AuditConfig
|
4521
|
-
# @private
|
4522
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4523
|
-
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ContactcenterinsightsV1::GoogleIamV1AuditLogConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleIamV1AuditLogConfig::Representation
|
4524
|
-
|
4525
|
-
property :service, as: 'service'
|
4526
|
-
end
|
4527
|
-
end
|
4528
|
-
|
4529
|
-
class GoogleIamV1AuditLogConfig
|
4530
|
-
# @private
|
4531
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4532
|
-
collection :exempted_members, as: 'exemptedMembers'
|
4533
|
-
property :log_type, as: 'logType'
|
4534
|
-
end
|
4535
|
-
end
|
4536
|
-
|
4537
|
-
class GoogleIamV1Binding
|
4538
|
-
# @private
|
4539
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4540
|
-
property :condition, as: 'condition', class: Google::Apis::ContactcenterinsightsV1::GoogleTypeExpr, decorator: Google::Apis::ContactcenterinsightsV1::GoogleTypeExpr::Representation
|
4541
|
-
|
4542
|
-
collection :members, as: 'members'
|
4543
|
-
property :role, as: 'role'
|
4544
|
-
end
|
4545
|
-
end
|
4546
|
-
|
4547
|
-
class GoogleIamV1Policy
|
4548
|
-
# @private
|
4549
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4550
|
-
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::ContactcenterinsightsV1::GoogleIamV1AuditConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleIamV1AuditConfig::Representation
|
4551
|
-
|
4552
|
-
collection :bindings, as: 'bindings', class: Google::Apis::ContactcenterinsightsV1::GoogleIamV1Binding, decorator: Google::Apis::ContactcenterinsightsV1::GoogleIamV1Binding::Representation
|
4553
|
-
|
4554
|
-
property :etag, :base64 => true, as: 'etag'
|
4555
|
-
property :version, as: 'version'
|
4556
|
-
end
|
4557
|
-
end
|
4558
|
-
|
4559
|
-
class GoogleIamV1SetIamPolicyRequest
|
4560
|
-
# @private
|
4561
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4562
|
-
property :policy, as: 'policy', class: Google::Apis::ContactcenterinsightsV1::GoogleIamV1Policy, decorator: Google::Apis::ContactcenterinsightsV1::GoogleIamV1Policy::Representation
|
4563
|
-
|
4564
|
-
property :update_mask, as: 'updateMask'
|
4565
|
-
end
|
4566
|
-
end
|
4567
|
-
|
4568
|
-
class GoogleIamV1TestIamPermissionsRequest
|
4569
|
-
# @private
|
4570
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4571
|
-
collection :permissions, as: 'permissions'
|
4572
|
-
end
|
4573
|
-
end
|
4574
|
-
|
4575
|
-
class GoogleIamV1TestIamPermissionsResponse
|
4576
|
-
# @private
|
4577
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4578
|
-
collection :permissions, as: 'permissions'
|
4579
|
-
end
|
4580
|
-
end
|
4581
|
-
|
4582
4476
|
class GoogleLongrunningListOperationsResponse
|
4583
4477
|
# @private
|
4584
4478
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4615,16 +4509,6 @@ module Google
|
|
4615
4509
|
end
|
4616
4510
|
end
|
4617
4511
|
|
4618
|
-
class GoogleTypeExpr
|
4619
|
-
# @private
|
4620
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4621
|
-
property :description, as: 'description'
|
4622
|
-
property :expression, as: 'expression'
|
4623
|
-
property :location, as: 'location'
|
4624
|
-
property :title, as: 'title'
|
4625
|
-
end
|
4626
|
-
end
|
4627
|
-
|
4628
4512
|
class GoogleTypeInterval
|
4629
4513
|
# @private
|
4630
4514
|
class Representation < Google::Apis::Core::JsonRepresentation
|