@google-cloud/discoveryengine 1.5.0 → 1.7.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.
Files changed (138) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +24 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +13 -1
  4. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +5 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +17 -0
  6. package/build/protos/google/cloud/discoveryengine/v1/document.proto +9 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -0
  8. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +2 -2
  9. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +284 -22
  10. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +3 -0
  11. package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +125 -21
  13. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +16 -11
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +6 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +1 -1
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +2 -2
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +7 -39
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +21 -0
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +7 -3
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +4 -1
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +1 -1
  30. package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
  31. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +30 -1
  32. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +559 -0
  33. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +3 -6
  34. package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +6 -0
  35. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +2 -2
  36. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +93 -0
  37. package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
  38. package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
  39. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +283 -24
  40. package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
  41. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +142 -22
  42. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +7 -1
  43. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
  44. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +1 -1
  45. package/build/protos/protos.d.ts +41126 -24558
  46. package/build/protos/protos.js +134286 -93661
  47. package/build/protos/protos.json +7598 -3744
  48. package/build/src/index.d.ts +4 -1
  49. package/build/src/index.js +4 -1
  50. package/build/src/v1/conversational_search_service_client.d.ts +4 -0
  51. package/build/src/v1/document_service_client.d.ts +47 -19
  52. package/build/src/v1/index.d.ts +1 -0
  53. package/build/src/v1/index.js +3 -1
  54. package/build/src/v1/recommendation_service_client.d.ts +1087 -0
  55. package/build/src/v1/recommendation_service_client.js +1432 -0
  56. package/build/src/v1/recommendation_service_client_config.json +43 -0
  57. package/build/src/v1/search_service_client.d.ts +27 -9
  58. package/build/src/v1/search_service_client.js +18 -6
  59. package/build/src/v1/search_service_client_config.json +5 -5
  60. package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
  61. package/build/src/v1alpha/acl_config_service_client.js +454 -0
  62. package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
  63. package/build/src/v1alpha/chunk_service_client.js +454 -0
  64. package/build/src/v1alpha/completion_service_client.d.ts +330 -0
  65. package/build/src/v1alpha/completion_service_client.js +454 -0
  66. package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
  67. package/build/src/v1alpha/conversational_search_service_client.js +724 -0
  68. package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
  69. package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
  70. package/build/src/v1alpha/data_store_service_client.js +454 -0
  71. package/build/src/v1alpha/document_service_client.d.ts +330 -0
  72. package/build/src/v1alpha/document_service_client.js +454 -0
  73. package/build/src/v1alpha/engine_service_client.d.ts +330 -0
  74. package/build/src/v1alpha/engine_service_client.js +454 -0
  75. package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
  76. package/build/src/v1alpha/estimate_billing_service_client.js +454 -0
  77. package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
  78. package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
  79. package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
  80. package/build/src/v1alpha/index.d.ts +2 -0
  81. package/build/src/v1alpha/index.js +5 -1
  82. package/build/src/v1alpha/project_service_client.d.ts +1756 -0
  83. package/build/src/v1alpha/project_service_client.js +2500 -0
  84. package/build/src/v1alpha/project_service_client_config.json +38 -0
  85. package/build/src/v1alpha/rank_service_client.d.ts +330 -0
  86. package/build/src/v1alpha/rank_service_client.js +454 -0
  87. package/build/src/v1alpha/rank_service_client_config.json +15 -2
  88. package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
  89. package/build/src/v1alpha/recommendation_service_client.js +454 -0
  90. package/build/src/v1alpha/schema_service_client.d.ts +330 -0
  91. package/build/src/v1alpha/schema_service_client.js +454 -0
  92. package/build/src/v1alpha/search_service_client.d.ts +330 -0
  93. package/build/src/v1alpha/search_service_client.js +454 -0
  94. package/build/src/v1alpha/search_service_client_config.json +5 -5
  95. package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
  96. package/build/src/v1alpha/search_tuning_service_client.js +454 -0
  97. package/build/src/v1alpha/serving_config_service_client.d.ts +315 -0
  98. package/build/src/v1alpha/serving_config_service_client.js +432 -0
  99. package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
  100. package/build/src/v1alpha/site_search_engine_service_client.js +454 -0
  101. package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
  102. package/build/src/v1alpha/user_event_service_client.js +454 -0
  103. package/build/src/v1beta/completion_service_client.d.ts +315 -0
  104. package/build/src/v1beta/completion_service_client.js +432 -0
  105. package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
  106. package/build/src/v1beta/conversational_search_service_client.js +702 -0
  107. package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
  108. package/build/src/v1beta/data_store_service_client.d.ts +315 -0
  109. package/build/src/v1beta/data_store_service_client.js +432 -0
  110. package/build/src/v1beta/document_service_client.d.ts +361 -21
  111. package/build/src/v1beta/document_service_client.js +432 -0
  112. package/build/src/v1beta/engine_service_client.d.ts +410 -0
  113. package/build/src/v1beta/engine_service_client.js +518 -0
  114. package/build/src/v1beta/engine_service_client_config.json +12 -0
  115. package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
  116. package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
  117. package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
  118. package/build/src/v1beta/index.d.ts +2 -0
  119. package/build/src/v1beta/index.js +5 -1
  120. package/build/src/v1beta/rank_service_client.d.ts +1416 -0
  121. package/build/src/v1beta/rank_service_client.js +2015 -0
  122. package/build/src/v1beta/rank_service_client_config.json +43 -0
  123. package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
  124. package/build/src/v1beta/recommendation_service_client.js +432 -0
  125. package/build/src/v1beta/schema_service_client.d.ts +315 -0
  126. package/build/src/v1beta/schema_service_client.js +432 -0
  127. package/build/src/v1beta/search_service_client.d.ts +342 -12
  128. package/build/src/v1beta/search_service_client.js +450 -8
  129. package/build/src/v1beta/search_service_client_config.json +5 -5
  130. package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
  131. package/build/src/v1beta/search_tuning_service_client.js +432 -0
  132. package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
  133. package/build/src/v1beta/serving_config_service_client.js +432 -0
  134. package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
  135. package/build/src/v1beta/site_search_engine_service_client.js +432 -0
  136. package/build/src/v1beta/user_event_service_client.d.ts +315 -0
  137. package/build/src/v1beta/user_event_service_client.js +432 -0
  138. package/package.json +1 -1
@@ -0,0 +1,43 @@
1
+ {
2
+ "interfaces": {
3
+ "google.cloud.discoveryengine.v1beta.RankService": {
4
+ "retry_codes": {
5
+ "non_idempotent": [],
6
+ "idempotent": [
7
+ "DEADLINE_EXCEEDED",
8
+ "UNAVAILABLE"
9
+ ],
10
+ "unavailable": [
11
+ "UNAVAILABLE"
12
+ ]
13
+ },
14
+ "retry_params": {
15
+ "default": {
16
+ "initial_retry_delay_millis": 100,
17
+ "retry_delay_multiplier": 1.3,
18
+ "max_retry_delay_millis": 60000,
19
+ "initial_rpc_timeout_millis": 60000,
20
+ "rpc_timeout_multiplier": 1,
21
+ "max_rpc_timeout_millis": 60000,
22
+ "total_timeout_millis": 600000
23
+ },
24
+ "ce5b960a6ed052e690863808e4f0deff3dc7d49f": {
25
+ "initial_retry_delay_millis": 1000,
26
+ "retry_delay_multiplier": 1.3,
27
+ "max_retry_delay_millis": 10000,
28
+ "initial_rpc_timeout_millis": 60000,
29
+ "rpc_timeout_multiplier": 1,
30
+ "max_rpc_timeout_millis": 60000,
31
+ "total_timeout_millis": 600000
32
+ }
33
+ },
34
+ "methods": {
35
+ "Rank": {
36
+ "timeout_millis": 30000,
37
+ "retry_codes_name": "unavailable",
38
+ "retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
@@ -640,6 +640,117 @@ export declare class RecommendationServiceClient {
640
640
  * @returns {string} A string representing the serving_config.
641
641
  */
642
642
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
643
+ /**
644
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
645
+ *
646
+ * @param {string} project
647
+ * @param {string} location
648
+ * @param {string} collection
649
+ * @param {string} data_store
650
+ * @param {string} session
651
+ * @returns {string} Resource name string.
652
+ */
653
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
654
+ /**
655
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
656
+ *
657
+ * @param {string} projectLocationCollectionDataStoreSessionName
658
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
659
+ * @returns {string} A string representing the project.
660
+ */
661
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
662
+ /**
663
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
664
+ *
665
+ * @param {string} projectLocationCollectionDataStoreSessionName
666
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
667
+ * @returns {string} A string representing the location.
668
+ */
669
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
670
+ /**
671
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
672
+ *
673
+ * @param {string} projectLocationCollectionDataStoreSessionName
674
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
675
+ * @returns {string} A string representing the collection.
676
+ */
677
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
678
+ /**
679
+ * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
680
+ *
681
+ * @param {string} projectLocationCollectionDataStoreSessionName
682
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
683
+ * @returns {string} A string representing the data_store.
684
+ */
685
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
686
+ /**
687
+ * Parse the session from ProjectLocationCollectionDataStoreSession resource.
688
+ *
689
+ * @param {string} projectLocationCollectionDataStoreSessionName
690
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
691
+ * @returns {string} A string representing the session.
692
+ */
693
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
694
+ /**
695
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
696
+ *
697
+ * @param {string} project
698
+ * @param {string} location
699
+ * @param {string} collection
700
+ * @param {string} data_store
701
+ * @param {string} session
702
+ * @param {string} answer
703
+ * @returns {string} Resource name string.
704
+ */
705
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
706
+ /**
707
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
708
+ *
709
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
710
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
711
+ * @returns {string} A string representing the project.
712
+ */
713
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
714
+ /**
715
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
716
+ *
717
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
718
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
719
+ * @returns {string} A string representing the location.
720
+ */
721
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
722
+ /**
723
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
724
+ *
725
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
726
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
727
+ * @returns {string} A string representing the collection.
728
+ */
729
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
730
+ /**
731
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
732
+ *
733
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
734
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
735
+ * @returns {string} A string representing the data_store.
736
+ */
737
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
738
+ /**
739
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
740
+ *
741
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
742
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
743
+ * @returns {string} A string representing the session.
744
+ */
745
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
746
+ /**
747
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
748
+ *
749
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
750
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
751
+ * @returns {string} A string representing the answer.
752
+ */
753
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
643
754
  /**
644
755
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
645
756
  *
@@ -835,6 +946,117 @@ export declare class RecommendationServiceClient {
835
946
  * @returns {string} A string representing the serving_config.
836
947
  */
837
948
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
949
+ /**
950
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
951
+ *
952
+ * @param {string} project
953
+ * @param {string} location
954
+ * @param {string} collection
955
+ * @param {string} engine
956
+ * @param {string} session
957
+ * @returns {string} Resource name string.
958
+ */
959
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
960
+ /**
961
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
962
+ *
963
+ * @param {string} projectLocationCollectionEngineSessionName
964
+ * A fully-qualified path representing project_location_collection_engine_session resource.
965
+ * @returns {string} A string representing the project.
966
+ */
967
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
968
+ /**
969
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
970
+ *
971
+ * @param {string} projectLocationCollectionEngineSessionName
972
+ * A fully-qualified path representing project_location_collection_engine_session resource.
973
+ * @returns {string} A string representing the location.
974
+ */
975
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
976
+ /**
977
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
978
+ *
979
+ * @param {string} projectLocationCollectionEngineSessionName
980
+ * A fully-qualified path representing project_location_collection_engine_session resource.
981
+ * @returns {string} A string representing the collection.
982
+ */
983
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
984
+ /**
985
+ * Parse the engine from ProjectLocationCollectionEngineSession resource.
986
+ *
987
+ * @param {string} projectLocationCollectionEngineSessionName
988
+ * A fully-qualified path representing project_location_collection_engine_session resource.
989
+ * @returns {string} A string representing the engine.
990
+ */
991
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
992
+ /**
993
+ * Parse the session from ProjectLocationCollectionEngineSession resource.
994
+ *
995
+ * @param {string} projectLocationCollectionEngineSessionName
996
+ * A fully-qualified path representing project_location_collection_engine_session resource.
997
+ * @returns {string} A string representing the session.
998
+ */
999
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1000
+ /**
1001
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1002
+ *
1003
+ * @param {string} project
1004
+ * @param {string} location
1005
+ * @param {string} collection
1006
+ * @param {string} engine
1007
+ * @param {string} session
1008
+ * @param {string} answer
1009
+ * @returns {string} Resource name string.
1010
+ */
1011
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1012
+ /**
1013
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1014
+ *
1015
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1016
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1017
+ * @returns {string} A string representing the project.
1018
+ */
1019
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1020
+ /**
1021
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1022
+ *
1023
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1024
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1025
+ * @returns {string} A string representing the location.
1026
+ */
1027
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1028
+ /**
1029
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1030
+ *
1031
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1032
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1033
+ * @returns {string} A string representing the collection.
1034
+ */
1035
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1036
+ /**
1037
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1038
+ *
1039
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1040
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1041
+ * @returns {string} A string representing the engine.
1042
+ */
1043
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1044
+ /**
1045
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1046
+ *
1047
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1048
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1049
+ * @returns {string} A string representing the session.
1050
+ */
1051
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1052
+ /**
1053
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1054
+ *
1055
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1056
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1057
+ * @returns {string} A string representing the answer.
1058
+ */
1059
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
838
1060
  /**
839
1061
  * Return a fully-qualified projectLocationDataStore resource name string.
840
1062
  *
@@ -1078,6 +1300,99 @@ export declare class RecommendationServiceClient {
1078
1300
  * @returns {string} A string representing the serving_config.
1079
1301
  */
1080
1302
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1303
+ /**
1304
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
1305
+ *
1306
+ * @param {string} project
1307
+ * @param {string} location
1308
+ * @param {string} data_store
1309
+ * @param {string} session
1310
+ * @returns {string} Resource name string.
1311
+ */
1312
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
1313
+ /**
1314
+ * Parse the project from ProjectLocationDataStoreSession resource.
1315
+ *
1316
+ * @param {string} projectLocationDataStoreSessionName
1317
+ * A fully-qualified path representing project_location_data_store_session resource.
1318
+ * @returns {string} A string representing the project.
1319
+ */
1320
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1321
+ /**
1322
+ * Parse the location from ProjectLocationDataStoreSession resource.
1323
+ *
1324
+ * @param {string} projectLocationDataStoreSessionName
1325
+ * A fully-qualified path representing project_location_data_store_session resource.
1326
+ * @returns {string} A string representing the location.
1327
+ */
1328
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1329
+ /**
1330
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
1331
+ *
1332
+ * @param {string} projectLocationDataStoreSessionName
1333
+ * A fully-qualified path representing project_location_data_store_session resource.
1334
+ * @returns {string} A string representing the data_store.
1335
+ */
1336
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1337
+ /**
1338
+ * Parse the session from ProjectLocationDataStoreSession resource.
1339
+ *
1340
+ * @param {string} projectLocationDataStoreSessionName
1341
+ * A fully-qualified path representing project_location_data_store_session resource.
1342
+ * @returns {string} A string representing the session.
1343
+ */
1344
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1345
+ /**
1346
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1347
+ *
1348
+ * @param {string} project
1349
+ * @param {string} location
1350
+ * @param {string} data_store
1351
+ * @param {string} session
1352
+ * @param {string} answer
1353
+ * @returns {string} Resource name string.
1354
+ */
1355
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1356
+ /**
1357
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1358
+ *
1359
+ * @param {string} projectLocationDataStoreSessionAnswerName
1360
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1361
+ * @returns {string} A string representing the project.
1362
+ */
1363
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1364
+ /**
1365
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1366
+ *
1367
+ * @param {string} projectLocationDataStoreSessionAnswerName
1368
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1369
+ * @returns {string} A string representing the location.
1370
+ */
1371
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1372
+ /**
1373
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
1374
+ *
1375
+ * @param {string} projectLocationDataStoreSessionAnswerName
1376
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1377
+ * @returns {string} A string representing the data_store.
1378
+ */
1379
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1380
+ /**
1381
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
1382
+ *
1383
+ * @param {string} projectLocationDataStoreSessionAnswerName
1384
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1385
+ * @returns {string} A string representing the session.
1386
+ */
1387
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1388
+ /**
1389
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
1390
+ *
1391
+ * @param {string} projectLocationDataStoreSessionAnswerName
1392
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1393
+ * @returns {string} A string representing the answer.
1394
+ */
1395
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1081
1396
  /**
1082
1397
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1083
1398
  *