google-apis-contactcenterinsights_v1 0.52.0 → 0.54.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 +4677 -2016
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +1333 -174
- data/lib/google/apis/contactcenterinsights_v1/service.rb +1706 -519
- metadata +4 -4
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GoogleCloudContactcenterinsightsV1AnalysisRule
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class GoogleCloudContactcenterinsightsV1AnnotationBoundary
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -52,6 +58,18 @@ module Google
|
|
52
58
|
include Google::Apis::Core::JsonObjectSupport
|
53
59
|
end
|
54
60
|
|
61
|
+
class GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
55
73
|
class GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig
|
56
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
75
|
|
@@ -106,6 +124,48 @@ module Google
|
|
106
124
|
include Google::Apis::Core::JsonObjectSupport
|
107
125
|
end
|
108
126
|
|
127
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
109
169
|
class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
|
110
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
171
|
|
@@ -262,6 +322,12 @@ module Google
|
|
262
322
|
include Google::Apis::Core::JsonObjectSupport
|
263
323
|
end
|
264
324
|
|
325
|
+
class GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
265
331
|
class GoogleCloudContactcenterinsightsV1DialogflowIntent
|
266
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
333
|
|
@@ -280,6 +346,36 @@ module Google
|
|
280
346
|
include Google::Apis::Core::JsonObjectSupport
|
281
347
|
end
|
282
348
|
|
349
|
+
class GoogleCloudContactcenterinsightsV1Dimension
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
283
379
|
class GoogleCloudContactcenterinsightsV1EncryptionSpec
|
284
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
381
|
|
@@ -358,6 +454,12 @@ module Google
|
|
358
454
|
include Google::Apis::Core::JsonObjectSupport
|
359
455
|
end
|
360
456
|
|
457
|
+
class GoogleCloudContactcenterinsightsV1FeedbackLabel
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
361
463
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
362
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
465
|
|
@@ -520,619 +622,835 @@ module Google
|
|
520
622
|
include Google::Apis::Core::JsonObjectSupport
|
521
623
|
end
|
522
624
|
|
523
|
-
class
|
625
|
+
class GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse
|
524
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
627
|
|
526
628
|
include Google::Apis::Core::JsonObjectSupport
|
527
629
|
end
|
528
630
|
|
529
|
-
class
|
631
|
+
class GoogleCloudContactcenterinsightsV1ListAnalysesResponse
|
530
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
633
|
|
532
634
|
include Google::Apis::Core::JsonObjectSupport
|
533
635
|
end
|
534
636
|
|
535
|
-
class
|
637
|
+
class GoogleCloudContactcenterinsightsV1ListAnalysisRulesResponse
|
536
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
639
|
|
538
640
|
include Google::Apis::Core::JsonObjectSupport
|
539
641
|
end
|
540
642
|
|
541
|
-
class
|
643
|
+
class GoogleCloudContactcenterinsightsV1ListConversationsResponse
|
542
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
645
|
|
544
646
|
include Google::Apis::Core::JsonObjectSupport
|
545
647
|
end
|
546
648
|
|
547
|
-
class
|
649
|
+
class GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse
|
548
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
651
|
|
550
652
|
include Google::Apis::Core::JsonObjectSupport
|
551
653
|
end
|
552
654
|
|
553
|
-
class
|
655
|
+
class GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
|
554
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
657
|
|
556
658
|
include Google::Apis::Core::JsonObjectSupport
|
557
659
|
end
|
558
660
|
|
559
|
-
class
|
661
|
+
class GoogleCloudContactcenterinsightsV1ListIssuesResponse
|
560
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
663
|
|
562
664
|
include Google::Apis::Core::JsonObjectSupport
|
563
665
|
end
|
564
666
|
|
565
|
-
class
|
667
|
+
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
566
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
669
|
|
568
670
|
include Google::Apis::Core::JsonObjectSupport
|
569
671
|
end
|
570
672
|
|
571
|
-
class
|
673
|
+
class GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse
|
572
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
675
|
|
574
676
|
include Google::Apis::Core::JsonObjectSupport
|
575
677
|
end
|
576
678
|
|
577
|
-
class
|
679
|
+
class GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse
|
578
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
681
|
|
580
682
|
include Google::Apis::Core::JsonObjectSupport
|
581
683
|
end
|
582
684
|
|
583
|
-
class
|
685
|
+
class GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse
|
584
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
687
|
|
586
688
|
include Google::Apis::Core::JsonObjectSupport
|
587
689
|
end
|
588
690
|
|
589
|
-
class
|
691
|
+
class GoogleCloudContactcenterinsightsV1ListViewsResponse
|
590
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
693
|
|
592
694
|
include Google::Apis::Core::JsonObjectSupport
|
593
695
|
end
|
594
696
|
|
595
|
-
class
|
697
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
596
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
699
|
|
598
700
|
include Google::Apis::Core::JsonObjectSupport
|
599
701
|
end
|
600
702
|
|
601
|
-
class
|
703
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchRule
|
602
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
705
|
|
604
706
|
include Google::Apis::Core::JsonObjectSupport
|
605
707
|
end
|
606
708
|
|
607
|
-
class
|
709
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
|
608
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
711
|
|
610
712
|
include Google::Apis::Core::JsonObjectSupport
|
611
713
|
end
|
612
714
|
|
613
|
-
class
|
715
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup
|
614
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
717
|
|
616
718
|
include Google::Apis::Core::JsonObjectSupport
|
617
719
|
end
|
618
720
|
|
619
|
-
class
|
721
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatcher
|
620
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
723
|
|
622
724
|
include Google::Apis::Core::JsonObjectSupport
|
623
725
|
end
|
624
726
|
|
625
|
-
class
|
727
|
+
class GoogleCloudContactcenterinsightsV1QaAnswer
|
626
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
729
|
|
628
730
|
include Google::Apis::Core::JsonObjectSupport
|
629
731
|
end
|
630
732
|
|
631
|
-
class
|
733
|
+
class GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource
|
632
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
735
|
|
634
736
|
include Google::Apis::Core::JsonObjectSupport
|
635
737
|
end
|
636
738
|
|
637
|
-
class
|
739
|
+
class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue
|
638
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
741
|
|
640
742
|
include Google::Apis::Core::JsonObjectSupport
|
641
743
|
end
|
642
744
|
|
643
|
-
class
|
745
|
+
class GoogleCloudContactcenterinsightsV1QaQuestion
|
644
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
747
|
|
646
748
|
include Google::Apis::Core::JsonObjectSupport
|
647
749
|
end
|
648
750
|
|
649
|
-
class
|
751
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice
|
650
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
753
|
|
652
754
|
include Google::Apis::Core::JsonObjectSupport
|
653
755
|
end
|
654
756
|
|
655
|
-
class
|
757
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionMetrics
|
656
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
759
|
|
658
760
|
include Google::Apis::Core::JsonObjectSupport
|
659
761
|
end
|
660
762
|
|
661
|
-
class
|
763
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata
|
662
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
765
|
|
664
766
|
include Google::Apis::Core::JsonObjectSupport
|
665
767
|
end
|
666
768
|
|
667
|
-
class
|
769
|
+
class GoogleCloudContactcenterinsightsV1QaScorecard
|
668
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
771
|
|
670
772
|
include Google::Apis::Core::JsonObjectSupport
|
671
773
|
end
|
672
774
|
|
673
|
-
class
|
775
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardResult
|
674
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
777
|
|
676
778
|
include Google::Apis::Core::JsonObjectSupport
|
677
779
|
end
|
678
780
|
|
679
|
-
class
|
781
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult
|
680
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
783
|
|
682
784
|
include Google::Apis::Core::JsonObjectSupport
|
683
785
|
end
|
684
786
|
|
685
|
-
class
|
787
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource
|
686
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
789
|
|
688
790
|
include Google::Apis::Core::JsonObjectSupport
|
689
791
|
end
|
690
792
|
|
691
|
-
class
|
793
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardRevision
|
692
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
795
|
|
694
796
|
include Google::Apis::Core::JsonObjectSupport
|
695
797
|
end
|
696
798
|
|
697
|
-
class
|
799
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsMetadata
|
698
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
801
|
|
700
802
|
include Google::Apis::Core::JsonObjectSupport
|
701
803
|
end
|
702
804
|
|
703
|
-
class
|
805
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
704
806
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
807
|
|
706
808
|
include Google::Apis::Core::JsonObjectSupport
|
707
809
|
end
|
708
810
|
|
709
|
-
class
|
811
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponse
|
710
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
813
|
|
712
814
|
include Google::Apis::Core::JsonObjectSupport
|
713
815
|
end
|
714
816
|
|
715
|
-
class
|
817
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice
|
716
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
819
|
|
718
820
|
include Google::Apis::Core::JsonObjectSupport
|
719
821
|
end
|
720
822
|
|
721
|
-
class
|
823
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint
|
722
824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
825
|
|
724
826
|
include Google::Apis::Core::JsonObjectSupport
|
725
827
|
end
|
726
828
|
|
727
|
-
class
|
829
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure
|
728
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
831
|
|
730
832
|
include Google::Apis::Core::JsonObjectSupport
|
731
833
|
end
|
732
834
|
|
733
|
-
class
|
835
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore
|
734
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
837
|
|
736
838
|
include Google::Apis::Core::JsonObjectSupport
|
737
839
|
end
|
738
840
|
|
739
|
-
class
|
841
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries
|
740
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
843
|
|
742
844
|
include Google::Apis::Core::JsonObjectSupport
|
743
845
|
end
|
744
846
|
|
745
|
-
class
|
847
|
+
class GoogleCloudContactcenterinsightsV1RedactionConfig
|
746
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
849
|
|
748
850
|
include Google::Apis::Core::JsonObjectSupport
|
749
851
|
end
|
750
852
|
|
751
|
-
class
|
853
|
+
class GoogleCloudContactcenterinsightsV1RuntimeAnnotation
|
752
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
855
|
|
754
856
|
include Google::Apis::Core::JsonObjectSupport
|
755
857
|
end
|
756
858
|
|
757
|
-
class
|
859
|
+
class GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
|
758
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
861
|
|
760
862
|
include Google::Apis::Core::JsonObjectSupport
|
761
863
|
end
|
762
864
|
|
763
|
-
class
|
865
|
+
class GoogleCloudContactcenterinsightsV1SentimentData
|
764
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
867
|
|
766
868
|
include Google::Apis::Core::JsonObjectSupport
|
767
869
|
end
|
768
870
|
|
769
|
-
class
|
871
|
+
class GoogleCloudContactcenterinsightsV1Settings
|
770
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
873
|
|
772
874
|
include Google::Apis::Core::JsonObjectSupport
|
773
875
|
end
|
774
876
|
|
775
|
-
class
|
877
|
+
class GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig
|
776
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
879
|
|
778
880
|
include Google::Apis::Core::JsonObjectSupport
|
779
881
|
end
|
780
882
|
|
781
|
-
class
|
883
|
+
class GoogleCloudContactcenterinsightsV1SilenceData
|
782
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
885
|
|
784
886
|
include Google::Apis::Core::JsonObjectSupport
|
785
887
|
end
|
786
888
|
|
787
|
-
class
|
889
|
+
class GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
|
788
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
891
|
|
790
892
|
include Google::Apis::Core::JsonObjectSupport
|
791
893
|
end
|
792
894
|
|
793
|
-
class
|
895
|
+
class GoogleCloudContactcenterinsightsV1SmartReplyData
|
794
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
897
|
|
796
898
|
include Google::Apis::Core::JsonObjectSupport
|
797
899
|
end
|
798
900
|
|
799
|
-
class
|
901
|
+
class GoogleCloudContactcenterinsightsV1SpeechConfig
|
800
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
903
|
|
802
904
|
include Google::Apis::Core::JsonObjectSupport
|
803
905
|
end
|
804
906
|
|
805
|
-
class
|
907
|
+
class GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest
|
806
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
909
|
|
808
910
|
include Google::Apis::Core::JsonObjectSupport
|
809
911
|
end
|
810
912
|
|
811
|
-
class
|
913
|
+
class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
|
812
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
915
|
|
814
916
|
include Google::Apis::Core::JsonObjectSupport
|
815
917
|
end
|
816
918
|
|
817
|
-
class
|
919
|
+
class GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest
|
818
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
921
|
|
820
922
|
include Google::Apis::Core::JsonObjectSupport
|
821
923
|
end
|
822
924
|
|
823
|
-
class
|
925
|
+
class GoogleCloudContactcenterinsightsV1UndeployIssueModelResponse
|
824
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
927
|
|
826
928
|
include Google::Apis::Core::JsonObjectSupport
|
827
929
|
end
|
828
930
|
|
829
|
-
class
|
931
|
+
class GoogleCloudContactcenterinsightsV1UndeployQaScorecardRevisionRequest
|
830
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
933
|
|
832
934
|
include Google::Apis::Core::JsonObjectSupport
|
833
935
|
end
|
834
936
|
|
835
|
-
class
|
937
|
+
class GoogleCloudContactcenterinsightsV1UploadConversationMetadata
|
836
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
939
|
|
838
940
|
include Google::Apis::Core::JsonObjectSupport
|
839
941
|
end
|
840
942
|
|
841
|
-
class
|
943
|
+
class GoogleCloudContactcenterinsightsV1UploadConversationRequest
|
842
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
945
|
|
844
946
|
include Google::Apis::Core::JsonObjectSupport
|
845
947
|
end
|
846
948
|
|
847
|
-
class
|
949
|
+
class GoogleCloudContactcenterinsightsV1View
|
848
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
951
|
|
850
952
|
include Google::Apis::Core::JsonObjectSupport
|
851
953
|
end
|
852
954
|
|
853
|
-
class
|
955
|
+
class GoogleCloudContactcenterinsightsV1alpha1Analysis
|
854
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
957
|
|
856
958
|
include Google::Apis::Core::JsonObjectSupport
|
857
959
|
end
|
858
960
|
|
859
|
-
class
|
961
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnalysisResult
|
860
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
963
|
|
862
964
|
include Google::Apis::Core::JsonObjectSupport
|
863
965
|
end
|
864
966
|
|
865
|
-
class
|
967
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata
|
866
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
969
|
|
868
970
|
include Google::Apis::Core::JsonObjectSupport
|
869
971
|
end
|
870
972
|
|
871
|
-
class
|
973
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary
|
872
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
975
|
|
874
976
|
include Google::Apis::Core::JsonObjectSupport
|
875
977
|
end
|
876
978
|
|
877
|
-
class
|
979
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector
|
878
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
981
|
|
880
982
|
include Google::Apis::Core::JsonObjectSupport
|
881
983
|
end
|
882
984
|
|
883
|
-
class
|
985
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig
|
884
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
987
|
|
886
988
|
include Google::Apis::Core::JsonObjectSupport
|
887
989
|
end
|
888
990
|
|
889
|
-
class
|
991
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList
|
890
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
993
|
|
892
994
|
include Google::Apis::Core::JsonObjectSupport
|
893
995
|
end
|
894
996
|
|
895
|
-
class
|
997
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig
|
896
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
999
|
|
898
1000
|
include Google::Apis::Core::JsonObjectSupport
|
899
1001
|
end
|
900
1002
|
|
901
|
-
class
|
1003
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback
|
902
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
1005
|
|
904
1006
|
include Google::Apis::Core::JsonObjectSupport
|
905
1007
|
end
|
906
1008
|
|
907
|
-
class
|
1009
|
+
class GoogleCloudContactcenterinsightsV1alpha1ArticleSuggestionData
|
908
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
1011
|
|
910
1012
|
include Google::Apis::Core::JsonObjectSupport
|
911
1013
|
end
|
912
1014
|
|
913
|
-
class
|
1015
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsMetadata
|
914
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
1017
|
|
916
1018
|
include Google::Apis::Core::JsonObjectSupport
|
917
1019
|
end
|
918
1020
|
|
919
|
-
class
|
1021
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest
|
920
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
1023
|
|
922
1024
|
include Google::Apis::Core::JsonObjectSupport
|
923
1025
|
end
|
924
1026
|
|
925
|
-
class
|
1027
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsResponse
|
926
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
1029
|
|
928
1030
|
include Google::Apis::Core::JsonObjectSupport
|
929
1031
|
end
|
930
1032
|
|
931
|
-
class
|
1033
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata
|
932
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
1035
|
|
934
1036
|
include Google::Apis::Core::JsonObjectSupport
|
935
1037
|
end
|
936
1038
|
|
937
|
-
class
|
1039
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest
|
938
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
1041
|
|
940
1042
|
include Google::Apis::Core::JsonObjectSupport
|
941
1043
|
end
|
942
1044
|
|
943
|
-
class
|
1045
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse
|
944
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
1047
|
|
946
1048
|
include Google::Apis::Core::JsonObjectSupport
|
947
1049
|
end
|
948
1050
|
|
949
|
-
class
|
1051
|
+
class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
|
950
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
1053
|
|
952
1054
|
include Google::Apis::Core::JsonObjectSupport
|
953
1055
|
end
|
954
1056
|
|
955
|
-
class
|
1057
|
+
class GoogleCloudContactcenterinsightsV1alpha1Conversation
|
956
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
1059
|
|
958
1060
|
include Google::Apis::Core::JsonObjectSupport
|
959
1061
|
end
|
960
1062
|
|
961
|
-
class
|
1063
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata
|
962
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
1065
|
|
964
1066
|
include Google::Apis::Core::JsonObjectSupport
|
965
1067
|
end
|
966
1068
|
|
967
|
-
class
|
1069
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
|
968
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
1071
|
|
970
1072
|
include Google::Apis::Core::JsonObjectSupport
|
971
1073
|
end
|
972
1074
|
|
973
|
-
class
|
1075
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment
|
974
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
1077
|
|
976
1078
|
include Google::Apis::Core::JsonObjectSupport
|
977
1079
|
end
|
978
1080
|
|
979
|
-
class
|
1081
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence
|
980
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
1083
|
|
982
1084
|
include Google::Apis::Core::JsonObjectSupport
|
983
1085
|
end
|
984
1086
|
|
985
|
-
class
|
1087
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant
|
986
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
1089
|
|
988
1090
|
include Google::Apis::Core::JsonObjectSupport
|
989
1091
|
end
|
990
1092
|
|
991
|
-
class
|
1093
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata
|
992
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
1095
|
|
994
1096
|
include Google::Apis::Core::JsonObjectSupport
|
995
1097
|
end
|
996
1098
|
|
997
|
-
class
|
1099
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo
|
998
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
1101
|
|
1000
1102
|
include Google::Apis::Core::JsonObjectSupport
|
1001
1103
|
end
|
1002
1104
|
|
1003
|
-
class
|
1105
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData
|
1004
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
1107
|
|
1006
1108
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1109
|
end
|
1008
1110
|
|
1009
|
-
class
|
1111
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationTranscript
|
1010
1112
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1113
|
|
1012
1114
|
include Google::Apis::Core::JsonObjectSupport
|
1013
1115
|
end
|
1014
1116
|
|
1015
|
-
class
|
1117
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegment
|
1016
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
1119
|
|
1018
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1121
|
end
|
1020
1122
|
|
1021
|
-
class
|
1123
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata
|
1022
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1125
|
|
1024
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1127
|
end
|
1026
1128
|
|
1027
|
-
class
|
1129
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentWordInfo
|
1028
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1131
|
|
1030
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1031
1133
|
end
|
1032
1134
|
|
1033
|
-
class
|
1135
|
+
class GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata
|
1034
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
1137
|
|
1036
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1139
|
end
|
1038
1140
|
|
1039
|
-
class
|
1141
|
+
class GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata
|
1040
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1143
|
|
1042
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1145
|
end
|
1044
1146
|
|
1045
|
-
class
|
1147
|
+
class GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest
|
1046
1148
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1149
|
|
1048
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1049
1151
|
end
|
1050
1152
|
|
1051
|
-
class
|
1153
|
+
class GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
|
1052
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
1155
|
|
1054
1156
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1157
|
end
|
1056
1158
|
|
1057
|
-
class
|
1159
|
+
class GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelRequest
|
1058
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1161
|
|
1060
1162
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1163
|
end
|
1062
1164
|
|
1063
|
-
class
|
1165
|
+
class GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata
|
1064
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1167
|
|
1066
1168
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1169
|
end
|
1068
1170
|
|
1069
|
-
class
|
1171
|
+
class GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest
|
1070
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1173
|
|
1072
1174
|
include Google::Apis::Core::JsonObjectSupport
|
1073
1175
|
end
|
1074
1176
|
|
1075
|
-
class
|
1177
|
+
class GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelResponse
|
1076
1178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
1179
|
|
1078
1180
|
include Google::Apis::Core::JsonObjectSupport
|
1079
1181
|
end
|
1080
1182
|
|
1081
|
-
class
|
1183
|
+
class GoogleCloudContactcenterinsightsV1alpha1DialogflowIntent
|
1082
1184
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
1185
|
|
1084
1186
|
include Google::Apis::Core::JsonObjectSupport
|
1085
1187
|
end
|
1086
1188
|
|
1087
|
-
class
|
1189
|
+
class GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData
|
1088
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
1191
|
|
1090
1192
|
include Google::Apis::Core::JsonObjectSupport
|
1091
1193
|
end
|
1092
1194
|
|
1093
|
-
class
|
1195
|
+
class GoogleCloudContactcenterinsightsV1alpha1DialogflowSource
|
1094
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
1197
|
|
1096
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1199
|
end
|
1098
1200
|
|
1099
|
-
class
|
1201
|
+
class GoogleCloudContactcenterinsightsV1alpha1Dimension
|
1100
1202
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1203
|
|
1102
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1103
1205
|
end
|
1104
1206
|
|
1105
|
-
class
|
1207
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata
|
1106
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
1209
|
|
1108
1210
|
include Google::Apis::Core::JsonObjectSupport
|
1109
1211
|
end
|
1110
1212
|
|
1111
|
-
class
|
1213
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
|
1112
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
1215
|
|
1114
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1115
1217
|
end
|
1116
1218
|
|
1117
|
-
class
|
1219
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
|
1118
1220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
1221
|
|
1120
1222
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1223
|
end
|
1122
1224
|
|
1123
|
-
class
|
1225
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata
|
1124
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1227
|
|
1126
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1127
1229
|
end
|
1128
1230
|
|
1129
|
-
class
|
1231
|
+
class GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec
|
1130
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
1233
|
|
1132
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1235
|
end
|
1134
1236
|
|
1135
|
-
class
|
1237
|
+
class GoogleCloudContactcenterinsightsV1alpha1Entity
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudContactcenterinsightsV1alpha1EntityMentionData
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataResponse
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelMetadata
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class GoogleCloudContactcenterinsightsV1alpha1GcsSource
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudContactcenterinsightsV1alpha1HoldData
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
+
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
+
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
|
+
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsResponse
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
|
+
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecMetadata
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecResponse
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
|
+
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class GoogleCloudContactcenterinsightsV1alpha1Intent
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class GoogleCloudContactcenterinsightsV1alpha1IntentMatchData
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class GoogleCloudContactcenterinsightsV1alpha1InterruptionData
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
|
+
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class GoogleCloudContactcenterinsightsV1alpha1IssueAssignment
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class GoogleCloudContactcenterinsightsV1alpha1IssueMatchData
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1435
|
+
class GoogleCloudContactcenterinsightsV1alpha1IssueModel
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
|
+
|
1438
|
+
include Google::Apis::Core::JsonObjectSupport
|
1439
|
+
end
|
1440
|
+
|
1441
|
+
class GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
|
+
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
|
+
|
1450
|
+
include Google::Apis::Core::JsonObjectSupport
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats
|
1136
1454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1455
|
|
1138
1456
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1144,12 +1462,102 @@ module Google
|
|
1144
1462
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1463
|
end
|
1146
1464
|
|
1465
|
+
class GoogleCloudContactcenterinsightsV1alpha1ListAllFeedbackLabelsResponse
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
|
+
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
1469
|
+
end
|
1470
|
+
|
1471
|
+
class GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
|
+
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
1475
|
+
end
|
1476
|
+
|
1147
1477
|
class GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData
|
1148
1478
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1479
|
|
1150
1480
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1481
|
end
|
1152
1482
|
|
1483
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswer
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
|
+
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
|
+
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1513
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
|
+
|
1516
|
+
include Google::Apis::Core::JsonObjectSupport
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
|
+
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1549
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1153
1561
|
class GoogleCloudContactcenterinsightsV1alpha1RedactionConfig
|
1154
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1563
|
|
@@ -1252,6 +1660,12 @@ module Google
|
|
1252
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1661
|
end
|
1254
1662
|
|
1663
|
+
class GoogleTypeInterval
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1255
1669
|
class GoogleCloudContactcenterinsightsV1Analysis
|
1256
1670
|
# @private
|
1257
1671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1287,6 +1701,8 @@ module Google
|
|
1287
1701
|
|
1288
1702
|
hash :phrase_matchers, as: 'phraseMatchers', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchData, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchData::Representation
|
1289
1703
|
|
1704
|
+
collection :qa_scorecard_results, as: 'qaScorecardResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResult::Representation
|
1705
|
+
|
1290
1706
|
collection :sentiments, as: 'sentiments', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSentiment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSentiment::Representation
|
1291
1707
|
|
1292
1708
|
property :silence, as: 'silence', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSilence, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSilence::Representation
|
@@ -1294,6 +1710,21 @@ module Google
|
|
1294
1710
|
end
|
1295
1711
|
end
|
1296
1712
|
|
1713
|
+
class GoogleCloudContactcenterinsightsV1AnalysisRule
|
1714
|
+
# @private
|
1715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1716
|
+
property :active, as: 'active'
|
1717
|
+
property :analysis_percentage, as: 'analysisPercentage'
|
1718
|
+
property :annotator_selector, as: 'annotatorSelector', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelector, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelector::Representation
|
1719
|
+
|
1720
|
+
property :conversation_filter, as: 'conversationFilter'
|
1721
|
+
property :create_time, as: 'createTime'
|
1722
|
+
property :display_name, as: 'displayName'
|
1723
|
+
property :name, as: 'name'
|
1724
|
+
property :update_time, as: 'updateTime'
|
1725
|
+
end
|
1726
|
+
end
|
1727
|
+
|
1297
1728
|
class GoogleCloudContactcenterinsightsV1AnnotationBoundary
|
1298
1729
|
# @private
|
1299
1730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1307,11 +1738,14 @@ module Google
|
|
1307
1738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1308
1739
|
collection :issue_models, as: 'issueModels'
|
1309
1740
|
collection :phrase_matchers, as: 'phraseMatchers'
|
1741
|
+
property :qa_config, as: 'qaConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig::Representation
|
1742
|
+
|
1310
1743
|
property :run_entity_annotator, as: 'runEntityAnnotator'
|
1311
1744
|
property :run_intent_annotator, as: 'runIntentAnnotator'
|
1312
1745
|
property :run_interruption_annotator, as: 'runInterruptionAnnotator'
|
1313
1746
|
property :run_issue_model_annotator, as: 'runIssueModelAnnotator'
|
1314
1747
|
property :run_phrase_matcher_annotator, as: 'runPhraseMatcherAnnotator'
|
1748
|
+
property :run_qa_annotator, as: 'runQaAnnotator'
|
1315
1749
|
property :run_sentiment_annotator, as: 'runSentimentAnnotator'
|
1316
1750
|
property :run_silence_annotator, as: 'runSilenceAnnotator'
|
1317
1751
|
property :run_summarization_annotator, as: 'runSummarizationAnnotator'
|
@@ -1320,6 +1754,21 @@ module Google
|
|
1320
1754
|
end
|
1321
1755
|
end
|
1322
1756
|
|
1757
|
+
class GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig
|
1758
|
+
# @private
|
1759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1760
|
+
property :scorecard_list, as: 'scorecardList', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList::Representation
|
1761
|
+
|
1762
|
+
end
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
class GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList
|
1766
|
+
# @private
|
1767
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1768
|
+
collection :qa_scorecard_revisions, as: 'qaScorecardRevisions'
|
1769
|
+
end
|
1770
|
+
end
|
1771
|
+
|
1323
1772
|
class GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig
|
1324
1773
|
# @private
|
1325
1774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1411,6 +1860,78 @@ module Google
|
|
1411
1860
|
end
|
1412
1861
|
end
|
1413
1862
|
|
1863
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata
|
1864
|
+
# @private
|
1865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1866
|
+
property :create_time, as: 'createTime'
|
1867
|
+
property :download_stats, as: 'downloadStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats::Representation
|
1868
|
+
|
1869
|
+
property :end_time, as: 'endTime'
|
1870
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
1871
|
+
|
1872
|
+
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest::Representation
|
1873
|
+
|
1874
|
+
end
|
1875
|
+
end
|
1876
|
+
|
1877
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats
|
1878
|
+
# @private
|
1879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1880
|
+
collection :file_names, as: 'fileNames'
|
1881
|
+
property :processed_object_count, as: 'processedObjectCount'
|
1882
|
+
property :successful_download_count, as: 'successfulDownloadCount'
|
1883
|
+
property :total_files_written, as: 'totalFilesWritten'
|
1884
|
+
end
|
1885
|
+
end
|
1886
|
+
|
1887
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest
|
1888
|
+
# @private
|
1889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1890
|
+
property :conversation_filter, as: 'conversationFilter'
|
1891
|
+
property :feedback_label_type, as: 'feedbackLabelType'
|
1892
|
+
property :filter, as: 'filter'
|
1893
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination::Representation
|
1894
|
+
|
1895
|
+
property :max_download_count, as: 'maxDownloadCount'
|
1896
|
+
property :parent, as: 'parent'
|
1897
|
+
collection :template_qa_scorecard_id, as: 'templateQaScorecardId'
|
1898
|
+
end
|
1899
|
+
end
|
1900
|
+
|
1901
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination
|
1902
|
+
# @private
|
1903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1904
|
+
property :add_whitespace, as: 'addWhitespace'
|
1905
|
+
property :always_print_empty_fields, as: 'alwaysPrintEmptyFields'
|
1906
|
+
property :format, as: 'format'
|
1907
|
+
property :object_uri, as: 'objectUri'
|
1908
|
+
property :records_per_file_count, :numeric_string => true, as: 'recordsPerFileCount'
|
1909
|
+
end
|
1910
|
+
end
|
1911
|
+
|
1912
|
+
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse
|
1913
|
+
# @private
|
1914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1915
|
+
end
|
1916
|
+
end
|
1917
|
+
|
1918
|
+
class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest
|
1919
|
+
# @private
|
1920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1921
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource::Representation
|
1922
|
+
|
1923
|
+
property :validate_only, as: 'validateOnly'
|
1924
|
+
end
|
1925
|
+
end
|
1926
|
+
|
1927
|
+
class GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource
|
1928
|
+
# @private
|
1929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1930
|
+
property :format, as: 'format'
|
1931
|
+
property :object_uri, as: 'objectUri'
|
1932
|
+
end
|
1933
|
+
end
|
1934
|
+
|
1414
1935
|
class GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse
|
1415
1936
|
# @private
|
1416
1937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1576,6 +2097,7 @@ module Google
|
|
1576
2097
|
# @private
|
1577
2098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1578
2099
|
property :agent_id, as: 'agentId'
|
2100
|
+
property :agent_type, as: 'agentType'
|
1579
2101
|
property :display_name, as: 'displayName'
|
1580
2102
|
property :disposition_code, as: 'dispositionCode'
|
1581
2103
|
property :team, as: 'team'
|
@@ -1678,56 +2200,114 @@ module Google
|
|
1678
2200
|
end
|
1679
2201
|
end
|
1680
2202
|
|
1681
|
-
class GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest
|
2203
|
+
class GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest
|
2204
|
+
# @private
|
2205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2206
|
+
property :name, as: 'name'
|
2207
|
+
end
|
2208
|
+
end
|
2209
|
+
|
2210
|
+
class GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata
|
2211
|
+
# @private
|
2212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2213
|
+
property :create_time, as: 'createTime'
|
2214
|
+
property :end_time, as: 'endTime'
|
2215
|
+
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DeployIssueModelRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DeployIssueModelRequest::Representation
|
2216
|
+
|
2217
|
+
end
|
2218
|
+
end
|
2219
|
+
|
2220
|
+
class GoogleCloudContactcenterinsightsV1DeployIssueModelRequest
|
2221
|
+
# @private
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2223
|
+
property :name, as: 'name'
|
2224
|
+
end
|
2225
|
+
end
|
2226
|
+
|
2227
|
+
class GoogleCloudContactcenterinsightsV1DeployIssueModelResponse
|
2228
|
+
# @private
|
2229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2230
|
+
end
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
class GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest
|
2234
|
+
# @private
|
2235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2236
|
+
end
|
2237
|
+
end
|
2238
|
+
|
2239
|
+
class GoogleCloudContactcenterinsightsV1DialogflowIntent
|
2240
|
+
# @private
|
2241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2242
|
+
property :display_name, as: 'displayName'
|
2243
|
+
end
|
2244
|
+
end
|
2245
|
+
|
2246
|
+
class GoogleCloudContactcenterinsightsV1DialogflowInteractionData
|
1682
2247
|
# @private
|
1683
2248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1684
|
-
property :
|
2249
|
+
property :confidence, as: 'confidence'
|
2250
|
+
property :dialogflow_intent_id, as: 'dialogflowIntentId'
|
1685
2251
|
end
|
1686
2252
|
end
|
1687
2253
|
|
1688
|
-
class
|
2254
|
+
class GoogleCloudContactcenterinsightsV1DialogflowSource
|
1689
2255
|
# @private
|
1690
2256
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1691
|
-
property :
|
1692
|
-
property :
|
1693
|
-
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DeployIssueModelRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DeployIssueModelRequest::Representation
|
1694
|
-
|
2257
|
+
property :audio_uri, as: 'audioUri'
|
2258
|
+
property :dialogflow_conversation, as: 'dialogflowConversation'
|
1695
2259
|
end
|
1696
2260
|
end
|
1697
2261
|
|
1698
|
-
class
|
2262
|
+
class GoogleCloudContactcenterinsightsV1Dimension
|
1699
2263
|
# @private
|
1700
2264
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1701
|
-
property :
|
2265
|
+
property :agent_dimension_metadata, as: 'agentDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata::Representation
|
2266
|
+
|
2267
|
+
property :dimension_key, as: 'dimensionKey'
|
2268
|
+
property :issue_dimension_metadata, as: 'issueDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata::Representation
|
2269
|
+
|
2270
|
+
property :qa_question_answer_dimension_metadata, as: 'qaQuestionAnswerDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata::Representation
|
2271
|
+
|
2272
|
+
property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata::Representation
|
2273
|
+
|
1702
2274
|
end
|
1703
2275
|
end
|
1704
2276
|
|
1705
|
-
class
|
2277
|
+
class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata
|
1706
2278
|
# @private
|
1707
2279
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2280
|
+
property :agent_display_name, as: 'agentDisplayName'
|
2281
|
+
property :agent_id, as: 'agentId'
|
2282
|
+
property :agent_team, as: 'agentTeam'
|
1708
2283
|
end
|
1709
2284
|
end
|
1710
2285
|
|
1711
|
-
class
|
2286
|
+
class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
|
1712
2287
|
# @private
|
1713
2288
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1714
|
-
property :
|
2289
|
+
property :issue_display_name, as: 'issueDisplayName'
|
2290
|
+
property :issue_id, as: 'issueId'
|
2291
|
+
property :issue_model_id, as: 'issueModelId'
|
1715
2292
|
end
|
1716
2293
|
end
|
1717
2294
|
|
1718
|
-
class
|
2295
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
|
1719
2296
|
# @private
|
1720
2297
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1721
|
-
property :
|
1722
|
-
property :
|
2298
|
+
property :answer_value, as: 'answerValue'
|
2299
|
+
property :qa_question_id, as: 'qaQuestionId'
|
2300
|
+
property :qa_scorecard_id, as: 'qaScorecardId'
|
2301
|
+
property :question_body, as: 'questionBody'
|
1723
2302
|
end
|
1724
2303
|
end
|
1725
2304
|
|
1726
|
-
class
|
2305
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata
|
1727
2306
|
# @private
|
1728
2307
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1729
|
-
property :
|
1730
|
-
property :
|
2308
|
+
property :qa_question_id, as: 'qaQuestionId'
|
2309
|
+
property :qa_scorecard_id, as: 'qaScorecardId'
|
2310
|
+
property :question_body, as: 'questionBody'
|
1731
2311
|
end
|
1732
2312
|
end
|
1733
2313
|
|
@@ -1851,6 +2431,19 @@ module Google
|
|
1851
2431
|
end
|
1852
2432
|
end
|
1853
2433
|
|
2434
|
+
class GoogleCloudContactcenterinsightsV1FeedbackLabel
|
2435
|
+
# @private
|
2436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2437
|
+
property :create_time, as: 'createTime'
|
2438
|
+
property :label, as: 'label'
|
2439
|
+
property :labeled_resource, as: 'labeledResource'
|
2440
|
+
property :name, as: 'name'
|
2441
|
+
property :qa_answer_label, as: 'qaAnswerLabel', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue::Representation
|
2442
|
+
|
2443
|
+
property :update_time, as: 'updateTime'
|
2444
|
+
end
|
2445
|
+
end
|
2446
|
+
|
1854
2447
|
class GoogleCloudContactcenterinsightsV1GcsSource
|
1855
2448
|
# @private
|
1856
2449
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2078,133 +2671,421 @@ module Google
|
|
2078
2671
|
class GoogleCloudContactcenterinsightsV1IssueModelLabelStats
|
2079
2672
|
# @private
|
2080
2673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2081
|
-
property :analyzed_conversations_count, :numeric_string => true, as: 'analyzedConversationsCount'
|
2082
|
-
hash :issue_stats, as: 'issueStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats::Representation
|
2083
|
-
|
2084
|
-
property :unclassified_conversations_count, :numeric_string => true, as: 'unclassifiedConversationsCount'
|
2674
|
+
property :analyzed_conversations_count, :numeric_string => true, as: 'analyzedConversationsCount'
|
2675
|
+
hash :issue_stats, as: 'issueStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats::Representation
|
2676
|
+
|
2677
|
+
property :unclassified_conversations_count, :numeric_string => true, as: 'unclassifiedConversationsCount'
|
2678
|
+
end
|
2679
|
+
end
|
2680
|
+
|
2681
|
+
class GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats
|
2682
|
+
# @private
|
2683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2684
|
+
property :display_name, as: 'displayName'
|
2685
|
+
property :issue, as: 'issue'
|
2686
|
+
property :labeled_conversations_count, :numeric_string => true, as: 'labeledConversationsCount'
|
2687
|
+
end
|
2688
|
+
end
|
2689
|
+
|
2690
|
+
class GoogleCloudContactcenterinsightsV1IssueModelResult
|
2691
|
+
# @private
|
2692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2693
|
+
property :issue_model, as: 'issueModel'
|
2694
|
+
collection :issues, as: 'issues', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueAssignment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueAssignment::Representation
|
2695
|
+
|
2696
|
+
end
|
2697
|
+
end
|
2698
|
+
|
2699
|
+
class GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse
|
2700
|
+
# @private
|
2701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2702
|
+
collection :feedback_labels, as: 'feedbackLabels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel::Representation
|
2703
|
+
|
2704
|
+
property :next_page_token, as: 'nextPageToken'
|
2705
|
+
end
|
2706
|
+
end
|
2707
|
+
|
2708
|
+
class GoogleCloudContactcenterinsightsV1ListAnalysesResponse
|
2709
|
+
# @private
|
2710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2711
|
+
collection :analyses, as: 'analyses', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
|
2712
|
+
|
2713
|
+
property :next_page_token, as: 'nextPageToken'
|
2714
|
+
end
|
2715
|
+
end
|
2716
|
+
|
2717
|
+
class GoogleCloudContactcenterinsightsV1ListAnalysisRulesResponse
|
2718
|
+
# @private
|
2719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2720
|
+
collection :analysis_rules, as: 'analysisRules', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnalysisRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnalysisRule::Representation
|
2721
|
+
|
2722
|
+
property :next_page_token, as: 'nextPageToken'
|
2723
|
+
end
|
2724
|
+
end
|
2725
|
+
|
2726
|
+
class GoogleCloudContactcenterinsightsV1ListConversationsResponse
|
2727
|
+
# @private
|
2728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2729
|
+
collection :conversations, as: 'conversations', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation::Representation
|
2730
|
+
|
2731
|
+
property :next_page_token, as: 'nextPageToken'
|
2732
|
+
end
|
2733
|
+
end
|
2734
|
+
|
2735
|
+
class GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse
|
2736
|
+
# @private
|
2737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2738
|
+
collection :feedback_labels, as: 'feedbackLabels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FeedbackLabel::Representation
|
2739
|
+
|
2740
|
+
property :next_page_token, as: 'nextPageToken'
|
2741
|
+
end
|
2742
|
+
end
|
2743
|
+
|
2744
|
+
class GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
|
2745
|
+
# @private
|
2746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2747
|
+
collection :issue_models, as: 'issueModels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel::Representation
|
2748
|
+
|
2749
|
+
end
|
2750
|
+
end
|
2751
|
+
|
2752
|
+
class GoogleCloudContactcenterinsightsV1ListIssuesResponse
|
2753
|
+
# @private
|
2754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2755
|
+
collection :issues, as: 'issues', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue::Representation
|
2756
|
+
|
2757
|
+
end
|
2758
|
+
end
|
2759
|
+
|
2760
|
+
class GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse
|
2761
|
+
# @private
|
2762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2763
|
+
property :next_page_token, as: 'nextPageToken'
|
2764
|
+
collection :phrase_matchers, as: 'phraseMatchers', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher::Representation
|
2765
|
+
|
2766
|
+
end
|
2767
|
+
end
|
2768
|
+
|
2769
|
+
class GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse
|
2770
|
+
# @private
|
2771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2772
|
+
property :next_page_token, as: 'nextPageToken'
|
2773
|
+
collection :qa_questions, as: 'qaQuestions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestion, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestion::Representation
|
2774
|
+
|
2775
|
+
end
|
2776
|
+
end
|
2777
|
+
|
2778
|
+
class GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse
|
2779
|
+
# @private
|
2780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2781
|
+
property :next_page_token, as: 'nextPageToken'
|
2782
|
+
collection :qa_scorecard_revisions, as: 'qaScorecardRevisions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardRevision, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardRevision::Representation
|
2783
|
+
|
2784
|
+
end
|
2785
|
+
end
|
2786
|
+
|
2787
|
+
class GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse
|
2788
|
+
# @private
|
2789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2790
|
+
property :next_page_token, as: 'nextPageToken'
|
2791
|
+
collection :qa_scorecards, as: 'qaScorecards', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecard, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecard::Representation
|
2792
|
+
|
2793
|
+
end
|
2794
|
+
end
|
2795
|
+
|
2796
|
+
class GoogleCloudContactcenterinsightsV1ListViewsResponse
|
2797
|
+
# @private
|
2798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2799
|
+
property :next_page_token, as: 'nextPageToken'
|
2800
|
+
collection :views, as: 'views', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1View, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1View::Representation
|
2801
|
+
|
2802
|
+
end
|
2803
|
+
end
|
2804
|
+
|
2805
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchData
|
2806
|
+
# @private
|
2807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2808
|
+
property :display_name, as: 'displayName'
|
2809
|
+
property :phrase_matcher, as: 'phraseMatcher'
|
2810
|
+
end
|
2811
|
+
end
|
2812
|
+
|
2813
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchRule
|
2814
|
+
# @private
|
2815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2816
|
+
property :config, as: 'config', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig::Representation
|
2817
|
+
|
2818
|
+
property :negated, as: 'negated'
|
2819
|
+
property :query, as: 'query'
|
2820
|
+
end
|
2821
|
+
end
|
2822
|
+
|
2823
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
|
2824
|
+
# @private
|
2825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2826
|
+
property :exact_match_config, as: 'exactMatchConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExactMatchConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExactMatchConfig::Representation
|
2827
|
+
|
2828
|
+
end
|
2829
|
+
end
|
2830
|
+
|
2831
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup
|
2832
|
+
# @private
|
2833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2834
|
+
collection :phrase_match_rules, as: 'phraseMatchRules', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRule::Representation
|
2835
|
+
|
2836
|
+
property :type, as: 'type'
|
2837
|
+
end
|
2838
|
+
end
|
2839
|
+
|
2840
|
+
class GoogleCloudContactcenterinsightsV1PhraseMatcher
|
2841
|
+
# @private
|
2842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2843
|
+
property :activation_update_time, as: 'activationUpdateTime'
|
2844
|
+
property :active, as: 'active'
|
2845
|
+
property :display_name, as: 'displayName'
|
2846
|
+
property :name, as: 'name'
|
2847
|
+
collection :phrase_match_rule_groups, as: 'phraseMatchRuleGroups', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup::Representation
|
2848
|
+
|
2849
|
+
property :revision_create_time, as: 'revisionCreateTime'
|
2850
|
+
property :revision_id, as: 'revisionId'
|
2851
|
+
property :role_match, as: 'roleMatch'
|
2852
|
+
property :type, as: 'type'
|
2853
|
+
property :update_time, as: 'updateTime'
|
2854
|
+
property :version_tag, as: 'versionTag'
|
2855
|
+
end
|
2856
|
+
end
|
2857
|
+
|
2858
|
+
class GoogleCloudContactcenterinsightsV1QaAnswer
|
2859
|
+
# @private
|
2860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2861
|
+
collection :answer_sources, as: 'answerSources', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource::Representation
|
2862
|
+
|
2863
|
+
property :answer_value, as: 'answerValue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue::Representation
|
2864
|
+
|
2865
|
+
property :conversation, as: 'conversation'
|
2866
|
+
property :qa_question, as: 'qaQuestion'
|
2867
|
+
property :question_body, as: 'questionBody'
|
2868
|
+
collection :tags, as: 'tags'
|
2869
|
+
end
|
2870
|
+
end
|
2871
|
+
|
2872
|
+
class GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource
|
2873
|
+
# @private
|
2874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2875
|
+
property :answer_value, as: 'answerValue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue::Representation
|
2876
|
+
|
2877
|
+
property :source_type, as: 'sourceType'
|
2878
|
+
end
|
2879
|
+
end
|
2880
|
+
|
2881
|
+
class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue
|
2882
|
+
# @private
|
2883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2884
|
+
property :bool_value, as: 'boolValue'
|
2885
|
+
property :key, as: 'key'
|
2886
|
+
property :na_value, as: 'naValue'
|
2887
|
+
property :normalized_score, as: 'normalizedScore'
|
2888
|
+
property :num_value, as: 'numValue'
|
2889
|
+
property :potential_score, as: 'potentialScore'
|
2890
|
+
property :score, as: 'score'
|
2891
|
+
property :str_value, as: 'strValue'
|
2892
|
+
end
|
2893
|
+
end
|
2894
|
+
|
2895
|
+
class GoogleCloudContactcenterinsightsV1QaQuestion
|
2896
|
+
# @private
|
2897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2898
|
+
property :abbreviation, as: 'abbreviation'
|
2899
|
+
collection :answer_choices, as: 'answerChoices', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice::Representation
|
2900
|
+
|
2901
|
+
property :answer_instructions, as: 'answerInstructions'
|
2902
|
+
property :create_time, as: 'createTime'
|
2903
|
+
property :metrics, as: 'metrics', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionMetrics, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionMetrics::Representation
|
2904
|
+
|
2905
|
+
property :name, as: 'name'
|
2906
|
+
property :order, as: 'order'
|
2907
|
+
property :question_body, as: 'questionBody'
|
2908
|
+
collection :tags, as: 'tags'
|
2909
|
+
property :tuning_metadata, as: 'tuningMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata::Representation
|
2910
|
+
|
2911
|
+
property :update_time, as: 'updateTime'
|
2912
|
+
end
|
2913
|
+
end
|
2914
|
+
|
2915
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice
|
2916
|
+
# @private
|
2917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2918
|
+
property :bool_value, as: 'boolValue'
|
2919
|
+
property :key, as: 'key'
|
2920
|
+
property :na_value, as: 'naValue'
|
2921
|
+
property :num_value, as: 'numValue'
|
2922
|
+
property :score, as: 'score'
|
2923
|
+
property :str_value, as: 'strValue'
|
2924
|
+
end
|
2925
|
+
end
|
2926
|
+
|
2927
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionMetrics
|
2928
|
+
# @private
|
2929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2930
|
+
property :accuracy, as: 'accuracy'
|
2931
|
+
end
|
2932
|
+
end
|
2933
|
+
|
2934
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata
|
2935
|
+
# @private
|
2936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2937
|
+
collection :dataset_validation_warnings, as: 'datasetValidationWarnings'
|
2938
|
+
property :total_valid_label_count, :numeric_string => true, as: 'totalValidLabelCount'
|
2939
|
+
property :tuning_error, as: 'tuningError'
|
2085
2940
|
end
|
2086
2941
|
end
|
2087
2942
|
|
2088
|
-
class
|
2943
|
+
class GoogleCloudContactcenterinsightsV1QaScorecard
|
2089
2944
|
# @private
|
2090
2945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2946
|
+
property :create_time, as: 'createTime'
|
2947
|
+
property :description, as: 'description'
|
2091
2948
|
property :display_name, as: 'displayName'
|
2092
|
-
property :
|
2093
|
-
property :
|
2949
|
+
property :name, as: 'name'
|
2950
|
+
property :update_time, as: 'updateTime'
|
2094
2951
|
end
|
2095
2952
|
end
|
2096
2953
|
|
2097
|
-
class
|
2954
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardResult
|
2098
2955
|
# @private
|
2099
2956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2100
|
-
property :
|
2101
|
-
|
2957
|
+
property :agent_id, as: 'agentId'
|
2958
|
+
property :conversation, as: 'conversation'
|
2959
|
+
property :create_time, as: 'createTime'
|
2960
|
+
property :name, as: 'name'
|
2961
|
+
property :normalized_score, as: 'normalizedScore'
|
2962
|
+
property :potential_score, as: 'potentialScore'
|
2963
|
+
collection :qa_answers, as: 'qaAnswers', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswer, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswer::Representation
|
2964
|
+
|
2965
|
+
property :qa_scorecard_revision, as: 'qaScorecardRevision'
|
2966
|
+
collection :qa_tag_results, as: 'qaTagResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult::Representation
|
2967
|
+
|
2968
|
+
property :score, as: 'score'
|
2969
|
+
collection :score_sources, as: 'scoreSources', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource::Representation
|
2102
2970
|
|
2103
2971
|
end
|
2104
2972
|
end
|
2105
2973
|
|
2106
|
-
class
|
2974
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult
|
2107
2975
|
# @private
|
2108
2976
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2109
|
-
|
2110
|
-
|
2111
|
-
property :
|
2977
|
+
property :normalized_score, as: 'normalizedScore'
|
2978
|
+
property :potential_score, as: 'potentialScore'
|
2979
|
+
property :score, as: 'score'
|
2980
|
+
property :tag, as: 'tag'
|
2112
2981
|
end
|
2113
2982
|
end
|
2114
2983
|
|
2115
|
-
class
|
2984
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource
|
2116
2985
|
# @private
|
2117
2986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2118
|
-
|
2987
|
+
property :normalized_score, as: 'normalizedScore'
|
2988
|
+
property :potential_score, as: 'potentialScore'
|
2989
|
+
collection :qa_tag_results, as: 'qaTagResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult::Representation
|
2119
2990
|
|
2120
|
-
property :
|
2991
|
+
property :score, as: 'score'
|
2992
|
+
property :source_type, as: 'sourceType'
|
2121
2993
|
end
|
2122
2994
|
end
|
2123
2995
|
|
2124
|
-
class
|
2996
|
+
class GoogleCloudContactcenterinsightsV1QaScorecardRevision
|
2125
2997
|
# @private
|
2126
2998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2127
|
-
collection :
|
2999
|
+
collection :alternate_ids, as: 'alternateIds'
|
3000
|
+
property :create_time, as: 'createTime'
|
3001
|
+
property :name, as: 'name'
|
3002
|
+
property :snapshot, as: 'snapshot', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecard, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecard::Representation
|
2128
3003
|
|
3004
|
+
property :state, as: 'state'
|
2129
3005
|
end
|
2130
3006
|
end
|
2131
3007
|
|
2132
|
-
class
|
3008
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsMetadata
|
2133
3009
|
# @private
|
2134
3010
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2135
|
-
collection :issues, as: 'issues', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue::Representation
|
2136
|
-
|
2137
3011
|
end
|
2138
3012
|
end
|
2139
3013
|
|
2140
|
-
class
|
3014
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
2141
3015
|
# @private
|
2142
3016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2143
|
-
|
2144
|
-
collection :phrase_matchers, as: 'phraseMatchers', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher::Representation
|
3017
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Dimension, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Dimension::Representation
|
2145
3018
|
|
3019
|
+
property :filter, as: 'filter'
|
3020
|
+
property :measure_mask, as: 'measureMask'
|
3021
|
+
property :time_granularity, as: 'timeGranularity'
|
2146
3022
|
end
|
2147
3023
|
end
|
2148
3024
|
|
2149
|
-
class
|
3025
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponse
|
2150
3026
|
# @private
|
2151
3027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2152
|
-
property :
|
2153
|
-
|
3028
|
+
property :location, as: 'location'
|
3029
|
+
property :macro_average_slice, as: 'macroAverageSlice', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice::Representation
|
2154
3030
|
|
3031
|
+
collection :slices, as: 'slices', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice::Representation
|
3032
|
+
|
3033
|
+
property :update_time, as: 'updateTime'
|
2155
3034
|
end
|
2156
3035
|
end
|
2157
3036
|
|
2158
|
-
class
|
3037
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice
|
2159
3038
|
# @private
|
2160
3039
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2161
|
-
|
2162
|
-
|
3040
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Dimension, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Dimension::Representation
|
3041
|
+
|
3042
|
+
property :time_series, as: 'timeSeries', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries::Representation
|
3043
|
+
|
3044
|
+
property :total, as: 'total', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint::Representation
|
3045
|
+
|
2163
3046
|
end
|
2164
3047
|
end
|
2165
3048
|
|
2166
|
-
class
|
3049
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint
|
2167
3050
|
# @private
|
2168
3051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2169
|
-
property :
|
3052
|
+
property :conversation_measure, as: 'conversationMeasure', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure::Representation
|
3053
|
+
|
3054
|
+
property :interval, as: 'interval', class: Google::Apis::ContactcenterinsightsV1::GoogleTypeInterval, decorator: Google::Apis::ContactcenterinsightsV1::GoogleTypeInterval::Representation
|
2170
3055
|
|
2171
|
-
property :negated, as: 'negated'
|
2172
|
-
property :query, as: 'query'
|
2173
3056
|
end
|
2174
3057
|
end
|
2175
3058
|
|
2176
|
-
class
|
3059
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure
|
2177
3060
|
# @private
|
2178
3061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2179
|
-
property :
|
3062
|
+
property :average_agent_sentiment_score, as: 'averageAgentSentimentScore'
|
3063
|
+
property :average_client_sentiment_score, as: 'averageClientSentimentScore'
|
3064
|
+
property :average_customer_satisfaction_rating, as: 'averageCustomerSatisfactionRating'
|
3065
|
+
property :average_duration, as: 'averageDuration'
|
3066
|
+
property :average_qa_normalized_score, as: 'averageQaNormalizedScore'
|
3067
|
+
property :average_qa_question_normalized_score, as: 'averageQaQuestionNormalizedScore'
|
3068
|
+
property :average_silence_percentage, as: 'averageSilencePercentage'
|
3069
|
+
property :average_turn_count, as: 'averageTurnCount'
|
3070
|
+
property :conversation_count, as: 'conversationCount'
|
3071
|
+
collection :qa_tag_scores, as: 'qaTagScores', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore::Representation
|
2180
3072
|
|
2181
3073
|
end
|
2182
3074
|
end
|
2183
3075
|
|
2184
|
-
class
|
3076
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore
|
2185
3077
|
# @private
|
2186
3078
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2187
|
-
|
2188
|
-
|
2189
|
-
property :type, as: 'type'
|
3079
|
+
property :average_tag_normalized_score, as: 'averageTagNormalizedScore'
|
3080
|
+
property :tag, as: 'tag'
|
2190
3081
|
end
|
2191
3082
|
end
|
2192
3083
|
|
2193
|
-
class
|
3084
|
+
class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries
|
2194
3085
|
# @private
|
2195
3086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2196
|
-
|
2197
|
-
property :active, as: 'active'
|
2198
|
-
property :display_name, as: 'displayName'
|
2199
|
-
property :name, as: 'name'
|
2200
|
-
collection :phrase_match_rule_groups, as: 'phraseMatchRuleGroups', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup::Representation
|
3087
|
+
collection :data_points, as: 'dataPoints', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint::Representation
|
2201
3088
|
|
2202
|
-
property :revision_create_time, as: 'revisionCreateTime'
|
2203
|
-
property :revision_id, as: 'revisionId'
|
2204
|
-
property :role_match, as: 'roleMatch'
|
2205
|
-
property :type, as: 'type'
|
2206
|
-
property :update_time, as: 'updateTime'
|
2207
|
-
property :version_tag, as: 'versionTag'
|
2208
3089
|
end
|
2209
3090
|
end
|
2210
3091
|
|
@@ -2322,6 +3203,14 @@ module Google
|
|
2322
3203
|
end
|
2323
3204
|
end
|
2324
3205
|
|
3206
|
+
class GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest
|
3207
|
+
# @private
|
3208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3209
|
+
property :filter, as: 'filter'
|
3210
|
+
property :validate_only, as: 'validateOnly'
|
3211
|
+
end
|
3212
|
+
end
|
3213
|
+
|
2325
3214
|
class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
|
2326
3215
|
# @private
|
2327
3216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2345,6 +3234,12 @@ module Google
|
|
2345
3234
|
end
|
2346
3235
|
end
|
2347
3236
|
|
3237
|
+
class GoogleCloudContactcenterinsightsV1UndeployQaScorecardRevisionRequest
|
3238
|
+
# @private
|
3239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3240
|
+
end
|
3241
|
+
end
|
3242
|
+
|
2348
3243
|
class GoogleCloudContactcenterinsightsV1UploadConversationMetadata
|
2349
3244
|
# @private
|
2350
3245
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2418,6 +3313,8 @@ module Google
|
|
2418
3313
|
|
2419
3314
|
hash :phrase_matchers, as: 'phraseMatchers', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData::Representation
|
2420
3315
|
|
3316
|
+
collection :qa_scorecard_results, as: 'qaScorecardResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult::Representation
|
3317
|
+
|
2421
3318
|
collection :sentiments, as: 'sentiments', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment::Representation
|
2422
3319
|
|
2423
3320
|
property :silence, as: 'silence', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence::Representation
|
@@ -2438,11 +3335,14 @@ module Google
|
|
2438
3335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2439
3336
|
collection :issue_models, as: 'issueModels'
|
2440
3337
|
collection :phrase_matchers, as: 'phraseMatchers'
|
3338
|
+
property :qa_config, as: 'qaConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig::Representation
|
3339
|
+
|
2441
3340
|
property :run_entity_annotator, as: 'runEntityAnnotator'
|
2442
3341
|
property :run_intent_annotator, as: 'runIntentAnnotator'
|
2443
3342
|
property :run_interruption_annotator, as: 'runInterruptionAnnotator'
|
2444
3343
|
property :run_issue_model_annotator, as: 'runIssueModelAnnotator'
|
2445
3344
|
property :run_phrase_matcher_annotator, as: 'runPhraseMatcherAnnotator'
|
3345
|
+
property :run_qa_annotator, as: 'runQaAnnotator'
|
2446
3346
|
property :run_sentiment_annotator, as: 'runSentimentAnnotator'
|
2447
3347
|
property :run_silence_annotator, as: 'runSilenceAnnotator'
|
2448
3348
|
property :run_summarization_annotator, as: 'runSummarizationAnnotator'
|
@@ -2451,6 +3351,21 @@ module Google
|
|
2451
3351
|
end
|
2452
3352
|
end
|
2453
3353
|
|
3354
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig
|
3355
|
+
# @private
|
3356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3357
|
+
property :scorecard_list, as: 'scorecardList', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList::Representation
|
3358
|
+
|
3359
|
+
end
|
3360
|
+
end
|
3361
|
+
|
3362
|
+
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList
|
3363
|
+
# @private
|
3364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3365
|
+
collection :qa_scorecard_revisions, as: 'qaScorecardRevisions'
|
3366
|
+
end
|
3367
|
+
end
|
3368
|
+
|
2454
3369
|
class GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig
|
2455
3370
|
# @private
|
2456
3371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2666,6 +3581,7 @@ module Google
|
|
2666
3581
|
# @private
|
2667
3582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2668
3583
|
property :agent_id, as: 'agentId'
|
3584
|
+
property :agent_type, as: 'agentType'
|
2669
3585
|
property :display_name, as: 'displayName'
|
2670
3586
|
property :disposition_code, as: 'dispositionCode'
|
2671
3587
|
property :team, as: 'team'
|
@@ -2821,6 +3737,58 @@ module Google
|
|
2821
3737
|
end
|
2822
3738
|
end
|
2823
3739
|
|
3740
|
+
class GoogleCloudContactcenterinsightsV1alpha1Dimension
|
3741
|
+
# @private
|
3742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3743
|
+
property :agent_dimension_metadata, as: 'agentDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata::Representation
|
3744
|
+
|
3745
|
+
property :dimension_key, as: 'dimensionKey'
|
3746
|
+
property :issue_dimension_metadata, as: 'issueDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata::Representation
|
3747
|
+
|
3748
|
+
property :qa_question_answer_dimension_metadata, as: 'qaQuestionAnswerDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata::Representation
|
3749
|
+
|
3750
|
+
property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata::Representation
|
3751
|
+
|
3752
|
+
end
|
3753
|
+
end
|
3754
|
+
|
3755
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata
|
3756
|
+
# @private
|
3757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3758
|
+
property :agent_display_name, as: 'agentDisplayName'
|
3759
|
+
property :agent_id, as: 'agentId'
|
3760
|
+
property :agent_team, as: 'agentTeam'
|
3761
|
+
end
|
3762
|
+
end
|
3763
|
+
|
3764
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
|
3765
|
+
# @private
|
3766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3767
|
+
property :issue_display_name, as: 'issueDisplayName'
|
3768
|
+
property :issue_id, as: 'issueId'
|
3769
|
+
property :issue_model_id, as: 'issueModelId'
|
3770
|
+
end
|
3771
|
+
end
|
3772
|
+
|
3773
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
|
3774
|
+
# @private
|
3775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3776
|
+
property :answer_value, as: 'answerValue'
|
3777
|
+
property :qa_question_id, as: 'qaQuestionId'
|
3778
|
+
property :qa_scorecard_id, as: 'qaScorecardId'
|
3779
|
+
property :question_body, as: 'questionBody'
|
3780
|
+
end
|
3781
|
+
end
|
3782
|
+
|
3783
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata
|
3784
|
+
# @private
|
3785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3786
|
+
property :qa_question_id, as: 'qaQuestionId'
|
3787
|
+
property :qa_scorecard_id, as: 'qaScorecardId'
|
3788
|
+
property :question_body, as: 'questionBody'
|
3789
|
+
end
|
3790
|
+
end
|
3791
|
+
|
2824
3792
|
class GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec
|
2825
3793
|
# @private
|
2826
3794
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2934,6 +3902,19 @@ module Google
|
|
2934
3902
|
end
|
2935
3903
|
end
|
2936
3904
|
|
3905
|
+
class GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel
|
3906
|
+
# @private
|
3907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3908
|
+
property :create_time, as: 'createTime'
|
3909
|
+
property :label, as: 'label'
|
3910
|
+
property :labeled_resource, as: 'labeledResource'
|
3911
|
+
property :name, as: 'name'
|
3912
|
+
property :qa_answer_label, as: 'qaAnswerLabel', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue::Representation
|
3913
|
+
|
3914
|
+
property :update_time, as: 'updateTime'
|
3915
|
+
end
|
3916
|
+
end
|
3917
|
+
|
2937
3918
|
class GoogleCloudContactcenterinsightsV1alpha1GcsSource
|
2938
3919
|
# @private
|
2939
3920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3174,6 +4155,24 @@ module Google
|
|
3174
4155
|
end
|
3175
4156
|
end
|
3176
4157
|
|
4158
|
+
class GoogleCloudContactcenterinsightsV1alpha1ListAllFeedbackLabelsResponse
|
4159
|
+
# @private
|
4160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4161
|
+
collection :feedback_labels, as: 'feedbackLabels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel::Representation
|
4162
|
+
|
4163
|
+
property :next_page_token, as: 'nextPageToken'
|
4164
|
+
end
|
4165
|
+
end
|
4166
|
+
|
4167
|
+
class GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse
|
4168
|
+
# @private
|
4169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4170
|
+
collection :feedback_labels, as: 'feedbackLabels', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel::Representation
|
4171
|
+
|
4172
|
+
property :next_page_token, as: 'nextPageToken'
|
4173
|
+
end
|
4174
|
+
end
|
4175
|
+
|
3177
4176
|
class GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData
|
3178
4177
|
# @private
|
3179
4178
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3182,6 +4181,158 @@ module Google
|
|
3182
4181
|
end
|
3183
4182
|
end
|
3184
4183
|
|
4184
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswer
|
4185
|
+
# @private
|
4186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4187
|
+
collection :answer_sources, as: 'answerSources', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource::Representation
|
4188
|
+
|
4189
|
+
property :answer_value, as: 'answerValue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue::Representation
|
4190
|
+
|
4191
|
+
property :conversation, as: 'conversation'
|
4192
|
+
property :qa_question, as: 'qaQuestion'
|
4193
|
+
property :question_body, as: 'questionBody'
|
4194
|
+
collection :tags, as: 'tags'
|
4195
|
+
end
|
4196
|
+
end
|
4197
|
+
|
4198
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource
|
4199
|
+
# @private
|
4200
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4201
|
+
property :answer_value, as: 'answerValue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue::Representation
|
4202
|
+
|
4203
|
+
property :source_type, as: 'sourceType'
|
4204
|
+
end
|
4205
|
+
end
|
4206
|
+
|
4207
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue
|
4208
|
+
# @private
|
4209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4210
|
+
property :bool_value, as: 'boolValue'
|
4211
|
+
property :key, as: 'key'
|
4212
|
+
property :na_value, as: 'naValue'
|
4213
|
+
property :normalized_score, as: 'normalizedScore'
|
4214
|
+
property :num_value, as: 'numValue'
|
4215
|
+
property :potential_score, as: 'potentialScore'
|
4216
|
+
property :score, as: 'score'
|
4217
|
+
property :str_value, as: 'strValue'
|
4218
|
+
end
|
4219
|
+
end
|
4220
|
+
|
4221
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult
|
4222
|
+
# @private
|
4223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4224
|
+
property :agent_id, as: 'agentId'
|
4225
|
+
property :conversation, as: 'conversation'
|
4226
|
+
property :create_time, as: 'createTime'
|
4227
|
+
property :name, as: 'name'
|
4228
|
+
property :normalized_score, as: 'normalizedScore'
|
4229
|
+
property :potential_score, as: 'potentialScore'
|
4230
|
+
collection :qa_answers, as: 'qaAnswers', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswer, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswer::Representation
|
4231
|
+
|
4232
|
+
property :qa_scorecard_revision, as: 'qaScorecardRevision'
|
4233
|
+
collection :qa_tag_results, as: 'qaTagResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult::Representation
|
4234
|
+
|
4235
|
+
property :score, as: 'score'
|
4236
|
+
collection :score_sources, as: 'scoreSources', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource::Representation
|
4237
|
+
|
4238
|
+
end
|
4239
|
+
end
|
4240
|
+
|
4241
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult
|
4242
|
+
# @private
|
4243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4244
|
+
property :normalized_score, as: 'normalizedScore'
|
4245
|
+
property :potential_score, as: 'potentialScore'
|
4246
|
+
property :score, as: 'score'
|
4247
|
+
property :tag, as: 'tag'
|
4248
|
+
end
|
4249
|
+
end
|
4250
|
+
|
4251
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource
|
4252
|
+
# @private
|
4253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4254
|
+
property :normalized_score, as: 'normalizedScore'
|
4255
|
+
property :potential_score, as: 'potentialScore'
|
4256
|
+
collection :qa_tag_results, as: 'qaTagResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult::Representation
|
4257
|
+
|
4258
|
+
property :score, as: 'score'
|
4259
|
+
property :source_type, as: 'sourceType'
|
4260
|
+
end
|
4261
|
+
end
|
4262
|
+
|
4263
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
|
4264
|
+
# @private
|
4265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4266
|
+
end
|
4267
|
+
end
|
4268
|
+
|
4269
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse
|
4270
|
+
# @private
|
4271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4272
|
+
property :location, as: 'location'
|
4273
|
+
property :macro_average_slice, as: 'macroAverageSlice', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice::Representation
|
4274
|
+
|
4275
|
+
collection :slices, as: 'slices', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice::Representation
|
4276
|
+
|
4277
|
+
property :update_time, as: 'updateTime'
|
4278
|
+
end
|
4279
|
+
end
|
4280
|
+
|
4281
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice
|
4282
|
+
# @private
|
4283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4284
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1Dimension, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1Dimension::Representation
|
4285
|
+
|
4286
|
+
property :time_series, as: 'timeSeries', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries::Representation
|
4287
|
+
|
4288
|
+
property :total, as: 'total', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint::Representation
|
4289
|
+
|
4290
|
+
end
|
4291
|
+
end
|
4292
|
+
|
4293
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint
|
4294
|
+
# @private
|
4295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4296
|
+
property :conversation_measure, as: 'conversationMeasure', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure::Representation
|
4297
|
+
|
4298
|
+
property :interval, as: 'interval', class: Google::Apis::ContactcenterinsightsV1::GoogleTypeInterval, decorator: Google::Apis::ContactcenterinsightsV1::GoogleTypeInterval::Representation
|
4299
|
+
|
4300
|
+
end
|
4301
|
+
end
|
4302
|
+
|
4303
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure
|
4304
|
+
# @private
|
4305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4306
|
+
property :average_agent_sentiment_score, as: 'averageAgentSentimentScore'
|
4307
|
+
property :average_client_sentiment_score, as: 'averageClientSentimentScore'
|
4308
|
+
property :average_customer_satisfaction_rating, as: 'averageCustomerSatisfactionRating'
|
4309
|
+
property :average_duration, as: 'averageDuration'
|
4310
|
+
property :average_qa_normalized_score, as: 'averageQaNormalizedScore'
|
4311
|
+
property :average_qa_question_normalized_score, as: 'averageQaQuestionNormalizedScore'
|
4312
|
+
property :average_silence_percentage, as: 'averageSilencePercentage'
|
4313
|
+
property :average_turn_count, as: 'averageTurnCount'
|
4314
|
+
property :conversation_count, as: 'conversationCount'
|
4315
|
+
collection :qa_tag_scores, as: 'qaTagScores', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore::Representation
|
4316
|
+
|
4317
|
+
end
|
4318
|
+
end
|
4319
|
+
|
4320
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore
|
4321
|
+
# @private
|
4322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4323
|
+
property :average_tag_normalized_score, as: 'averageTagNormalizedScore'
|
4324
|
+
property :tag, as: 'tag'
|
4325
|
+
end
|
4326
|
+
end
|
4327
|
+
|
4328
|
+
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries
|
4329
|
+
# @private
|
4330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4331
|
+
collection :data_points, as: 'dataPoints', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint::Representation
|
4332
|
+
|
4333
|
+
end
|
4334
|
+
end
|
4335
|
+
|
3185
4336
|
class GoogleCloudContactcenterinsightsV1alpha1RedactionConfig
|
3186
4337
|
# @private
|
3187
4338
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3353,6 +4504,14 @@ module Google
|
|
3353
4504
|
property :message, as: 'message'
|
3354
4505
|
end
|
3355
4506
|
end
|
4507
|
+
|
4508
|
+
class GoogleTypeInterval
|
4509
|
+
# @private
|
4510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4511
|
+
property :end_time, as: 'endTime'
|
4512
|
+
property :start_time, as: 'startTime'
|
4513
|
+
end
|
4514
|
+
end
|
3356
4515
|
end
|
3357
4516
|
end
|
3358
4517
|
end
|