@google-cloud/discoveryengine 1.7.0 → 1.9.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 (229) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +33 -4
  3. package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
  4. package/build/protos/google/cloud/discoveryengine/v1/common.proto +34 -1
  5. package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
  6. package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
  7. package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
  8. package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
  9. package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -3
  10. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +570 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +5 -1
  12. package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +3 -3
  13. package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
  14. package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
  15. package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -7
  16. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +5 -5
  17. package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
  18. package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
  19. package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
  20. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +5 -5
  21. package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
  22. package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
  23. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +1 -1
  24. package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
  25. package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +21 -20
  26. package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
  27. package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +6 -6
  28. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +24 -19
  29. package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
  30. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +4 -1
  31. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
  32. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +29 -4
  33. package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +19 -3
  34. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
  35. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
  36. package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +10 -1
  37. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +8 -1
  38. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
  39. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +17 -1
  40. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
  41. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
  42. package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
  43. package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
  44. package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -3
  45. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +20 -4
  46. package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
  47. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
  48. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +3 -3
  49. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
  50. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +2 -1
  51. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +13 -10
  52. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +5 -5
  53. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
  54. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
  55. package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +31 -2
  56. package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +4 -1
  57. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +5 -5
  58. package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +2 -1
  59. package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +3 -1
  60. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
  61. package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +20 -1
  62. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +21 -20
  63. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +38 -3
  64. package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +7 -7
  65. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +29 -32
  66. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +40 -1
  67. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
  68. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +1 -1
  69. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +4 -1
  70. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +4 -1
  71. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
  72. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +30 -4
  73. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +19 -3
  74. package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +11 -2
  75. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +17 -1
  76. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
  77. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
  78. package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
  79. package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
  80. package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -3
  81. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +20 -4
  82. package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
  83. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
  84. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +3 -3
  85. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
  86. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +2 -1
  87. package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +8 -9
  88. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +5 -5
  89. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +1 -1
  90. package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +31 -2
  91. package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +4 -1
  92. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +5 -5
  93. package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
  94. package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
  95. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +1 -1
  96. package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +20 -1
  97. package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +21 -20
  98. package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
  99. package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +6 -6
  100. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +31 -25
  101. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +40 -1
  102. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
  103. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
  104. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +5 -2
  105. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +4 -1
  106. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
  107. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +29 -4
  108. package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +19 -3
  109. package/build/protos/protos.d.ts +52350 -38733
  110. package/build/protos/protos.js +136479 -103212
  111. package/build/protos/protos.json +9460 -5916
  112. package/build/src/index.d.ts +13 -1
  113. package/build/src/index.js +13 -1
  114. package/build/src/v1/completion_service_client.d.ts +549 -0
  115. package/build/src/v1/completion_service_client.js +771 -0
  116. package/build/src/v1/control_service_client.d.ts +1623 -0
  117. package/build/src/v1/control_service_client.js +2218 -0
  118. package/build/src/v1/control_service_client_config.json +63 -0
  119. package/build/src/v1/conversational_search_service_client.d.ts +893 -0
  120. package/build/src/v1/conversational_search_service_client.js +1040 -14
  121. package/build/src/v1/conversational_search_service_client_config.json +35 -0
  122. package/build/src/v1/data_store_service_client.d.ts +555 -6
  123. package/build/src/v1/data_store_service_client.js +775 -4
  124. package/build/src/v1/document_service_client.d.ts +557 -8
  125. package/build/src/v1/document_service_client.js +773 -2
  126. package/build/src/v1/engine_service_client.d.ts +549 -0
  127. package/build/src/v1/engine_service_client.js +771 -0
  128. package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
  129. package/build/src/v1/grounded_generation_service_client.js +2036 -0
  130. package/build/src/v1/grounded_generation_service_client_config.json +43 -0
  131. package/build/src/v1/index.d.ts +4 -0
  132. package/build/src/v1/index.js +9 -1
  133. package/build/src/v1/project_service_client.d.ts +1533 -0
  134. package/build/src/v1/project_service_client.js +2255 -0
  135. package/build/src/v1/project_service_client_config.json +43 -0
  136. package/build/src/v1/rank_service_client.d.ts +1449 -0
  137. package/build/src/v1/rank_service_client.js +2037 -0
  138. package/build/src/v1/rank_service_client_config.json +43 -0
  139. package/build/src/v1/recommendation_service_client.d.ts +568 -18
  140. package/build/src/v1/recommendation_service_client.js +756 -0
  141. package/build/src/v1/schema_service_client.d.ts +558 -9
  142. package/build/src/v1/schema_service_client.js +775 -4
  143. package/build/src/v1/search_service_client.d.ts +579 -21
  144. package/build/src/v1/search_service_client.js +776 -14
  145. package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
  146. package/build/src/v1/site_search_engine_service_client.js +771 -0
  147. package/build/src/v1/user_event_service_client.d.ts +562 -2
  148. package/build/src/v1/user_event_service_client.js +771 -0
  149. package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
  150. package/build/src/v1alpha/acl_config_service_client.js +326 -0
  151. package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
  152. package/build/src/v1alpha/chunk_service_client.js +326 -0
  153. package/build/src/v1alpha/completion_service_client.d.ts +237 -0
  154. package/build/src/v1alpha/completion_service_client.js +340 -0
  155. package/build/src/v1alpha/control_service_client.d.ts +2013 -0
  156. package/build/src/v1alpha/control_service_client.js +2757 -0
  157. package/build/src/v1alpha/control_service_client_config.json +63 -0
  158. package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
  159. package/build/src/v1alpha/conversational_search_service_client.js +326 -0
  160. package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
  161. package/build/src/v1alpha/data_store_service_client.js +344 -4
  162. package/build/src/v1alpha/document_service_client.d.ts +246 -9
  163. package/build/src/v1alpha/document_service_client.js +342 -2
  164. package/build/src/v1alpha/engine_service_client.d.ts +237 -0
  165. package/build/src/v1alpha/engine_service_client.js +340 -0
  166. package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
  167. package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
  168. package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
  169. package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
  170. package/build/src/v1alpha/index.d.ts +1 -0
  171. package/build/src/v1alpha/index.js +3 -1
  172. package/build/src/v1alpha/project_service_client.d.ts +239 -0
  173. package/build/src/v1alpha/project_service_client.js +340 -0
  174. package/build/src/v1alpha/project_service_client_config.json +21 -6
  175. package/build/src/v1alpha/rank_service_client.d.ts +255 -0
  176. package/build/src/v1alpha/rank_service_client.js +326 -0
  177. package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
  178. package/build/src/v1alpha/recommendation_service_client.js +326 -0
  179. package/build/src/v1alpha/schema_service_client.d.ts +247 -10
  180. package/build/src/v1alpha/schema_service_client.js +344 -4
  181. package/build/src/v1alpha/search_service_client.d.ts +267 -21
  182. package/build/src/v1alpha/search_service_client.js +346 -14
  183. package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
  184. package/build/src/v1alpha/search_tuning_service_client.js +365 -1
  185. package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
  186. package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
  187. package/build/src/v1alpha/serving_config_service_client.js +326 -0
  188. package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
  189. package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
  190. package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
  191. package/build/src/v1alpha/user_event_service_client.js +340 -0
  192. package/build/src/v1beta/completion_service_client.d.ts +252 -0
  193. package/build/src/v1beta/completion_service_client.js +359 -0
  194. package/build/src/v1beta/control_service_client.d.ts +1860 -0
  195. package/build/src/v1beta/control_service_client.js +2545 -0
  196. package/build/src/v1beta/control_service_client_config.json +63 -0
  197. package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
  198. package/build/src/v1beta/conversational_search_service_client.js +348 -0
  199. package/build/src/v1beta/data_store_service_client.d.ts +258 -6
  200. package/build/src/v1beta/data_store_service_client.js +363 -4
  201. package/build/src/v1beta/document_service_client.d.ts +261 -10
  202. package/build/src/v1beta/document_service_client.js +361 -2
  203. package/build/src/v1beta/engine_service_client.d.ts +252 -0
  204. package/build/src/v1beta/engine_service_client.js +359 -0
  205. package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
  206. package/build/src/v1beta/grounded_generation_service_client.js +348 -0
  207. package/build/src/v1beta/index.d.ts +2 -0
  208. package/build/src/v1beta/index.js +5 -1
  209. package/build/src/v1beta/project_service_client.d.ts +1770 -0
  210. package/build/src/v1beta/project_service_client.js +2576 -0
  211. package/build/src/v1beta/project_service_client_config.json +43 -0
  212. package/build/src/v1beta/rank_service_client.d.ts +270 -0
  213. package/build/src/v1beta/rank_service_client.js +348 -0
  214. package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
  215. package/build/src/v1beta/recommendation_service_client.js +348 -0
  216. package/build/src/v1beta/schema_service_client.d.ts +261 -9
  217. package/build/src/v1beta/schema_service_client.js +363 -4
  218. package/build/src/v1beta/search_service_client.d.ts +282 -21
  219. package/build/src/v1beta/search_service_client.js +368 -14
  220. package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
  221. package/build/src/v1beta/search_tuning_service_client.js +384 -1
  222. package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
  223. package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
  224. package/build/src/v1beta/serving_config_service_client.js +326 -0
  225. package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
  226. package/build/src/v1beta/site_search_engine_service_client.js +359 -0
  227. package/build/src/v1beta/user_event_service_client.d.ts +265 -2
  228. package/build/src/v1beta/user_event_service_client.js +359 -0
  229. package/package.json +2 -2
@@ -125,7 +125,7 @@ export declare class RecommendationServiceClient {
125
125
  * `projects/* /locations/global/collections/* /dataStores/* /servingConfigs/*`
126
126
  *
127
127
  * One default serving config is created along with your recommendation engine
128
- * creation. The engine ID will be used as the ID of the default serving
128
+ * creation. The engine ID is used as the ID of the default serving
129
129
  * config. For example, for Engine
130
130
  * `projects/* /locations/global/collections/* /engines/my-engine`, you can use
131
131
  * `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
@@ -151,9 +151,9 @@ export declare class RecommendationServiceClient {
151
151
  * unset.
152
152
  * @param {number} request.pageSize
153
153
  * Maximum number of results to return. Set this property
154
- * to the number of recommendation results needed. If zero, the service will
155
- * choose a reasonable default. The maximum allowed value is 100. Values
156
- * above 100 will be coerced to 100.
154
+ * to the number of recommendation results needed. If zero, the service
155
+ * chooses a reasonable default. The maximum allowed value is 100. Values
156
+ * above 100 are set to 100.
157
157
  * @param {string} request.filter
158
158
  * Filter for restricting recommendation results with a length limit of 5,000
159
159
  * characters. Currently, only filter expressions on the `filter_tags`
@@ -173,18 +173,18 @@ export declare class RecommendationServiceClient {
173
173
  * * (available: true) AND
174
174
  * (launguage: ANY("en", "es")) OR (categories: ANY("Movie"))
175
175
  *
176
- * If your filter blocks all results, the API will return generic
176
+ * If your filter blocks all results, the API returns generic
177
177
  * (unfiltered) popular Documents. If you only want results strictly matching
178
- * the filters, set `strictFiltering` to True in
178
+ * the filters, set `strictFiltering` to `true` in
179
179
  * {@link protos.google.cloud.discoveryengine.v1.RecommendRequest.params|RecommendRequest.params}
180
180
  * to receive empty results instead.
181
181
  *
182
- * Note that the API will never return
182
+ * Note that the API never returns
183
183
  * {@link protos.google.cloud.discoveryengine.v1.Document|Document}s with `storageStatus`
184
- * of `EXPIRED` or `DELETED` regardless of filter choices.
184
+ * as `EXPIRED` or `DELETED` regardless of filter choices.
185
185
  * @param {boolean} request.validateOnly
186
- * Use validate only mode for this recommendation query. If set to true, a
187
- * fake model will be used that returns arbitrary Document IDs.
186
+ * Use validate only mode for this recommendation query. If set to `true`, a
187
+ * fake model is used that returns arbitrary Document IDs.
188
188
  * Note that the validate only mode should only be used for testing the API,
189
189
  * or if the model is not ready.
190
190
  * @param {number[]} request.params
@@ -192,16 +192,17 @@ export declare class RecommendationServiceClient {
192
192
  *
193
193
  * Allowed values:
194
194
  *
195
- * * `returnDocument`: Boolean. If set to true, the associated Document
196
- * object will be returned in
195
+ * * `returnDocument`: Boolean. If set to `true`, the associated Document
196
+ * object is returned in
197
197
  * {@link protos.google.cloud.discoveryengine.v1.RecommendResponse.RecommendationResult.document|RecommendResponse.RecommendationResult.document}.
198
- * * `returnScore`: Boolean. If set to true, the recommendation 'score'
199
- * corresponding to each returned Document will be set in
198
+ * * `returnScore`: Boolean. If set to true, the recommendation score
199
+ * corresponding to each returned Document is set in
200
200
  * {@link protos.google.cloud.discoveryengine.v1.RecommendResponse.RecommendationResult.metadata|RecommendResponse.RecommendationResult.metadata}.
201
- * The given 'score' indicates the probability of a Document conversion
202
- * given the user's context and history.
203
- * * `strictFiltering`: Boolean. True by default. If set to false, the service
204
- * will return generic (unfiltered) popular Documents instead of empty if
201
+ * The given score indicates the probability of a Document conversion given
202
+ * the user's context and history.
203
+ * * `strictFiltering`: Boolean. True by default. If set to `false`, the
204
+ * service
205
+ * returns generic (unfiltered) popular Documents instead of empty if
205
206
  * your filter blocks all recommendation results.
206
207
  * * `diversityLevel`: String. Default empty. If set to be non-empty, then
207
208
  * it needs to be one of:
@@ -342,6 +343,21 @@ export declare class RecommendationServiceClient {
342
343
  * @returns {string} A string representing the engine.
343
344
  */
344
345
  matchEngineFromEngineName(engineName: string): string | number;
346
+ /**
347
+ * Return a fully-qualified project resource name string.
348
+ *
349
+ * @param {string} project
350
+ * @returns {string} Resource name string.
351
+ */
352
+ projectPath(project: string): string;
353
+ /**
354
+ * Parse the project from Project resource.
355
+ *
356
+ * @param {string} projectName
357
+ * A fully-qualified path representing Project resource.
358
+ * @returns {string} A string representing the project.
359
+ */
360
+ matchProjectFromProjectName(projectName: string): string | number;
345
361
  /**
346
362
  * Return a fully-qualified projectLocationCollectionDataStore resource name string.
347
363
  *
@@ -444,6 +460,57 @@ export declare class RecommendationServiceClient {
444
460
  * @returns {string} A string representing the document.
445
461
  */
446
462
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
463
+ /**
464
+ * Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
465
+ *
466
+ * @param {string} project
467
+ * @param {string} location
468
+ * @param {string} collection
469
+ * @param {string} data_store
470
+ * @param {string} control
471
+ * @returns {string} Resource name string.
472
+ */
473
+ projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
474
+ /**
475
+ * Parse the project from ProjectLocationCollectionDataStoreControl resource.
476
+ *
477
+ * @param {string} projectLocationCollectionDataStoreControlName
478
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
479
+ * @returns {string} A string representing the project.
480
+ */
481
+ matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
482
+ /**
483
+ * Parse the location from ProjectLocationCollectionDataStoreControl resource.
484
+ *
485
+ * @param {string} projectLocationCollectionDataStoreControlName
486
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
487
+ * @returns {string} A string representing the location.
488
+ */
489
+ matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
490
+ /**
491
+ * Parse the collection from ProjectLocationCollectionDataStoreControl resource.
492
+ *
493
+ * @param {string} projectLocationCollectionDataStoreControlName
494
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
495
+ * @returns {string} A string representing the collection.
496
+ */
497
+ matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
498
+ /**
499
+ * Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
500
+ *
501
+ * @param {string} projectLocationCollectionDataStoreControlName
502
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
503
+ * @returns {string} A string representing the data_store.
504
+ */
505
+ matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
506
+ /**
507
+ * Parse the control from ProjectLocationCollectionDataStoreControl resource.
508
+ *
509
+ * @param {string} projectLocationCollectionDataStoreControlName
510
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
511
+ * @returns {string} A string representing the control.
512
+ */
513
+ matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
447
514
  /**
448
515
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
449
516
  *
@@ -495,6 +562,48 @@ export declare class RecommendationServiceClient {
495
562
  * @returns {string} A string representing the conversation.
496
563
  */
497
564
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
565
+ /**
566
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
567
+ *
568
+ * @param {string} project
569
+ * @param {string} location
570
+ * @param {string} collection
571
+ * @param {string} data_store
572
+ * @returns {string} Resource name string.
573
+ */
574
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
575
+ /**
576
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
577
+ *
578
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
579
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
580
+ * @returns {string} A string representing the project.
581
+ */
582
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
583
+ /**
584
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
585
+ *
586
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
587
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
588
+ * @returns {string} A string representing the location.
589
+ */
590
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
591
+ /**
592
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
593
+ *
594
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
595
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
596
+ * @returns {string} A string representing the collection.
597
+ */
598
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
599
+ /**
600
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
601
+ *
602
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
603
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
604
+ * @returns {string} A string representing the data_store.
605
+ */
606
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
498
607
  /**
499
608
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
500
609
  *
@@ -597,6 +706,117 @@ export declare class RecommendationServiceClient {
597
706
  * @returns {string} A string representing the serving_config.
598
707
  */
599
708
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
709
+ /**
710
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
711
+ *
712
+ * @param {string} project
713
+ * @param {string} location
714
+ * @param {string} collection
715
+ * @param {string} data_store
716
+ * @param {string} session
717
+ * @returns {string} Resource name string.
718
+ */
719
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
720
+ /**
721
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
722
+ *
723
+ * @param {string} projectLocationCollectionDataStoreSessionName
724
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
725
+ * @returns {string} A string representing the project.
726
+ */
727
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
728
+ /**
729
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
730
+ *
731
+ * @param {string} projectLocationCollectionDataStoreSessionName
732
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
733
+ * @returns {string} A string representing the location.
734
+ */
735
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
736
+ /**
737
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
738
+ *
739
+ * @param {string} projectLocationCollectionDataStoreSessionName
740
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
741
+ * @returns {string} A string representing the collection.
742
+ */
743
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
744
+ /**
745
+ * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
746
+ *
747
+ * @param {string} projectLocationCollectionDataStoreSessionName
748
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
749
+ * @returns {string} A string representing the data_store.
750
+ */
751
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
752
+ /**
753
+ * Parse the session from ProjectLocationCollectionDataStoreSession resource.
754
+ *
755
+ * @param {string} projectLocationCollectionDataStoreSessionName
756
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
757
+ * @returns {string} A string representing the session.
758
+ */
759
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
760
+ /**
761
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
762
+ *
763
+ * @param {string} project
764
+ * @param {string} location
765
+ * @param {string} collection
766
+ * @param {string} data_store
767
+ * @param {string} session
768
+ * @param {string} answer
769
+ * @returns {string} Resource name string.
770
+ */
771
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
772
+ /**
773
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
774
+ *
775
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
776
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
777
+ * @returns {string} A string representing the project.
778
+ */
779
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
780
+ /**
781
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
782
+ *
783
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
784
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
785
+ * @returns {string} A string representing the location.
786
+ */
787
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
788
+ /**
789
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
790
+ *
791
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
792
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
793
+ * @returns {string} A string representing the collection.
794
+ */
795
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
796
+ /**
797
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
798
+ *
799
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
800
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
801
+ * @returns {string} A string representing the data_store.
802
+ */
803
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
804
+ /**
805
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
806
+ *
807
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
808
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
809
+ * @returns {string} A string representing the session.
810
+ */
811
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
812
+ /**
813
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
814
+ *
815
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
816
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
817
+ * @returns {string} A string representing the answer.
818
+ */
819
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
600
820
  /**
601
821
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
602
822
  *
@@ -690,6 +910,57 @@ export declare class RecommendationServiceClient {
690
910
  * @returns {string} A string representing the target_site.
691
911
  */
692
912
  matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
913
+ /**
914
+ * Return a fully-qualified projectLocationCollectionEngineControl resource name string.
915
+ *
916
+ * @param {string} project
917
+ * @param {string} location
918
+ * @param {string} collection
919
+ * @param {string} engine
920
+ * @param {string} control
921
+ * @returns {string} Resource name string.
922
+ */
923
+ projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
924
+ /**
925
+ * Parse the project from ProjectLocationCollectionEngineControl resource.
926
+ *
927
+ * @param {string} projectLocationCollectionEngineControlName
928
+ * A fully-qualified path representing project_location_collection_engine_control resource.
929
+ * @returns {string} A string representing the project.
930
+ */
931
+ matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
932
+ /**
933
+ * Parse the location from ProjectLocationCollectionEngineControl resource.
934
+ *
935
+ * @param {string} projectLocationCollectionEngineControlName
936
+ * A fully-qualified path representing project_location_collection_engine_control resource.
937
+ * @returns {string} A string representing the location.
938
+ */
939
+ matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
940
+ /**
941
+ * Parse the collection from ProjectLocationCollectionEngineControl resource.
942
+ *
943
+ * @param {string} projectLocationCollectionEngineControlName
944
+ * A fully-qualified path representing project_location_collection_engine_control resource.
945
+ * @returns {string} A string representing the collection.
946
+ */
947
+ matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
948
+ /**
949
+ * Parse the engine from ProjectLocationCollectionEngineControl resource.
950
+ *
951
+ * @param {string} projectLocationCollectionEngineControlName
952
+ * A fully-qualified path representing project_location_collection_engine_control resource.
953
+ * @returns {string} A string representing the engine.
954
+ */
955
+ matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
956
+ /**
957
+ * Parse the control from ProjectLocationCollectionEngineControl resource.
958
+ *
959
+ * @param {string} projectLocationCollectionEngineControlName
960
+ * A fully-qualified path representing project_location_collection_engine_control resource.
961
+ * @returns {string} A string representing the control.
962
+ */
963
+ matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
693
964
  /**
694
965
  * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
695
966
  *
@@ -792,6 +1063,117 @@ export declare class RecommendationServiceClient {
792
1063
  * @returns {string} A string representing the serving_config.
793
1064
  */
794
1065
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1066
+ /**
1067
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1068
+ *
1069
+ * @param {string} project
1070
+ * @param {string} location
1071
+ * @param {string} collection
1072
+ * @param {string} engine
1073
+ * @param {string} session
1074
+ * @returns {string} Resource name string.
1075
+ */
1076
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
1077
+ /**
1078
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
1079
+ *
1080
+ * @param {string} projectLocationCollectionEngineSessionName
1081
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1082
+ * @returns {string} A string representing the project.
1083
+ */
1084
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1085
+ /**
1086
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
1087
+ *
1088
+ * @param {string} projectLocationCollectionEngineSessionName
1089
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1090
+ * @returns {string} A string representing the location.
1091
+ */
1092
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1093
+ /**
1094
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
1095
+ *
1096
+ * @param {string} projectLocationCollectionEngineSessionName
1097
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1098
+ * @returns {string} A string representing the collection.
1099
+ */
1100
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1101
+ /**
1102
+ * Parse the engine from ProjectLocationCollectionEngineSession resource.
1103
+ *
1104
+ * @param {string} projectLocationCollectionEngineSessionName
1105
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1106
+ * @returns {string} A string representing the engine.
1107
+ */
1108
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1109
+ /**
1110
+ * Parse the session from ProjectLocationCollectionEngineSession resource.
1111
+ *
1112
+ * @param {string} projectLocationCollectionEngineSessionName
1113
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1114
+ * @returns {string} A string representing the session.
1115
+ */
1116
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1117
+ /**
1118
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1119
+ *
1120
+ * @param {string} project
1121
+ * @param {string} location
1122
+ * @param {string} collection
1123
+ * @param {string} engine
1124
+ * @param {string} session
1125
+ * @param {string} answer
1126
+ * @returns {string} Resource name string.
1127
+ */
1128
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1129
+ /**
1130
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1131
+ *
1132
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1133
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1134
+ * @returns {string} A string representing the project.
1135
+ */
1136
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1137
+ /**
1138
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1139
+ *
1140
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1141
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1142
+ * @returns {string} A string representing the location.
1143
+ */
1144
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1145
+ /**
1146
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1147
+ *
1148
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1149
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1150
+ * @returns {string} A string representing the collection.
1151
+ */
1152
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1153
+ /**
1154
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1155
+ *
1156
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1157
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1158
+ * @returns {string} A string representing the engine.
1159
+ */
1160
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1161
+ /**
1162
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1163
+ *
1164
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1165
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1166
+ * @returns {string} A string representing the session.
1167
+ */
1168
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1169
+ /**
1170
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1171
+ *
1172
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1173
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1174
+ * @returns {string} A string representing the answer.
1175
+ */
1176
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
795
1177
  /**
796
1178
  * Return a fully-qualified projectLocationDataStore resource name string.
797
1179
  *
@@ -876,6 +1258,48 @@ export declare class RecommendationServiceClient {
876
1258
  * @returns {string} A string representing the document.
877
1259
  */
878
1260
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1261
+ /**
1262
+ * Return a fully-qualified projectLocationDataStoreControl resource name string.
1263
+ *
1264
+ * @param {string} project
1265
+ * @param {string} location
1266
+ * @param {string} data_store
1267
+ * @param {string} control
1268
+ * @returns {string} Resource name string.
1269
+ */
1270
+ projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
1271
+ /**
1272
+ * Parse the project from ProjectLocationDataStoreControl resource.
1273
+ *
1274
+ * @param {string} projectLocationDataStoreControlName
1275
+ * A fully-qualified path representing project_location_data_store_control resource.
1276
+ * @returns {string} A string representing the project.
1277
+ */
1278
+ matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1279
+ /**
1280
+ * Parse the location from ProjectLocationDataStoreControl resource.
1281
+ *
1282
+ * @param {string} projectLocationDataStoreControlName
1283
+ * A fully-qualified path representing project_location_data_store_control resource.
1284
+ * @returns {string} A string representing the location.
1285
+ */
1286
+ matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1287
+ /**
1288
+ * Parse the data_store from ProjectLocationDataStoreControl resource.
1289
+ *
1290
+ * @param {string} projectLocationDataStoreControlName
1291
+ * A fully-qualified path representing project_location_data_store_control resource.
1292
+ * @returns {string} A string representing the data_store.
1293
+ */
1294
+ matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1295
+ /**
1296
+ * Parse the control from ProjectLocationDataStoreControl resource.
1297
+ *
1298
+ * @param {string} projectLocationDataStoreControlName
1299
+ * A fully-qualified path representing project_location_data_store_control resource.
1300
+ * @returns {string} A string representing the control.
1301
+ */
1302
+ matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
879
1303
  /**
880
1304
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
881
1305
  *
@@ -918,6 +1342,39 @@ export declare class RecommendationServiceClient {
918
1342
  * @returns {string} A string representing the conversation.
919
1343
  */
920
1344
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1345
+ /**
1346
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1347
+ *
1348
+ * @param {string} project
1349
+ * @param {string} location
1350
+ * @param {string} data_store
1351
+ * @returns {string} Resource name string.
1352
+ */
1353
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1354
+ /**
1355
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1356
+ *
1357
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1358
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1359
+ * @returns {string} A string representing the project.
1360
+ */
1361
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1362
+ /**
1363
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1364
+ *
1365
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1366
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1367
+ * @returns {string} A string representing the location.
1368
+ */
1369
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1370
+ /**
1371
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1372
+ *
1373
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1374
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1375
+ * @returns {string} A string representing the data_store.
1376
+ */
1377
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
921
1378
  /**
922
1379
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
923
1380
  *
@@ -1002,6 +1459,99 @@ export declare class RecommendationServiceClient {
1002
1459
  * @returns {string} A string representing the serving_config.
1003
1460
  */
1004
1461
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1462
+ /**
1463
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
1464
+ *
1465
+ * @param {string} project
1466
+ * @param {string} location
1467
+ * @param {string} data_store
1468
+ * @param {string} session
1469
+ * @returns {string} Resource name string.
1470
+ */
1471
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
1472
+ /**
1473
+ * Parse the project from ProjectLocationDataStoreSession resource.
1474
+ *
1475
+ * @param {string} projectLocationDataStoreSessionName
1476
+ * A fully-qualified path representing project_location_data_store_session resource.
1477
+ * @returns {string} A string representing the project.
1478
+ */
1479
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1480
+ /**
1481
+ * Parse the location from ProjectLocationDataStoreSession resource.
1482
+ *
1483
+ * @param {string} projectLocationDataStoreSessionName
1484
+ * A fully-qualified path representing project_location_data_store_session resource.
1485
+ * @returns {string} A string representing the location.
1486
+ */
1487
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1488
+ /**
1489
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
1490
+ *
1491
+ * @param {string} projectLocationDataStoreSessionName
1492
+ * A fully-qualified path representing project_location_data_store_session resource.
1493
+ * @returns {string} A string representing the data_store.
1494
+ */
1495
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1496
+ /**
1497
+ * Parse the session from ProjectLocationDataStoreSession resource.
1498
+ *
1499
+ * @param {string} projectLocationDataStoreSessionName
1500
+ * A fully-qualified path representing project_location_data_store_session resource.
1501
+ * @returns {string} A string representing the session.
1502
+ */
1503
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1504
+ /**
1505
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1506
+ *
1507
+ * @param {string} project
1508
+ * @param {string} location
1509
+ * @param {string} data_store
1510
+ * @param {string} session
1511
+ * @param {string} answer
1512
+ * @returns {string} Resource name string.
1513
+ */
1514
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1515
+ /**
1516
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1517
+ *
1518
+ * @param {string} projectLocationDataStoreSessionAnswerName
1519
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1520
+ * @returns {string} A string representing the project.
1521
+ */
1522
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1523
+ /**
1524
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1525
+ *
1526
+ * @param {string} projectLocationDataStoreSessionAnswerName
1527
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1528
+ * @returns {string} A string representing the location.
1529
+ */
1530
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1531
+ /**
1532
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
1533
+ *
1534
+ * @param {string} projectLocationDataStoreSessionAnswerName
1535
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1536
+ * @returns {string} A string representing the data_store.
1537
+ */
1538
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1539
+ /**
1540
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
1541
+ *
1542
+ * @param {string} projectLocationDataStoreSessionAnswerName
1543
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1544
+ * @returns {string} A string representing the session.
1545
+ */
1546
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1547
+ /**
1548
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
1549
+ *
1550
+ * @param {string} projectLocationDataStoreSessionAnswerName
1551
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1552
+ * @returns {string} A string representing the answer.
1553
+ */
1554
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1005
1555
  /**
1006
1556
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1007
1557
  *