@maxim_mazurok/gapi.client.discoveryengine-v1 0.0.20240906 → 0.0.20240912

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 +4 -4
  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://discoveryengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240906
12
+ // Revision: 20240912
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1414,9 +1414,9 @@ declare namespace gapi.client {
1414
1414
  interface GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo {
1415
1415
  /** Document resource name. */
1416
1416
  document?: string;
1417
- /** List of document contexts. */
1417
+ /** List of document contexts. The content will be used for Answer Generation. This is supposed to be the main content of the document that can be long and comprehensive. */
1418
1418
  documentContexts?: GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext[];
1419
- /** List of extractive answers. */
1419
+ /** Deprecated: This field is deprecated and will have no effect on the Answer generation. Please use document_contexts and extractive_segments fields. List of extractive answers. */
1420
1420
  extractiveAnswers?: GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer[];
1421
1421
  /** List of extractive segments. */
1422
1422
  extractiveSegments?: GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment[];
@@ -1426,7 +1426,7 @@ declare namespace gapi.client {
1426
1426
  uri?: string;
1427
1427
  }
1428
1428
  interface GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext {
1429
- /** Document content. */
1429
+ /** Document content to be used for answer generation. */
1430
1430
  content?: string;
1431
1431
  /** Page identifier. */
1432
1432
  pageIdentifier?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1",
3
- "version": "0.0.20240906",
3
+ "version": "0.0.20240912",
4
4
  "description": "TypeScript typings for Discovery Engine API v1",
5
5
  "repository": {
6
6
  "type": "git",