google-apis-contactcenterinsights_v1 0.63.0 → 0.65.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 +9 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +414 -0
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +3 -3
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +213 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +1279 -329
- metadata +3 -3
@@ -82,12 +82,30 @@ 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
|
+
|
91
109
|
class GoogleCloudContactcenterinsightsV1AuthorizedView
|
92
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
111
|
|
@@ -526,6 +544,12 @@ module Google
|
|
526
544
|
include Google::Apis::Core::JsonObjectSupport
|
527
545
|
end
|
528
546
|
|
547
|
+
class GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
529
553
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
530
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
555
|
|
@@ -706,6 +730,18 @@ module Google
|
|
706
730
|
include Google::Apis::Core::JsonObjectSupport
|
707
731
|
end
|
708
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
|
+
|
709
745
|
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
|
710
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
747
|
|
@@ -742,6 +778,12 @@ module Google
|
|
742
778
|
include Google::Apis::Core::JsonObjectSupport
|
743
779
|
end
|
744
780
|
|
781
|
+
class GoogleCloudContactcenterinsightsV1ListNotesResponse
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
745
787
|
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
746
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
789
|
|
@@ -772,6 +814,30 @@ module Google
|
|
772
814
|
include Google::Apis::Core::JsonObjectSupport
|
773
815
|
end
|
774
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
|
+
|
775
841
|
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
776
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
843
|
|
@@ -802,6 +868,12 @@ module Google
|
|
802
868
|
include Google::Apis::Core::JsonObjectSupport
|
803
869
|
end
|
804
870
|
|
871
|
+
class GoogleCloudContactcenterinsightsV1PublishAssessmentRequest
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
805
877
|
class GoogleCloudContactcenterinsightsV1QaAnswer
|
806
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
879
|
|
@@ -982,6 +1054,12 @@ module Google
|
|
982
1054
|
include Google::Apis::Core::JsonObjectSupport
|
983
1055
|
end
|
984
1056
|
|
1057
|
+
class GoogleCloudContactcenterinsightsV1ScheduleInfo
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
985
1063
|
class GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse
|
986
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
1065
|
|
@@ -1072,6 +1150,12 @@ module Google
|
|
1072
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1073
1151
|
end
|
1074
1152
|
|
1153
|
+
class GoogleCloudContactcenterinsightsV1UserInfo
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1075
1159
|
class GoogleCloudContactcenterinsightsV1View
|
1076
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
1161
|
|
@@ -1997,6 +2081,12 @@ module Google
|
|
1997
2081
|
end
|
1998
2082
|
end
|
1999
2083
|
|
2084
|
+
class GoogleCloudContactcenterinsightsV1AppealAssessmentRequest
|
2085
|
+
# @private
|
2086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2087
|
+
end
|
2088
|
+
end
|
2089
|
+
|
2000
2090
|
class GoogleCloudContactcenterinsightsV1ArticleSuggestionData
|
2001
2091
|
# @private
|
2002
2092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2009,6 +2099,33 @@ module Google
|
|
2009
2099
|
end
|
2010
2100
|
end
|
2011
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
|
+
|
2012
2129
|
class GoogleCloudContactcenterinsightsV1AuthorizedView
|
2013
2130
|
# @private
|
2014
2131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2333,6 +2450,7 @@ module Google
|
|
2333
2450
|
|
2334
2451
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource::Representation
|
2335
2452
|
|
2453
|
+
property :metadata_uri, as: 'metadataUri'
|
2336
2454
|
end
|
2337
2455
|
end
|
2338
2456
|
|
@@ -2763,6 +2881,12 @@ module Google
|
|
2763
2881
|
end
|
2764
2882
|
end
|
2765
2883
|
|
2884
|
+
class GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest
|
2885
|
+
# @private
|
2886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2887
|
+
end
|
2888
|
+
end
|
2889
|
+
|
2766
2890
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
2767
2891
|
# @private
|
2768
2892
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3044,6 +3168,24 @@ module Google
|
|
3044
3168
|
end
|
3045
3169
|
end
|
3046
3170
|
|
3171
|
+
class GoogleCloudContactcenterinsightsV1ListAssessmentRulesResponse
|
3172
|
+
# @private
|
3173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3174
|
+
collection :assessment_rules, as: 'assessmentRules', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AssessmentRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AssessmentRule::Representation
|
3175
|
+
|
3176
|
+
property :next_page_token, as: 'nextPageToken'
|
3177
|
+
end
|
3178
|
+
end
|
3179
|
+
|
3180
|
+
class GoogleCloudContactcenterinsightsV1ListAssessmentsResponse
|
3181
|
+
# @private
|
3182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3183
|
+
collection :assessments, as: 'assessments', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Assessment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Assessment::Representation
|
3184
|
+
|
3185
|
+
property :next_page_token, as: 'nextPageToken'
|
3186
|
+
end
|
3187
|
+
end
|
3188
|
+
|
3047
3189
|
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
|
3048
3190
|
# @private
|
3049
3191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3096,6 +3238,15 @@ module Google
|
|
3096
3238
|
end
|
3097
3239
|
end
|
3098
3240
|
|
3241
|
+
class GoogleCloudContactcenterinsightsV1ListNotesResponse
|
3242
|
+
# @private
|
3243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3244
|
+
property :next_page_token, as: 'nextPageToken'
|
3245
|
+
collection :notes, as: 'notes', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Note, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Note::Representation
|
3246
|
+
|
3247
|
+
end
|
3248
|
+
end
|
3249
|
+
|
3099
3250
|
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
3100
3251
|
# @private
|
3101
3252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3141,6 +3292,44 @@ module Google
|
|
3141
3292
|
end
|
3142
3293
|
end
|
3143
3294
|
|
3295
|
+
class GoogleCloudContactcenterinsightsV1Note
|
3296
|
+
# @private
|
3297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3298
|
+
property :assessment_note, as: 'assessmentNote', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteAssessmentNote, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteAssessmentNote::Representation
|
3299
|
+
|
3300
|
+
property :content, as: 'content'
|
3301
|
+
property :conversation_turn_note, as: 'conversationTurnNote', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteConversationTurnNote, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteConversationTurnNote::Representation
|
3302
|
+
|
3303
|
+
property :create_time, as: 'createTime'
|
3304
|
+
property :name, as: 'name'
|
3305
|
+
property :note_creator, as: 'noteCreator', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UserInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UserInfo::Representation
|
3306
|
+
|
3307
|
+
property :qa_question_note, as: 'qaQuestionNote', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteQaQuestionNote, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1NoteQaQuestionNote::Representation
|
3308
|
+
|
3309
|
+
property :update_time, as: 'updateTime'
|
3310
|
+
end
|
3311
|
+
end
|
3312
|
+
|
3313
|
+
class GoogleCloudContactcenterinsightsV1NoteAssessmentNote
|
3314
|
+
# @private
|
3315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3316
|
+
end
|
3317
|
+
end
|
3318
|
+
|
3319
|
+
class GoogleCloudContactcenterinsightsV1NoteConversationTurnNote
|
3320
|
+
# @private
|
3321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3322
|
+
property :turn_index, as: 'turnIndex'
|
3323
|
+
end
|
3324
|
+
end
|
3325
|
+
|
3326
|
+
class GoogleCloudContactcenterinsightsV1NoteQaQuestionNote
|
3327
|
+
# @private
|
3328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3329
|
+
property :qa_question, as: 'qaQuestion'
|
3330
|
+
end
|
3331
|
+
end
|
3332
|
+
|
3144
3333
|
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
3145
3334
|
# @private
|
3146
3335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3194,6 +3383,12 @@ module Google
|
|
3194
3383
|
end
|
3195
3384
|
end
|
3196
3385
|
|
3386
|
+
class GoogleCloudContactcenterinsightsV1PublishAssessmentRequest
|
3387
|
+
# @private
|
3388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3389
|
+
end
|
3390
|
+
end
|
3391
|
+
|
3197
3392
|
class GoogleCloudContactcenterinsightsV1QaAnswer
|
3198
3393
|
# @private
|
3199
3394
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3536,6 +3731,16 @@ module Google
|
|
3536
3731
|
end
|
3537
3732
|
end
|
3538
3733
|
|
3734
|
+
class GoogleCloudContactcenterinsightsV1ScheduleInfo
|
3735
|
+
# @private
|
3736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3737
|
+
property :end_time, as: 'endTime'
|
3738
|
+
property :schedule, as: 'schedule'
|
3739
|
+
property :start_time, as: 'startTime'
|
3740
|
+
property :time_zone, as: 'timeZone'
|
3741
|
+
end
|
3742
|
+
end
|
3743
|
+
|
3539
3744
|
class GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse
|
3540
3745
|
# @private
|
3541
3746
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3678,6 +3883,13 @@ module Google
|
|
3678
3883
|
end
|
3679
3884
|
end
|
3680
3885
|
|
3886
|
+
class GoogleCloudContactcenterinsightsV1UserInfo
|
3887
|
+
# @private
|
3888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3889
|
+
property :username, as: 'username'
|
3890
|
+
end
|
3891
|
+
end
|
3892
|
+
|
3681
3893
|
class GoogleCloudContactcenterinsightsV1View
|
3682
3894
|
# @private
|
3683
3895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3971,6 +4183,7 @@ module Google
|
|
3971
4183
|
|
3972
4184
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource::Representation
|
3973
4185
|
|
4186
|
+
property :metadata_uri, as: 'metadataUri'
|
3974
4187
|
end
|
3975
4188
|
end
|
3976
4189
|
|