google-apis-contactcenterinsights_v1 0.63.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 +5 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +400 -0
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +3 -3
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +211 -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
|
@@ -2763,6 +2880,12 @@ module Google
|
|
2763
2880
|
end
|
2764
2881
|
end
|
2765
2882
|
|
2883
|
+
class GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest
|
2884
|
+
# @private
|
2885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2886
|
+
end
|
2887
|
+
end
|
2888
|
+
|
2766
2889
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
2767
2890
|
# @private
|
2768
2891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3044,6 +3167,24 @@ module Google
|
|
3044
3167
|
end
|
3045
3168
|
end
|
3046
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
|
+
|
3047
3188
|
class GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
|
3048
3189
|
# @private
|
3049
3190
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3096,6 +3237,15 @@ module Google
|
|
3096
3237
|
end
|
3097
3238
|
end
|
3098
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
|
+
|
3099
3249
|
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
3100
3250
|
# @private
|
3101
3251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3141,6 +3291,44 @@ module Google
|
|
3141
3291
|
end
|
3142
3292
|
end
|
3143
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
|
+
|
3144
3332
|
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
3145
3333
|
# @private
|
3146
3334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3194,6 +3382,12 @@ module Google
|
|
3194
3382
|
end
|
3195
3383
|
end
|
3196
3384
|
|
3385
|
+
class GoogleCloudContactcenterinsightsV1PublishAssessmentRequest
|
3386
|
+
# @private
|
3387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3388
|
+
end
|
3389
|
+
end
|
3390
|
+
|
3197
3391
|
class GoogleCloudContactcenterinsightsV1QaAnswer
|
3198
3392
|
# @private
|
3199
3393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3536,6 +3730,16 @@ module Google
|
|
3536
3730
|
end
|
3537
3731
|
end
|
3538
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
|
+
|
3539
3743
|
class GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse
|
3540
3744
|
# @private
|
3541
3745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3678,6 +3882,13 @@ module Google
|
|
3678
3882
|
end
|
3679
3883
|
end
|
3680
3884
|
|
3885
|
+
class GoogleCloudContactcenterinsightsV1UserInfo
|
3886
|
+
# @private
|
3887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3888
|
+
property :username, as: 'username'
|
3889
|
+
end
|
3890
|
+
end
|
3891
|
+
|
3681
3892
|
class GoogleCloudContactcenterinsightsV1View
|
3682
3893
|
# @private
|
3683
3894
|
class Representation < Google::Apis::Core::JsonRepresentation
|