@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240402 → 0.0.20240416

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 (2) hide show
  1. package/index.d.ts +305 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240402
12
+ // Revision: 20240416
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -28,6 +28,98 @@ declare namespace gapi.client {
28
28
  ): void;
29
29
 
30
30
  namespace contactcenterinsights {
31
+ interface GoogleCloudContactcenterinsightsV1AgentCoachingInstruction {
32
+ /** Optional. The action that human agent should take. For example, "apologize for the slow shipping". If the users only want to use agent coaching for intent detection, agent_action can be empty */
33
+ agentAction?: string;
34
+ /** Optional. The condition of the instruction. For example, "the customer wants to cancel an order". If the users want the instruction to be triggered unconditionally, the condition can be empty. */
35
+ condition?: string;
36
+ /** Optional. The detailed description of this instruction. */
37
+ description?: string;
38
+ /** Optional. Display name for the instruction. */
39
+ displayName?: string;
40
+ /** Optional. Additional information attached to this instruction. */
41
+ metadata?: {[P in string]: string};
42
+ /** Optional. The action that system should take. For example, "call GetOrderTime with order_number={order number provided by the customer}". If the users don't have plugins or don't want to trigger plugins, the system_action can be empty */
43
+ systemAction?: string;
44
+ }
45
+ interface GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion {
46
+ /** Optional. Suggested actions for the agent to take. */
47
+ agentActionSuggestions?: GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion[];
48
+ /** Optional. Instructions applicable based on the current context. */
49
+ applicableInstructions?: GoogleCloudContactcenterinsightsV1AgentCoachingInstruction[];
50
+ /** Optional. Sample response for the Agent. */
51
+ sampleResponses?: GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse[];
52
+ /** Self evaluation of the suggestion. */
53
+ suggestionEval?: GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval;
54
+ /** Reasoning for the suggestion. */
55
+ suggestionReasoning?: GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning;
56
+ }
57
+ interface GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion {
58
+ /** Optional. The suggested action for the agent. */
59
+ agentAction?: string;
60
+ }
61
+ interface GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval {
62
+ /** Optional. Eval for Agent action suggestion. */
63
+ actionActionSuggestionEval?: string;
64
+ /** Optional. Eval for sample response. */
65
+ sampleResponseEval?: string;
66
+ }
67
+ interface GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning {
68
+ /** Optional. The actions that the agent has taken already. */
69
+ agentActionTaken?: string;
70
+ /** Optional. Summary of the issue. */
71
+ issueSummary?: string;
72
+ }
73
+ interface GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse {
74
+ /** Optional. Sample response for Agent in text. */
75
+ responseText?: string;
76
+ }
77
+ interface GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction {
78
+ /** Optional. The action that human agent should take. For example, "apologize for the slow shipping". If the users only want to use agent coaching for intent detection, agent_action can be empty */
79
+ agentAction?: string;
80
+ /** Optional. The condition of the instruction. For example, "the customer wants to cancel an order". If the users want the instruction to be triggered unconditionally, the condition can be empty. */
81
+ condition?: string;
82
+ /** Optional. The detailed description of this instruction. */
83
+ description?: string;
84
+ /** Optional. Display name for the instruction. */
85
+ displayName?: string;
86
+ /** Optional. Additional information attached to this instruction. */
87
+ metadata?: {[P in string]: string};
88
+ /** Optional. The action that system should take. For example, "call GetOrderTime with order_number={order number provided by the customer}". If the users don't have plugins or don't want to trigger plugins, the system_action can be empty */
89
+ systemAction?: string;
90
+ }
91
+ interface GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion {
92
+ /** Optional. Suggested actions for the agent to take. */
93
+ agentActionSuggestions?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion[];
94
+ /** Optional. Instructions applicable based on the current context. */
95
+ applicableInstructions?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction[];
96
+ /** Optional. Sample response for the Agent. */
97
+ sampleResponses?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse[];
98
+ /** Self evaluation of the suggestion. */
99
+ suggestionEval?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval;
100
+ /** Reasoning for the suggestion. */
101
+ suggestionReasoning?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning;
102
+ }
103
+ interface GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion {
104
+ /** Optional. The suggested action for the agent. */
105
+ agentAction?: string;
106
+ }
107
+ interface GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval {
108
+ /** Optional. Eval for Agent action suggestion. */
109
+ actionActionSuggestionEval?: string;
110
+ /** Optional. Eval for sample response. */
111
+ sampleResponseEval?: string;
112
+ }
113
+ interface GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning {
114
+ /** Optional. The actions that the agent has taken already. */
115
+ agentActionTaken?: string;
116
+ /** Optional. Summary of the issue. */
117
+ issueSummary?: string;
118
+ }
119
+ interface GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse {
120
+ /** Optional. Sample response for Agent in text. */
121
+ responseText?: string;
122
+ }
31
123
  interface GoogleCloudContactcenterinsightsV1alpha1Analysis {
32
124
  /** Output only. The result of the analysis, which is populated when the analysis finishes. */
33
125
  analysisResult?: GoogleCloudContactcenterinsightsV1alpha1AnalysisResult;
@@ -496,12 +588,80 @@ declare namespace gapi.client {
496
588
  /** The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}. */
497
589
  source?: string;
498
590
  }
591
+ interface GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion {
592
+ /** Optional. Labels for the generator. */
593
+ labels?: string[];
594
+ /** Required. Free form suggestion. */
595
+ response?: string;
596
+ }
499
597
  interface GoogleCloudContactcenterinsightsV1alpha1GcsSource {
500
598
  /** Cloud Storage URI that points to a file that contains the conversation audio. */
501
599
  audioUri?: string;
502
600
  /** Immutable. Cloud Storage URI that points to a file that contains the conversation transcript. */
503
601
  transcriptUri?: string;
504
602
  }
603
+ interface GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion {
604
+ /** Optional. Suggestion to coach the agent. */
605
+ agentCoachingSuggestion?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion;
606
+ /** Optional. Free form suggestion. */
607
+ freeFormSuggestion?: GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion;
608
+ /** Optional. Suggested summary. */
609
+ summarySuggestion?: GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion;
610
+ }
611
+ interface GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse {
612
+ /** The suggestion generated from the Generator. */
613
+ generatorSuggestion?: GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion;
614
+ }
615
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse {
616
+ /** The query suggested based on the context. Suggestion is made only if it is different from the previous suggestion. */
617
+ suggestedQuery?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery;
618
+ /** The answer generated for the suggested query. Whether or not an answer is generated depends on how confident we are about the generated query. */
619
+ suggestedQueryAnswer?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer;
620
+ }
621
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer {
622
+ /** The piece of text from the `source` that answers this suggested query. */
623
+ answerText?: string;
624
+ /** Populated if the prediction came from FAQ. */
625
+ faqSource?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource;
626
+ /** Populated if the prediction was Generative. */
627
+ generativeSource?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource;
628
+ /** Populated if the prediction was from intent matching. */
629
+ intentMatchingSource?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource;
630
+ /** The system's confidence score that this answer is a good match for this conversational query. The range is from 0.0 (completely uncertain) to 1.0 (completely certain). */
631
+ matchConfidence?: number;
632
+ }
633
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource {
634
+ /** Indicates which Knowledge Document this answer was extracted from. Format: `projects//knowledgeBases//documents/`. */
635
+ document?: string;
636
+ /** The corresponding FAQ question. */
637
+ question?: string;
638
+ }
639
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource {
640
+ /** All snippets used for this Generative Prediction, with their source URI and data. */
641
+ snippets?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet[];
642
+ }
643
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet {
644
+ /** Indicates which Knowledge Document this snippet was extracted from. Format: `projects//knowledgeBases//documents/`. */
645
+ document?: string;
646
+ /** text taken from that URI. */
647
+ text?: string;
648
+ /** Title of the document. */
649
+ title?: string;
650
+ /** URI the data is sourced from. */
651
+ uri?: string;
652
+ }
653
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource {
654
+ /** Title of the document. */
655
+ title?: string;
656
+ /** URI the data is sourced from. */
657
+ uri?: string;
658
+ }
659
+ interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery {
660
+ /** Suggested query text. */
661
+ queryText?: string;
662
+ /** Suggested query score. */
663
+ score?: number;
664
+ }
505
665
  interface GoogleCloudContactcenterinsightsV1alpha1HoldData {}
506
666
  interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata {
507
667
  /** The time the operation was created. */
@@ -689,6 +849,12 @@ declare namespace gapi.client {
689
849
  endBoundary?: GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary;
690
850
  /** Agent Assist FAQ answer data. */
691
851
  faqAnswer?: GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData;
852
+ /** The generator suggestion result. */
853
+ generatorSuggestionResult?: GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse;
854
+ /** The Knowledge Assist result. */
855
+ knowledgeAssistResult?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse;
856
+ /** The Knowledge Search result. */
857
+ knowledgeSearchResult?: GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer;
692
858
  /** Agent Assist Smart Compose suggestion data. */
693
859
  smartComposeSuggestion?: GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData;
694
860
  /** Agent Assist Smart Reply data. */
@@ -696,6 +862,28 @@ declare namespace gapi.client {
696
862
  /** The boundary in the conversation where the annotation starts, inclusive. */
697
863
  startBoundary?: GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary;
698
864
  }
865
+ interface GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer {
866
+ /** The piece of text from the knowledge base documents that answers the search query */
867
+ answer?: string;
868
+ /** The name of the answer record. Format: `projects//locations//answer Records/` */
869
+ answerRecord?: string;
870
+ /** All sources used to generate the answer. */
871
+ answerSources?: GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource[];
872
+ /** The type of the answer. */
873
+ answerType?: string;
874
+ /** The confidence score in [0.0, 1.0] range. */
875
+ confidenceScore?: number;
876
+ }
877
+ interface GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource {
878
+ /** The document from which the snippet was extracted. Format: `projects//knowledgeBases//documents/` */
879
+ document?: string;
880
+ /** The relevant snippet of the article. */
881
+ snippet?: string;
882
+ /** The title of the article. */
883
+ title?: string;
884
+ /** The URI of the article. */
885
+ uri?: string;
886
+ }
699
887
  interface GoogleCloudContactcenterinsightsV1alpha1SentimentData {
700
888
  /** A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score. */
701
889
  magnitude?: number;
@@ -727,6 +915,16 @@ declare namespace gapi.client {
727
915
  /** The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}` */
728
916
  speechRecognizer?: string;
729
917
  }
918
+ interface GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion {
919
+ /** Required. All the parts of generated summary. */
920
+ summarySections?: GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection[];
921
+ }
922
+ interface GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection {
923
+ /** Required. Name of the section. */
924
+ section?: string;
925
+ /** Required. Summary text for the section. */
926
+ summary?: string;
927
+ }
730
928
  interface GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata {
731
929
  /** Output only. The time the operation was created. */
732
930
  createTime?: string;
@@ -1270,12 +1468,80 @@ declare namespace gapi.client {
1270
1468
  /** The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}. */
1271
1469
  source?: string;
1272
1470
  }
1471
+ interface GoogleCloudContactcenterinsightsV1FreeFormSuggestion {
1472
+ /** Optional. Labels for the generator. */
1473
+ labels?: string[];
1474
+ /** Required. Free form suggestion. */
1475
+ response?: string;
1476
+ }
1273
1477
  interface GoogleCloudContactcenterinsightsV1GcsSource {
1274
1478
  /** Cloud Storage URI that points to a file that contains the conversation audio. */
1275
1479
  audioUri?: string;
1276
1480
  /** Immutable. Cloud Storage URI that points to a file that contains the conversation transcript. */
1277
1481
  transcriptUri?: string;
1278
1482
  }
1483
+ interface GoogleCloudContactcenterinsightsV1GeneratorSuggestion {
1484
+ /** Optional. Suggestion to coach the agent. */
1485
+ agentCoachingSuggestion?: GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion;
1486
+ /** Optional. Free form suggestion. */
1487
+ freeFormSuggestion?: GoogleCloudContactcenterinsightsV1FreeFormSuggestion;
1488
+ /** Optional. Suggested summary. */
1489
+ summarySuggestion?: GoogleCloudContactcenterinsightsV1SummarySuggestion;
1490
+ }
1491
+ interface GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse {
1492
+ /** The suggestion generated from the Generator. */
1493
+ generatorSuggestion?: GoogleCloudContactcenterinsightsV1GeneratorSuggestion;
1494
+ }
1495
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse {
1496
+ /** The query suggested based on the context. Suggestion is made only if it is different from the previous suggestion. */
1497
+ suggestedQuery?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery;
1498
+ /** The answer generated for the suggested query. Whether or not an answer is generated depends on how confident we are about the generated query. */
1499
+ suggestedQueryAnswer?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer;
1500
+ }
1501
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer {
1502
+ /** The piece of text from the `source` that answers this suggested query. */
1503
+ answerText?: string;
1504
+ /** Populated if the prediction came from FAQ. */
1505
+ faqSource?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource;
1506
+ /** Populated if the prediction was Generative. */
1507
+ generativeSource?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource;
1508
+ /** Populated if the prediction was from intent matching. */
1509
+ intentMatchingSource?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource;
1510
+ /** The system's confidence score that this answer is a good match for this conversational query. The range is from 0.0 (completely uncertain) to 1.0 (completely certain). */
1511
+ matchConfidence?: number;
1512
+ }
1513
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource {
1514
+ /** Indicates which Knowledge Document this answer was extracted from. Format: `projects//knowledgeBases//documents/`. */
1515
+ document?: string;
1516
+ /** The corresponding FAQ question. */
1517
+ question?: string;
1518
+ }
1519
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource {
1520
+ /** All snippets used for this Generative Prediction, with their source URI and data. */
1521
+ snippets?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet[];
1522
+ }
1523
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet {
1524
+ /** Indicates which Knowledge Document this snippet was extracted from. Format: `projects//knowledgeBases//documents/`. */
1525
+ document?: string;
1526
+ /** text taken from that URI. */
1527
+ text?: string;
1528
+ /** Title of the document. */
1529
+ title?: string;
1530
+ /** URI the data is sourced from. */
1531
+ uri?: string;
1532
+ }
1533
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource {
1534
+ /** Title of the document. */
1535
+ title?: string;
1536
+ /** URI the data is sourced from. */
1537
+ uri?: string;
1538
+ }
1539
+ interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery {
1540
+ /** Suggested query text. */
1541
+ queryText?: string;
1542
+ /** Suggested query score. */
1543
+ score?: number;
1544
+ }
1279
1545
  interface GoogleCloudContactcenterinsightsV1HoldData {}
1280
1546
  interface GoogleCloudContactcenterinsightsV1ImportIssueModelMetadata {
1281
1547
  /** The time the operation was created. */
@@ -1549,6 +1815,12 @@ declare namespace gapi.client {
1549
1815
  endBoundary?: GoogleCloudContactcenterinsightsV1AnnotationBoundary;
1550
1816
  /** Agent Assist FAQ answer data. */
1551
1817
  faqAnswer?: GoogleCloudContactcenterinsightsV1FaqAnswerData;
1818
+ /** The generator suggestion result. */
1819
+ generatorSuggestionResult?: GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse;
1820
+ /** The Knowledge Assist result. */
1821
+ knowledgeAssistResult?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse;
1822
+ /** The Knowledge Search result. */
1823
+ knowledgeSearchResult?: GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer;
1552
1824
  /** Agent Assist Smart Compose suggestion data. */
1553
1825
  smartComposeSuggestion?: GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData;
1554
1826
  /** Agent Assist Smart Reply data. */
@@ -1556,6 +1828,28 @@ declare namespace gapi.client {
1556
1828
  /** The boundary in the conversation where the annotation starts, inclusive. */
1557
1829
  startBoundary?: GoogleCloudContactcenterinsightsV1AnnotationBoundary;
1558
1830
  }
1831
+ interface GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer {
1832
+ /** The piece of text from the knowledge base documents that answers the search query */
1833
+ answer?: string;
1834
+ /** The name of the answer record. Format: `projects//locations//answer Records/` */
1835
+ answerRecord?: string;
1836
+ /** All sources used to generate the answer. */
1837
+ answerSources?: GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource[];
1838
+ /** The type of the answer. */
1839
+ answerType?: string;
1840
+ /** The confidence score in [0.0, 1.0] range. */
1841
+ confidenceScore?: number;
1842
+ }
1843
+ interface GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource {
1844
+ /** The document from which the snippet was extracted. Format: `projects//knowledgeBases//documents/` */
1845
+ document?: string;
1846
+ /** The relevant snippet of the article. */
1847
+ snippet?: string;
1848
+ /** The title of the article. */
1849
+ title?: string;
1850
+ /** The URI of the article. */
1851
+ uri?: string;
1852
+ }
1559
1853
  interface GoogleCloudContactcenterinsightsV1SentimentData {
1560
1854
  /** A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score. */
1561
1855
  magnitude?: number;
@@ -1615,6 +1909,16 @@ declare namespace gapi.client {
1615
1909
  /** The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}` */
1616
1910
  speechRecognizer?: string;
1617
1911
  }
1912
+ interface GoogleCloudContactcenterinsightsV1SummarySuggestion {
1913
+ /** Required. All the parts of generated summary. */
1914
+ summarySections?: GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection[];
1915
+ }
1916
+ interface GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection {
1917
+ /** Required. Name of the section. */
1918
+ section?: string;
1919
+ /** Required. Summary text for the section. */
1920
+ summary?: string;
1921
+ }
1618
1922
  interface GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata {
1619
1923
  /** Output only. The time the operation was created. */
1620
1924
  createTime?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20240402",
3
+ "version": "0.0.20240416",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",