@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20230417 → 0.0.20230429

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.
Files changed (3) hide show
  1. package/index.d.ts +2653 -1287
  2. package/package.json +1 -1
  3. package/tests.ts +103 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20230417",
3
+ "version": "0.0.20230429",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230417
6
+ // Revision: 20230429
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -53,6 +53,11 @@ gapi.load('client', async () => {
53
53
  runPhraseMatcherAnnotator: true,
54
54
  runSentimentAnnotator: true,
55
55
  runSilenceAnnotator: true,
56
+ runSummarizationAnnotator: true,
57
+ summarizationConfig: {
58
+ conversationProfile: "Test string",
59
+ summarizationModel: "Test string",
60
+ },
56
61
  },
57
62
  runtimeIntegrationAnalysisPercentage: 42,
58
63
  uploadConversationAnalysisPercentage: 42,
@@ -89,6 +94,11 @@ gapi.load('client', async () => {
89
94
  runPhraseMatcherAnnotator: true,
90
95
  runSentimentAnnotator: true,
91
96
  runSilenceAnnotator: true,
97
+ runSummarizationAnnotator: true,
98
+ summarizationConfig: {
99
+ conversationProfile: "Test string",
100
+ summarizationModel: "Test string",
101
+ },
92
102
  },
93
103
  filter: "Test string",
94
104
  parent: "Test string",
@@ -240,11 +250,28 @@ gapi.load('client', async () => {
240
250
  runPhraseMatcherAnnotator: true,
241
251
  runSentimentAnnotator: true,
242
252
  runSilenceAnnotator: true,
253
+ runSummarizationAnnotator: true,
254
+ summarizationConfig: {
255
+ conversationProfile: "Test string",
256
+ summarizationModel: "Test string",
257
+ },
243
258
  },
244
259
  createTime: "Test string",
245
260
  name: "Test string",
246
261
  requestTime: "Test string",
247
262
  },
263
+ latestSummary: {
264
+ answerRecord: "Test string",
265
+ confidence: 42,
266
+ conversationModel: "Test string",
267
+ metadata: {
268
+ A: "Test string"
269
+ },
270
+ text: "Test string",
271
+ textSections: {
272
+ A: "Test string"
273
+ },
274
+ },
248
275
  medium: "Test string",
249
276
  name: "Test string",
250
277
  obfuscatedUserId: "Test string",
@@ -266,6 +293,18 @@ gapi.load('client', async () => {
266
293
  title: "Test string",
267
294
  uri: "Test string",
268
295
  },
296
+ conversationSummarizationSuggestion: {
297
+ answerRecord: "Test string",
298
+ confidence: 42,
299
+ conversationModel: "Test string",
300
+ metadata: {
301
+ A: "Test string"
302
+ },
303
+ text: "Test string",
304
+ textSections: {
305
+ A: "Test string"
306
+ },
307
+ },
269
308
  createTime: "Test string",
270
309
  dialogflowInteraction: {
271
310
  confidence: 42,
@@ -520,11 +559,28 @@ gapi.load('client', async () => {
520
559
  runPhraseMatcherAnnotator: true,
521
560
  runSentimentAnnotator: true,
522
561
  runSilenceAnnotator: true,
562
+ runSummarizationAnnotator: true,
563
+ summarizationConfig: {
564
+ conversationProfile: "Test string",
565
+ summarizationModel: "Test string",
566
+ },
523
567
  },
524
568
  createTime: "Test string",
525
569
  name: "Test string",
526
570
  requestTime: "Test string",
527
571
  },
572
+ latestSummary: {
573
+ answerRecord: "Test string",
574
+ confidence: 42,
575
+ conversationModel: "Test string",
576
+ metadata: {
577
+ A: "Test string"
578
+ },
579
+ text: "Test string",
580
+ textSections: {
581
+ A: "Test string"
582
+ },
583
+ },
528
584
  medium: "Test string",
529
585
  name: "Test string",
530
586
  obfuscatedUserId: "Test string",
@@ -546,6 +602,18 @@ gapi.load('client', async () => {
546
602
  title: "Test string",
547
603
  uri: "Test string",
548
604
  },
605
+ conversationSummarizationSuggestion: {
606
+ answerRecord: "Test string",
607
+ confidence: 42,
608
+ conversationModel: "Test string",
609
+ metadata: {
610
+ A: "Test string"
611
+ },
612
+ text: "Test string",
613
+ textSections: {
614
+ A: "Test string"
615
+ },
616
+ },
549
617
  createTime: "Test string",
550
618
  dialogflowInteraction: {
551
619
  confidence: 42,
@@ -767,11 +835,28 @@ gapi.load('client', async () => {
767
835
  runPhraseMatcherAnnotator: true,
768
836
  runSentimentAnnotator: true,
769
837
  runSilenceAnnotator: true,
838
+ runSummarizationAnnotator: true,
839
+ summarizationConfig: {
840
+ conversationProfile: "Test string",
841
+ summarizationModel: "Test string",
842
+ },
770
843
  },
771
844
  createTime: "Test string",
772
845
  name: "Test string",
773
846
  requestTime: "Test string",
774
847
  },
848
+ latestSummary: {
849
+ answerRecord: "Test string",
850
+ confidence: 42,
851
+ conversationModel: "Test string",
852
+ metadata: {
853
+ A: "Test string"
854
+ },
855
+ text: "Test string",
856
+ textSections: {
857
+ A: "Test string"
858
+ },
859
+ },
775
860
  medium: "Test string",
776
861
  name: "Test string",
777
862
  obfuscatedUserId: "Test string",
@@ -793,6 +878,18 @@ gapi.load('client', async () => {
793
878
  title: "Test string",
794
879
  uri: "Test string",
795
880
  },
881
+ conversationSummarizationSuggestion: {
882
+ answerRecord: "Test string",
883
+ confidence: 42,
884
+ conversationModel: "Test string",
885
+ metadata: {
886
+ A: "Test string"
887
+ },
888
+ text: "Test string",
889
+ textSections: {
890
+ A: "Test string"
891
+ },
892
+ },
796
893
  createTime: "Test string",
797
894
  dialogflowInteraction: {
798
895
  confidence: 42,
@@ -992,6 +1089,11 @@ gapi.load('client', async () => {
992
1089
  runPhraseMatcherAnnotator: true,
993
1090
  runSentimentAnnotator: true,
994
1091
  runSilenceAnnotator: true,
1092
+ runSummarizationAnnotator: true,
1093
+ summarizationConfig: {
1094
+ conversationProfile: "Test string",
1095
+ summarizationModel: "Test string",
1096
+ },
995
1097
  },
996
1098
  createTime: "Test string",
997
1099
  name: "Test string",