@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240527 → 0.0.20240603

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 +15 -303
  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: 20240527
12
+ // Revision: 20240603
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -28,98 +28,6 @@ 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
- }
123
31
  interface GoogleCloudContactcenterinsightsV1alpha1Analysis {
124
32
  /** Output only. The result of the analysis, which is populated when the analysis finishes. */
125
33
  analysisResult?: GoogleCloudContactcenterinsightsV1alpha1AnalysisResult;
@@ -596,80 +504,12 @@ declare namespace gapi.client {
596
504
  /** The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}. */
597
505
  source?: string;
598
506
  }
599
- interface GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion {
600
- /** Optional. Labels for the generator. */
601
- labels?: string[];
602
- /** Required. Free form suggestion. */
603
- response?: string;
604
- }
605
507
  interface GoogleCloudContactcenterinsightsV1alpha1GcsSource {
606
508
  /** Cloud Storage URI that points to a file that contains the conversation audio. */
607
509
  audioUri?: string;
608
510
  /** Immutable. Cloud Storage URI that points to a file that contains the conversation transcript. */
609
511
  transcriptUri?: string;
610
512
  }
611
- interface GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion {
612
- /** Optional. Suggestion to coach the agent. */
613
- agentCoachingSuggestion?: GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion;
614
- /** Optional. Free form suggestion. */
615
- freeFormSuggestion?: GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion;
616
- /** Optional. Suggested summary. */
617
- summarySuggestion?: GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion;
618
- }
619
- interface GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse {
620
- /** The suggestion generated from the Generator. */
621
- generatorSuggestion?: GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion;
622
- }
623
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse {
624
- /** The query suggested based on the context. Suggestion is made only if it is different from the previous suggestion. */
625
- suggestedQuery?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery;
626
- /** The answer generated for the suggested query. Whether or not an answer is generated depends on how confident we are about the generated query. */
627
- suggestedQueryAnswer?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer;
628
- }
629
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer {
630
- /** The piece of text from the `source` that answers this suggested query. */
631
- answerText?: string;
632
- /** Populated if the prediction came from FAQ. */
633
- faqSource?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource;
634
- /** Populated if the prediction was Generative. */
635
- generativeSource?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource;
636
- /** Populated if the prediction was from intent matching. */
637
- intentMatchingSource?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource;
638
- /** 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). */
639
- matchConfidence?: number;
640
- }
641
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource {
642
- /** Indicates which Knowledge Document this answer was extracted from. Format: `projects//knowledgeBases//documents/`. */
643
- document?: string;
644
- /** The corresponding FAQ question. */
645
- question?: string;
646
- }
647
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource {
648
- /** All snippets used for this Generative Prediction, with their source URI and data. */
649
- snippets?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet[];
650
- }
651
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet {
652
- /** Indicates which Knowledge Document this snippet was extracted from. Format: `projects//knowledgeBases//documents/`. */
653
- document?: string;
654
- /** text taken from that URI. */
655
- text?: string;
656
- /** Title of the document. */
657
- title?: string;
658
- /** URI the data is sourced from. */
659
- uri?: string;
660
- }
661
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource {
662
- /** Title of the document. */
663
- title?: string;
664
- /** URI the data is sourced from. */
665
- uri?: string;
666
- }
667
- interface GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery {
668
- /** Suggested query text. */
669
- queryText?: string;
670
- /** Suggested query score. */
671
- score?: number;
672
- }
673
513
  interface GoogleCloudContactcenterinsightsV1alpha1HoldData {}
674
514
  interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata {
675
515
  /** The time the operation was created. */
@@ -859,40 +699,20 @@ declare namespace gapi.client {
859
699
  endBoundary?: GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary;
860
700
  /** Agent Assist FAQ answer data. */
861
701
  faqAnswer?: GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData;
862
- /** The generator suggestion result. */
863
- generatorSuggestionResult?: GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse;
864
- /** The Knowledge Assist result. */
865
- knowledgeAssistResult?: GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse;
866
- /** The Knowledge Search result. */
867
- knowledgeSearchResult?: GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer;
868
702
  /** Agent Assist Smart Compose suggestion data. */
869
703
  smartComposeSuggestion?: GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData;
870
704
  /** Agent Assist Smart Reply data. */
871
705
  smartReply?: GoogleCloudContactcenterinsightsV1alpha1SmartReplyData;
872
706
  /** The boundary in the conversation where the annotation starts, inclusive. */
873
707
  startBoundary?: GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary;
708
+ /** Explicit input used for generating the answer */
709
+ userInput?: GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput;
874
710
  }
875
- interface GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer {
876
- /** The piece of text from the knowledge base documents that answers the search query */
877
- answer?: string;
878
- /** The name of the answer record. Format: `projects//locations//answer Records/` */
879
- answerRecord?: string;
880
- /** All sources used to generate the answer. */
881
- answerSources?: GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource[];
882
- /** The type of the answer. */
883
- answerType?: string;
884
- /** The confidence score in [0.0, 1.0] range. */
885
- confidenceScore?: number;
886
- }
887
- interface GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource {
888
- /** The document from which the snippet was extracted. Format: `projects//knowledgeBases//documents/` */
889
- document?: string;
890
- /** The relevant snippet of the article. */
891
- snippet?: string;
892
- /** The title of the article. */
893
- title?: string;
894
- /** The URI of the article. */
895
- uri?: string;
711
+ interface GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput {
712
+ /** The resource name of associated generator. Format: `projects//locations//generators/` */
713
+ generatorName?: string;
714
+ /** Query text. Article Search uses this to store the input query used to generate the search results. */
715
+ query?: string;
896
716
  }
897
717
  interface GoogleCloudContactcenterinsightsV1alpha1SentimentData {
898
718
  /** A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score. */
@@ -925,16 +745,6 @@ declare namespace gapi.client {
925
745
  /** The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}` */
926
746
  speechRecognizer?: string;
927
747
  }
928
- interface GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion {
929
- /** Required. All the parts of generated summary. */
930
- summarySections?: GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection[];
931
- }
932
- interface GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection {
933
- /** Required. Name of the section. */
934
- section?: string;
935
- /** Required. Summary text for the section. */
936
- summary?: string;
937
- }
938
748
  interface GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata {
939
749
  /** Output only. The time the operation was created. */
940
750
  createTime?: string;
@@ -1486,80 +1296,12 @@ declare namespace gapi.client {
1486
1296
  /** The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}. */
1487
1297
  source?: string;
1488
1298
  }
1489
- interface GoogleCloudContactcenterinsightsV1FreeFormSuggestion {
1490
- /** Optional. Labels for the generator. */
1491
- labels?: string[];
1492
- /** Required. Free form suggestion. */
1493
- response?: string;
1494
- }
1495
1299
  interface GoogleCloudContactcenterinsightsV1GcsSource {
1496
1300
  /** Cloud Storage URI that points to a file that contains the conversation audio. */
1497
1301
  audioUri?: string;
1498
1302
  /** Immutable. Cloud Storage URI that points to a file that contains the conversation transcript. */
1499
1303
  transcriptUri?: string;
1500
1304
  }
1501
- interface GoogleCloudContactcenterinsightsV1GeneratorSuggestion {
1502
- /** Optional. Suggestion to coach the agent. */
1503
- agentCoachingSuggestion?: GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion;
1504
- /** Optional. Free form suggestion. */
1505
- freeFormSuggestion?: GoogleCloudContactcenterinsightsV1FreeFormSuggestion;
1506
- /** Optional. Suggested summary. */
1507
- summarySuggestion?: GoogleCloudContactcenterinsightsV1SummarySuggestion;
1508
- }
1509
- interface GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse {
1510
- /** The suggestion generated from the Generator. */
1511
- generatorSuggestion?: GoogleCloudContactcenterinsightsV1GeneratorSuggestion;
1512
- }
1513
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse {
1514
- /** The query suggested based on the context. Suggestion is made only if it is different from the previous suggestion. */
1515
- suggestedQuery?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery;
1516
- /** The answer generated for the suggested query. Whether or not an answer is generated depends on how confident we are about the generated query. */
1517
- suggestedQueryAnswer?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer;
1518
- }
1519
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer {
1520
- /** The piece of text from the `source` that answers this suggested query. */
1521
- answerText?: string;
1522
- /** Populated if the prediction came from FAQ. */
1523
- faqSource?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource;
1524
- /** Populated if the prediction was Generative. */
1525
- generativeSource?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource;
1526
- /** Populated if the prediction was from intent matching. */
1527
- intentMatchingSource?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource;
1528
- /** 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). */
1529
- matchConfidence?: number;
1530
- }
1531
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource {
1532
- /** Indicates which Knowledge Document this answer was extracted from. Format: `projects//knowledgeBases//documents/`. */
1533
- document?: string;
1534
- /** The corresponding FAQ question. */
1535
- question?: string;
1536
- }
1537
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource {
1538
- /** All snippets used for this Generative Prediction, with their source URI and data. */
1539
- snippets?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet[];
1540
- }
1541
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet {
1542
- /** Indicates which Knowledge Document this snippet was extracted from. Format: `projects//knowledgeBases//documents/`. */
1543
- document?: string;
1544
- /** text taken from that URI. */
1545
- text?: string;
1546
- /** Title of the document. */
1547
- title?: string;
1548
- /** URI the data is sourced from. */
1549
- uri?: string;
1550
- }
1551
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource {
1552
- /** Title of the document. */
1553
- title?: string;
1554
- /** URI the data is sourced from. */
1555
- uri?: string;
1556
- }
1557
- interface GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery {
1558
- /** Suggested query text. */
1559
- queryText?: string;
1560
- /** Suggested query score. */
1561
- score?: number;
1562
- }
1563
1305
  interface GoogleCloudContactcenterinsightsV1HoldData {}
1564
1306
  interface GoogleCloudContactcenterinsightsV1ImportIssueModelMetadata {
1565
1307
  /** The time the operation was created. */
@@ -1835,40 +1577,20 @@ declare namespace gapi.client {
1835
1577
  endBoundary?: GoogleCloudContactcenterinsightsV1AnnotationBoundary;
1836
1578
  /** Agent Assist FAQ answer data. */
1837
1579
  faqAnswer?: GoogleCloudContactcenterinsightsV1FaqAnswerData;
1838
- /** The generator suggestion result. */
1839
- generatorSuggestionResult?: GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse;
1840
- /** The Knowledge Assist result. */
1841
- knowledgeAssistResult?: GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse;
1842
- /** The Knowledge Search result. */
1843
- knowledgeSearchResult?: GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer;
1844
1580
  /** Agent Assist Smart Compose suggestion data. */
1845
1581
  smartComposeSuggestion?: GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData;
1846
1582
  /** Agent Assist Smart Reply data. */
1847
1583
  smartReply?: GoogleCloudContactcenterinsightsV1SmartReplyData;
1848
1584
  /** The boundary in the conversation where the annotation starts, inclusive. */
1849
1585
  startBoundary?: GoogleCloudContactcenterinsightsV1AnnotationBoundary;
1586
+ /** Explicit input used for generating the answer */
1587
+ userInput?: GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput;
1850
1588
  }
1851
- interface GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer {
1852
- /** The piece of text from the knowledge base documents that answers the search query */
1853
- answer?: string;
1854
- /** The name of the answer record. Format: `projects//locations//answer Records/` */
1855
- answerRecord?: string;
1856
- /** All sources used to generate the answer. */
1857
- answerSources?: GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource[];
1858
- /** The type of the answer. */
1859
- answerType?: string;
1860
- /** The confidence score in [0.0, 1.0] range. */
1861
- confidenceScore?: number;
1862
- }
1863
- interface GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource {
1864
- /** The document from which the snippet was extracted. Format: `projects//knowledgeBases//documents/` */
1865
- document?: string;
1866
- /** The relevant snippet of the article. */
1867
- snippet?: string;
1868
- /** The title of the article. */
1869
- title?: string;
1870
- /** The URI of the article. */
1871
- uri?: string;
1589
+ interface GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput {
1590
+ /** The resource name of associated generator. Format: `projects//locations//generators/` */
1591
+ generatorName?: string;
1592
+ /** Query text. Article Search uses this to store the input query used to generate the search results. */
1593
+ query?: string;
1872
1594
  }
1873
1595
  interface GoogleCloudContactcenterinsightsV1SentimentData {
1874
1596
  /** A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score. */
@@ -1929,16 +1651,6 @@ declare namespace gapi.client {
1929
1651
  /** The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}` */
1930
1652
  speechRecognizer?: string;
1931
1653
  }
1932
- interface GoogleCloudContactcenterinsightsV1SummarySuggestion {
1933
- /** Required. All the parts of generated summary. */
1934
- summarySections?: GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection[];
1935
- }
1936
- interface GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection {
1937
- /** Required. Name of the section. */
1938
- section?: string;
1939
- /** Required. Summary text for the section. */
1940
- summary?: string;
1941
- }
1942
1654
  interface GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata {
1943
1655
  /** Output only. The time the operation was created. */
1944
1656
  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.20240527",
3
+ "version": "0.0.20240603",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",