google-apis-contactcenterinsights_v1 0.62.0 → 0.64.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 +10 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +1107 -81
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +3 -3
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +498 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +2456 -311
- metadata +5 -5
@@ -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.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -82,12 +82,42 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class GoogleCloudContactcenterinsightsV1AppealAssessmentRequest
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
85
91
|
class GoogleCloudContactcenterinsightsV1ArticleSuggestionData
|
86
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
93
|
|
88
94
|
include Google::Apis::Core::JsonObjectSupport
|
89
95
|
end
|
90
96
|
|
97
|
+
class GoogleCloudContactcenterinsightsV1Assessment
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudContactcenterinsightsV1AssessmentRule
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudContactcenterinsightsV1AuthorizedView
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudContactcenterinsightsV1AuthorizedViewSet
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
91
121
|
class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata
|
92
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
123
|
|
@@ -202,6 +232,12 @@ module Google
|
|
202
232
|
include Google::Apis::Core::JsonObjectSupport
|
203
233
|
end
|
204
234
|
|
235
|
+
class GoogleCloudContactcenterinsightsV1CalculateStatsRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
205
241
|
class GoogleCloudContactcenterinsightsV1CalculateStatsResponse
|
206
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
243
|
|
@@ -334,6 +370,12 @@ module Google
|
|
334
370
|
include Google::Apis::Core::JsonObjectSupport
|
335
371
|
end
|
336
372
|
|
373
|
+
class GoogleCloudContactcenterinsightsV1Dataset
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
337
379
|
class GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
|
338
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
381
|
|
@@ -502,6 +544,12 @@ module Google
|
|
502
544
|
include Google::Apis::Core::JsonObjectSupport
|
503
545
|
end
|
504
546
|
|
547
|
+
class GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
505
553
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
506
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
555
|
|
@@ -682,6 +730,30 @@ module Google
|
|
682
730
|
include Google::Apis::Core::JsonObjectSupport
|
683
731
|
end
|
684
732
|
|
733
|
+
class GoogleCloudContactcenterinsightsV1ListAssessmentRulesResponse
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class GoogleCloudContactcenterinsightsV1ListAssessmentsResponse
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewsResponse
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
685
757
|
class GoogleCloudContactcenterinsightsV1ListConversationsResponse
|
686
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
759
|
|
@@ -706,6 +778,12 @@ module Google
|
|
706
778
|
include Google::Apis::Core::JsonObjectSupport
|
707
779
|
end
|
708
780
|
|
781
|
+
class GoogleCloudContactcenterinsightsV1ListNotesResponse
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
709
787
|
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
710
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
789
|
|
@@ -736,6 +814,30 @@ module Google
|
|
736
814
|
include Google::Apis::Core::JsonObjectSupport
|
737
815
|
end
|
738
816
|
|
817
|
+
class GoogleCloudContactcenterinsightsV1Note
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class GoogleCloudContactcenterinsightsV1NoteAssessmentNote
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class GoogleCloudContactcenterinsightsV1NoteConversationTurnNote
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class GoogleCloudContactcenterinsightsV1NoteQaQuestionNote
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
739
841
|
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
740
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
843
|
|
@@ -766,6 +868,12 @@ module Google
|
|
766
868
|
include Google::Apis::Core::JsonObjectSupport
|
767
869
|
end
|
768
870
|
|
871
|
+
class GoogleCloudContactcenterinsightsV1PublishAssessmentRequest
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
769
877
|
class GoogleCloudContactcenterinsightsV1QaAnswer
|
770
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
879
|
|
@@ -916,6 +1024,48 @@ module Google
|
|
916
1024
|
include Google::Apis::Core::JsonObjectSupport
|
917
1025
|
end
|
918
1026
|
|
1027
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsMetadata
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsRequest
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsResponse
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class GoogleCloudContactcenterinsightsV1SampleRule
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class GoogleCloudContactcenterinsightsV1ScheduleInfo
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
|
+
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
1067
|
+
end
|
1068
|
+
|
919
1069
|
class GoogleCloudContactcenterinsightsV1SentimentData
|
920
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
1071
|
|
@@ -1000,6 +1150,12 @@ module Google
|
|
1000
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1001
1151
|
end
|
1002
1152
|
|
1153
|
+
class GoogleCloudContactcenterinsightsV1UserInfo
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1003
1159
|
class GoogleCloudContactcenterinsightsV1View
|
1004
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
1161
|
|
@@ -1234,6 +1390,12 @@ module Google
|
|
1234
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1235
1391
|
end
|
1236
1392
|
|
1393
|
+
class GoogleCloudContactcenterinsightsV1alpha1Dataset
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1237
1399
|
class GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
|
1238
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
1401
|
|
@@ -1678,6 +1840,36 @@ module Google
|
|
1678
1840
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1841
|
end
|
1680
1842
|
|
1843
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadata
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsResponse
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1867
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleRule
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
|
+
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
1871
|
+
end
|
1872
|
+
|
1681
1873
|
class GoogleCloudContactcenterinsightsV1alpha1SentimentData
|
1682
1874
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1875
|
|
@@ -1889,6 +2081,12 @@ module Google
|
|
1889
2081
|
end
|
1890
2082
|
end
|
1891
2083
|
|
2084
|
+
class GoogleCloudContactcenterinsightsV1AppealAssessmentRequest
|
2085
|
+
# @private
|
2086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2087
|
+
end
|
2088
|
+
end
|
2089
|
+
|
1892
2090
|
class GoogleCloudContactcenterinsightsV1ArticleSuggestionData
|
1893
2091
|
# @private
|
1894
2092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1901,6 +2099,54 @@ module Google
|
|
1901
2099
|
end
|
1902
2100
|
end
|
1903
2101
|
|
2102
|
+
class GoogleCloudContactcenterinsightsV1Assessment
|
2103
|
+
# @private
|
2104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2105
|
+
property :agent_info, as: 'agentInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo::Representation
|
2106
|
+
|
2107
|
+
property :create_time, as: 'createTime'
|
2108
|
+
property :name, as: 'name'
|
2109
|
+
property :state, as: 'state'
|
2110
|
+
property :update_time, as: 'updateTime'
|
2111
|
+
end
|
2112
|
+
end
|
2113
|
+
|
2114
|
+
class GoogleCloudContactcenterinsightsV1AssessmentRule
|
2115
|
+
# @private
|
2116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2117
|
+
property :active, as: 'active'
|
2118
|
+
property :create_time, as: 'createTime'
|
2119
|
+
property :display_name, as: 'displayName'
|
2120
|
+
property :name, as: 'name'
|
2121
|
+
property :sample_rule, as: 'sampleRule', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleRule::Representation
|
2122
|
+
|
2123
|
+
property :schedule_info, as: 'scheduleInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ScheduleInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ScheduleInfo::Representation
|
2124
|
+
|
2125
|
+
property :update_time, as: 'updateTime'
|
2126
|
+
end
|
2127
|
+
end
|
2128
|
+
|
2129
|
+
class GoogleCloudContactcenterinsightsV1AuthorizedView
|
2130
|
+
# @private
|
2131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2132
|
+
property :conversation_filter, as: 'conversationFilter'
|
2133
|
+
property :create_time, as: 'createTime'
|
2134
|
+
property :display_name, as: 'displayName'
|
2135
|
+
property :name, as: 'name'
|
2136
|
+
property :update_time, as: 'updateTime'
|
2137
|
+
end
|
2138
|
+
end
|
2139
|
+
|
2140
|
+
class GoogleCloudContactcenterinsightsV1AuthorizedViewSet
|
2141
|
+
# @private
|
2142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2143
|
+
property :create_time, as: 'createTime'
|
2144
|
+
property :display_name, as: 'displayName'
|
2145
|
+
property :name, as: 'name'
|
2146
|
+
property :update_time, as: 'updateTime'
|
2147
|
+
end
|
2148
|
+
end
|
2149
|
+
|
1904
2150
|
class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata
|
1905
2151
|
# @private
|
1906
2152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2086,6 +2332,13 @@ module Google
|
|
2086
2332
|
end
|
2087
2333
|
end
|
2088
2334
|
|
2335
|
+
class GoogleCloudContactcenterinsightsV1CalculateStatsRequest
|
2336
|
+
# @private
|
2337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2338
|
+
property :filter, as: 'filter'
|
2339
|
+
end
|
2340
|
+
end
|
2341
|
+
|
2089
2342
|
class GoogleCloudContactcenterinsightsV1CalculateStatsResponse
|
2090
2343
|
# @private
|
2091
2344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2357,6 +2610,19 @@ module Google
|
|
2357
2610
|
end
|
2358
2611
|
end
|
2359
2612
|
|
2613
|
+
class GoogleCloudContactcenterinsightsV1Dataset
|
2614
|
+
# @private
|
2615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2616
|
+
property :create_time, as: 'createTime'
|
2617
|
+
property :description, as: 'description'
|
2618
|
+
property :display_name, as: 'displayName'
|
2619
|
+
property :name, as: 'name'
|
2620
|
+
property :ttl, as: 'ttl'
|
2621
|
+
property :type, as: 'type'
|
2622
|
+
property :update_time, as: 'updateTime'
|
2623
|
+
end
|
2624
|
+
end
|
2625
|
+
|
2360
2626
|
class GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
|
2361
2627
|
# @private
|
2362
2628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2614,6 +2880,12 @@ module Google
|
|
2614
2880
|
end
|
2615
2881
|
end
|
2616
2882
|
|
2883
|
+
class GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest
|
2884
|
+
# @private
|
2885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2886
|
+
end
|
2887
|
+
end
|
2888
|
+
|
2617
2889
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
2618
2890
|
# @private
|
2619
2891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2895,6 +3167,42 @@ module Google
|
|
2895
3167
|
end
|
2896
3168
|
end
|
2897
3169
|
|
3170
|
+
class GoogleCloudContactcenterinsightsV1ListAssessmentRulesResponse
|
3171
|
+
# @private
|
3172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3173
|
+
collection :assessment_rules, as: 'assessmentRules', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AssessmentRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AssessmentRule::Representation
|
3174
|
+
|
3175
|
+
property :next_page_token, as: 'nextPageToken'
|
3176
|
+
end
|
3177
|
+
end
|
3178
|
+
|
3179
|
+
class GoogleCloudContactcenterinsightsV1ListAssessmentsResponse
|
3180
|
+
# @private
|
3181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3182
|
+
collection :assessments, as: 'assessments', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Assessment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Assessment::Representation
|
3183
|
+
|
3184
|
+
property :next_page_token, as: 'nextPageToken'
|
3185
|
+
end
|
3186
|
+
end
|
3187
|
+
|
3188
|
+
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
|
3189
|
+
# @private
|
3190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3191
|
+
collection :authorized_view_sets, as: 'authorizedViewSets', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedViewSet, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedViewSet::Representation
|
3192
|
+
|
3193
|
+
property :next_page_token, as: 'nextPageToken'
|
3194
|
+
end
|
3195
|
+
end
|
3196
|
+
|
3197
|
+
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewsResponse
|
3198
|
+
# @private
|
3199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3200
|
+
collection :authorized_views, as: 'authorizedViews', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedView, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedView::Representation
|
3201
|
+
|
3202
|
+
property :next_page_token, as: 'nextPageToken'
|
3203
|
+
end
|
3204
|
+
end
|
3205
|
+
|
2898
3206
|
class GoogleCloudContactcenterinsightsV1ListConversationsResponse
|
2899
3207
|
# @private
|
2900
3208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2929,6 +3237,15 @@ module Google
|
|
2929
3237
|
end
|
2930
3238
|
end
|
2931
3239
|
|
3240
|
+
class GoogleCloudContactcenterinsightsV1ListNotesResponse
|
3241
|
+
# @private
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3243
|
+
property :next_page_token, as: 'nextPageToken'
|
3244
|
+
collection :notes, as: 'notes', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Note, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Note::Representation
|
3245
|
+
|
3246
|
+
end
|
3247
|
+
end
|
3248
|
+
|
2932
3249
|
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
2933
3250
|
# @private
|
2934
3251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2974,6 +3291,44 @@ module Google
|
|
2974
3291
|
end
|
2975
3292
|
end
|
2976
3293
|
|
3294
|
+
class GoogleCloudContactcenterinsightsV1Note
|
3295
|
+
# @private
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3297
|
+
property :assessment_note, as: 'assessmentNote', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteAssessmentNote, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteAssessmentNote::Representation
|
3298
|
+
|
3299
|
+
property :content, as: 'content'
|
3300
|
+
property :conversation_turn_note, as: 'conversationTurnNote', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteConversationTurnNote, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteConversationTurnNote::Representation
|
3301
|
+
|
3302
|
+
property :create_time, as: 'createTime'
|
3303
|
+
property :name, as: 'name'
|
3304
|
+
property :note_creator, as: 'noteCreator', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UserInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UserInfo::Representation
|
3305
|
+
|
3306
|
+
property :qa_question_note, as: 'qaQuestionNote', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteQaQuestionNote, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteQaQuestionNote::Representation
|
3307
|
+
|
3308
|
+
property :update_time, as: 'updateTime'
|
3309
|
+
end
|
3310
|
+
end
|
3311
|
+
|
3312
|
+
class GoogleCloudContactcenterinsightsV1NoteAssessmentNote
|
3313
|
+
# @private
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3315
|
+
end
|
3316
|
+
end
|
3317
|
+
|
3318
|
+
class GoogleCloudContactcenterinsightsV1NoteConversationTurnNote
|
3319
|
+
# @private
|
3320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3321
|
+
property :turn_index, as: 'turnIndex'
|
3322
|
+
end
|
3323
|
+
end
|
3324
|
+
|
3325
|
+
class GoogleCloudContactcenterinsightsV1NoteQaQuestionNote
|
3326
|
+
# @private
|
3327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3328
|
+
property :qa_question, as: 'qaQuestion'
|
3329
|
+
end
|
3330
|
+
end
|
3331
|
+
|
2977
3332
|
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
2978
3333
|
# @private
|
2979
3334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3027,6 +3382,12 @@ module Google
|
|
3027
3382
|
end
|
3028
3383
|
end
|
3029
3384
|
|
3385
|
+
class GoogleCloudContactcenterinsightsV1PublishAssessmentRequest
|
3386
|
+
# @private
|
3387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3388
|
+
end
|
3389
|
+
end
|
3390
|
+
|
3030
3391
|
class GoogleCloudContactcenterinsightsV1QaAnswer
|
3031
3392
|
# @private
|
3032
3393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3320,6 +3681,74 @@ module Google
|
|
3320
3681
|
end
|
3321
3682
|
end
|
3322
3683
|
|
3684
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsMetadata
|
3685
|
+
# @private
|
3686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3687
|
+
property :create_time, as: 'createTime'
|
3688
|
+
property :end_time, as: 'endTime'
|
3689
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
3690
|
+
|
3691
|
+
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleConversationsRequest::Representation
|
3692
|
+
|
3693
|
+
property :sample_conversations_stats, as: 'sampleConversationsStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats::Representation
|
3694
|
+
|
3695
|
+
end
|
3696
|
+
end
|
3697
|
+
|
3698
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats
|
3699
|
+
# @private
|
3700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3701
|
+
property :failed_sample_count, as: 'failedSampleCount'
|
3702
|
+
property :successful_sample_count, as: 'successfulSampleCount'
|
3703
|
+
end
|
3704
|
+
end
|
3705
|
+
|
3706
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsRequest
|
3707
|
+
# @private
|
3708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3709
|
+
property :destination_dataset, as: 'destinationDataset', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Dataset, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Dataset::Representation
|
3710
|
+
|
3711
|
+
property :parent, as: 'parent'
|
3712
|
+
property :sample_rule, as: 'sampleRule', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SampleRule::Representation
|
3713
|
+
|
3714
|
+
end
|
3715
|
+
end
|
3716
|
+
|
3717
|
+
class GoogleCloudContactcenterinsightsV1SampleConversationsResponse
|
3718
|
+
# @private
|
3719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3720
|
+
end
|
3721
|
+
end
|
3722
|
+
|
3723
|
+
class GoogleCloudContactcenterinsightsV1SampleRule
|
3724
|
+
# @private
|
3725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3726
|
+
property :conversation_filter, as: 'conversationFilter'
|
3727
|
+
property :dimension, as: 'dimension'
|
3728
|
+
property :sample_percentage, as: 'samplePercentage'
|
3729
|
+
property :sample_row, :numeric_string => true, as: 'sampleRow'
|
3730
|
+
end
|
3731
|
+
end
|
3732
|
+
|
3733
|
+
class GoogleCloudContactcenterinsightsV1ScheduleInfo
|
3734
|
+
# @private
|
3735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3736
|
+
property :end_time, as: 'endTime'
|
3737
|
+
property :schedule, as: 'schedule'
|
3738
|
+
property :start_time, as: 'startTime'
|
3739
|
+
property :time_zone, as: 'timeZone'
|
3740
|
+
end
|
3741
|
+
end
|
3742
|
+
|
3743
|
+
class GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse
|
3744
|
+
# @private
|
3745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3746
|
+
collection :authorized_views, as: 'authorizedViews', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedView, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedView::Representation
|
3747
|
+
|
3748
|
+
property :next_page_token, as: 'nextPageToken'
|
3749
|
+
end
|
3750
|
+
end
|
3751
|
+
|
3323
3752
|
class GoogleCloudContactcenterinsightsV1SentimentData
|
3324
3753
|
# @private
|
3325
3754
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3453,6 +3882,13 @@ module Google
|
|
3453
3882
|
end
|
3454
3883
|
end
|
3455
3884
|
|
3885
|
+
class GoogleCloudContactcenterinsightsV1UserInfo
|
3886
|
+
# @private
|
3887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3888
|
+
property :username, as: 'username'
|
3889
|
+
end
|
3890
|
+
end
|
3891
|
+
|
3456
3892
|
class GoogleCloudContactcenterinsightsV1View
|
3457
3893
|
# @private
|
3458
3894
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3906,6 +4342,19 @@ module Google
|
|
3906
4342
|
end
|
3907
4343
|
end
|
3908
4344
|
|
4345
|
+
class GoogleCloudContactcenterinsightsV1alpha1Dataset
|
4346
|
+
# @private
|
4347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4348
|
+
property :create_time, as: 'createTime'
|
4349
|
+
property :description, as: 'description'
|
4350
|
+
property :display_name, as: 'displayName'
|
4351
|
+
property :name, as: 'name'
|
4352
|
+
property :ttl, as: 'ttl'
|
4353
|
+
property :type, as: 'type'
|
4354
|
+
property :update_time, as: 'updateTime'
|
4355
|
+
end
|
4356
|
+
end
|
4357
|
+
|
3909
4358
|
class GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
|
3910
4359
|
# @private
|
3911
4360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4641,6 +5090,55 @@ module Google
|
|
4641
5090
|
end
|
4642
5091
|
end
|
4643
5092
|
|
5093
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadata
|
5094
|
+
# @private
|
5095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5096
|
+
property :create_time, as: 'createTime'
|
5097
|
+
property :end_time, as: 'endTime'
|
5098
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
5099
|
+
|
5100
|
+
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest::Representation
|
5101
|
+
|
5102
|
+
property :sample_conversations_stats, as: 'sampleConversationsStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats::Representation
|
5103
|
+
|
5104
|
+
end
|
5105
|
+
end
|
5106
|
+
|
5107
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats
|
5108
|
+
# @private
|
5109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5110
|
+
property :failed_sample_count, as: 'failedSampleCount'
|
5111
|
+
property :successful_sample_count, as: 'successfulSampleCount'
|
5112
|
+
end
|
5113
|
+
end
|
5114
|
+
|
5115
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest
|
5116
|
+
# @private
|
5117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5118
|
+
property :destination_dataset, as: 'destinationDataset', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1Dataset, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1Dataset::Representation
|
5119
|
+
|
5120
|
+
property :parent, as: 'parent'
|
5121
|
+
property :sample_rule, as: 'sampleRule', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SampleRule::Representation
|
5122
|
+
|
5123
|
+
end
|
5124
|
+
end
|
5125
|
+
|
5126
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleConversationsResponse
|
5127
|
+
# @private
|
5128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5129
|
+
end
|
5130
|
+
end
|
5131
|
+
|
5132
|
+
class GoogleCloudContactcenterinsightsV1alpha1SampleRule
|
5133
|
+
# @private
|
5134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5135
|
+
property :conversation_filter, as: 'conversationFilter'
|
5136
|
+
property :dimension, as: 'dimension'
|
5137
|
+
property :sample_percentage, as: 'samplePercentage'
|
5138
|
+
property :sample_row, :numeric_string => true, as: 'sampleRow'
|
5139
|
+
end
|
5140
|
+
end
|
5141
|
+
|
4644
5142
|
class GoogleCloudContactcenterinsightsV1alpha1SentimentData
|
4645
5143
|
# @private
|
4646
5144
|
class Representation < Google::Apis::Core::JsonRepresentation
|