@google-cloud/discoveryengine 2.3.0 → 2.4.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 (228) hide show
  1. package/README.md +17 -0
  2. package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
  4. package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
  6. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
  7. package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
  8. package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
  14. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
  15. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
  16. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
  17. package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
  18. package/build/protos/protos.d.ts +15057 -10636
  19. package/build/protos/protos.js +45523 -34174
  20. package/build/protos/protos.json +4835 -3203
  21. package/build/src/index.d.ts +7 -1
  22. package/build/src/index.js +6 -2
  23. package/build/src/v1/assistant_service_client.d.ts +2058 -0
  24. package/build/src/v1/assistant_service_client.js +2957 -0
  25. package/build/src/v1/assistant_service_client_config.json +43 -0
  26. package/build/src/v1/assistant_service_proto_list.json +48 -0
  27. package/build/src/v1/cmek_config_service_client.d.ts +255 -144
  28. package/build/src/v1/cmek_config_service_client.js +348 -196
  29. package/build/src/v1/cmek_config_service_proto_list.json +4 -0
  30. package/build/src/v1/completion_service_client.d.ts +255 -144
  31. package/build/src/v1/completion_service_client.js +348 -196
  32. package/build/src/v1/completion_service_proto_list.json +4 -0
  33. package/build/src/v1/control_service_client.d.ts +255 -144
  34. package/build/src/v1/control_service_client.js +348 -196
  35. package/build/src/v1/control_service_proto_list.json +4 -0
  36. package/build/src/v1/conversational_search_service_client.d.ts +302 -155
  37. package/build/src/v1/conversational_search_service_client.js +380 -204
  38. package/build/src/v1/conversational_search_service_proto_list.json +4 -0
  39. package/build/src/v1/data_store_service_client.d.ts +255 -144
  40. package/build/src/v1/data_store_service_client.js +348 -196
  41. package/build/src/v1/data_store_service_proto_list.json +4 -0
  42. package/build/src/v1/document_service_client.d.ts +255 -144
  43. package/build/src/v1/document_service_client.js +348 -196
  44. package/build/src/v1/document_service_proto_list.json +4 -0
  45. package/build/src/v1/engine_service_client.d.ts +255 -144
  46. package/build/src/v1/engine_service_client.js +348 -196
  47. package/build/src/v1/engine_service_proto_list.json +4 -0
  48. package/build/src/v1/gapic_metadata.json +86 -0
  49. package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
  50. package/build/src/v1/grounded_generation_service_client.js +348 -196
  51. package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
  52. package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
  53. package/build/src/v1/identity_mapping_store_service_client.js +348 -196
  54. package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
  55. package/build/src/v1/index.d.ts +2 -0
  56. package/build/src/v1/index.js +5 -1
  57. package/build/src/v1/project_service_client.d.ts +255 -144
  58. package/build/src/v1/project_service_client.js +348 -196
  59. package/build/src/v1/project_service_proto_list.json +4 -0
  60. package/build/src/v1/rank_service_client.d.ts +255 -144
  61. package/build/src/v1/rank_service_client.js +348 -196
  62. package/build/src/v1/rank_service_proto_list.json +4 -0
  63. package/build/src/v1/recommendation_service_client.d.ts +255 -144
  64. package/build/src/v1/recommendation_service_client.js +348 -196
  65. package/build/src/v1/recommendation_service_proto_list.json +4 -0
  66. package/build/src/v1/schema_service_client.d.ts +255 -144
  67. package/build/src/v1/schema_service_client.js +348 -196
  68. package/build/src/v1/schema_service_proto_list.json +4 -0
  69. package/build/src/v1/search_service_client.d.ts +303 -228
  70. package/build/src/v1/search_service_client.js +380 -252
  71. package/build/src/v1/search_service_proto_list.json +4 -0
  72. package/build/src/v1/search_tuning_service_client.d.ts +255 -144
  73. package/build/src/v1/search_tuning_service_client.js +348 -196
  74. package/build/src/v1/search_tuning_service_proto_list.json +4 -0
  75. package/build/src/v1/serving_config_service_client.d.ts +255 -144
  76. package/build/src/v1/serving_config_service_client.js +348 -196
  77. package/build/src/v1/serving_config_service_proto_list.json +4 -0
  78. package/build/src/v1/session_service_client.d.ts +2326 -0
  79. package/build/src/v1/session_service_client.js +3218 -0
  80. package/build/src/v1/session_service_client_config.json +63 -0
  81. package/build/src/v1/session_service_proto_list.json +48 -0
  82. package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
  83. package/build/src/v1/site_search_engine_service_client.js +348 -196
  84. package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
  85. package/build/src/v1/user_event_service_client.d.ts +255 -144
  86. package/build/src/v1/user_event_service_client.js +348 -196
  87. package/build/src/v1/user_event_service_proto_list.json +4 -0
  88. package/build/src/v1/user_license_service_client.d.ts +255 -144
  89. package/build/src/v1/user_license_service_client.js +348 -196
  90. package/build/src/v1/user_license_service_proto_list.json +4 -0
  91. package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
  92. package/build/src/v1alpha/acl_config_service_client.js +196 -196
  93. package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
  94. package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
  95. package/build/src/v1alpha/chunk_service_client.js +196 -196
  96. package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
  97. package/build/src/v1alpha/completion_service_client.d.ts +144 -144
  98. package/build/src/v1alpha/completion_service_client.js +196 -196
  99. package/build/src/v1alpha/completion_service_proto_list.json +1 -0
  100. package/build/src/v1alpha/control_service_client.d.ts +144 -144
  101. package/build/src/v1alpha/control_service_client.js +196 -196
  102. package/build/src/v1alpha/control_service_proto_list.json +1 -0
  103. package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
  104. package/build/src/v1alpha/conversational_search_service_client.js +244 -210
  105. package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
  106. package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
  107. package/build/src/v1alpha/data_store_service_client.js +196 -196
  108. package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
  109. package/build/src/v1alpha/document_service_client.d.ts +144 -144
  110. package/build/src/v1alpha/document_service_client.js +196 -196
  111. package/build/src/v1alpha/document_service_proto_list.json +1 -0
  112. package/build/src/v1alpha/engine_service_client.d.ts +144 -144
  113. package/build/src/v1alpha/engine_service_client.js +196 -196
  114. package/build/src/v1alpha/engine_service_proto_list.json +1 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
  116. package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
  117. package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
  118. package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
  119. package/build/src/v1alpha/evaluation_service_client.js +196 -196
  120. package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
  121. package/build/src/v1alpha/gapic_metadata.json +82 -0
  122. package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
  123. package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
  124. package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
  125. package/build/src/v1alpha/index.d.ts +1 -0
  126. package/build/src/v1alpha/index.js +3 -1
  127. package/build/src/v1alpha/project_service_client.d.ts +144 -144
  128. package/build/src/v1alpha/project_service_client.js +196 -196
  129. package/build/src/v1alpha/project_service_proto_list.json +1 -0
  130. package/build/src/v1alpha/rank_service_client.d.ts +144 -144
  131. package/build/src/v1alpha/rank_service_client.js +196 -196
  132. package/build/src/v1alpha/rank_service_proto_list.json +1 -0
  133. package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
  134. package/build/src/v1alpha/recommendation_service_client.js +196 -196
  135. package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
  136. package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
  137. package/build/src/v1alpha/sample_query_service_client.js +196 -196
  138. package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
  139. package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
  140. package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
  141. package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
  142. package/build/src/v1alpha/schema_service_client.d.ts +144 -144
  143. package/build/src/v1alpha/schema_service_client.js +196 -196
  144. package/build/src/v1alpha/schema_service_proto_list.json +1 -0
  145. package/build/src/v1alpha/search_service_client.d.ts +168 -186
  146. package/build/src/v1alpha/search_service_client.js +212 -224
  147. package/build/src/v1alpha/search_service_proto_list.json +1 -0
  148. package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
  149. package/build/src/v1alpha/search_tuning_service_client.js +196 -196
  150. package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
  151. package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
  152. package/build/src/v1alpha/serving_config_service_client.js +196 -196
  153. package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
  154. package/build/src/v1alpha/session_service_client.d.ts +2331 -0
  155. package/build/src/v1alpha/session_service_client.js +3161 -0
  156. package/build/src/v1alpha/session_service_client_config.json +68 -0
  157. package/build/src/v1alpha/session_service_proto_list.json +49 -0
  158. package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
  159. package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
  160. package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
  161. package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
  162. package/build/src/v1alpha/user_event_service_client.js +196 -196
  163. package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
  164. package/build/src/v1beta/completion_service_client.d.ts +144 -144
  165. package/build/src/v1beta/completion_service_client.js +196 -196
  166. package/build/src/v1beta/completion_service_proto_list.json +1 -0
  167. package/build/src/v1beta/control_service_client.d.ts +144 -144
  168. package/build/src/v1beta/control_service_client.js +196 -196
  169. package/build/src/v1beta/control_service_proto_list.json +1 -0
  170. package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
  171. package/build/src/v1beta/conversational_search_service_client.js +242 -208
  172. package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
  173. package/build/src/v1beta/data_store_service_client.d.ts +144 -144
  174. package/build/src/v1beta/data_store_service_client.js +196 -196
  175. package/build/src/v1beta/data_store_service_proto_list.json +1 -0
  176. package/build/src/v1beta/document_service_client.d.ts +144 -144
  177. package/build/src/v1beta/document_service_client.js +196 -196
  178. package/build/src/v1beta/document_service_proto_list.json +1 -0
  179. package/build/src/v1beta/engine_service_client.d.ts +144 -144
  180. package/build/src/v1beta/engine_service_client.js +196 -196
  181. package/build/src/v1beta/engine_service_proto_list.json +1 -0
  182. package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
  183. package/build/src/v1beta/evaluation_service_client.js +196 -196
  184. package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
  185. package/build/src/v1beta/gapic_metadata.json +68 -0
  186. package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
  187. package/build/src/v1beta/grounded_generation_service_client.js +196 -196
  188. package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
  189. package/build/src/v1beta/index.d.ts +1 -0
  190. package/build/src/v1beta/index.js +3 -1
  191. package/build/src/v1beta/project_service_client.d.ts +144 -144
  192. package/build/src/v1beta/project_service_client.js +196 -196
  193. package/build/src/v1beta/project_service_proto_list.json +1 -0
  194. package/build/src/v1beta/rank_service_client.d.ts +144 -144
  195. package/build/src/v1beta/rank_service_client.js +196 -196
  196. package/build/src/v1beta/rank_service_proto_list.json +1 -0
  197. package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
  198. package/build/src/v1beta/recommendation_service_client.js +196 -196
  199. package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
  200. package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
  201. package/build/src/v1beta/sample_query_service_client.js +196 -196
  202. package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
  203. package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
  204. package/build/src/v1beta/sample_query_set_service_client.js +196 -196
  205. package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
  206. package/build/src/v1beta/schema_service_client.d.ts +144 -144
  207. package/build/src/v1beta/schema_service_client.js +196 -196
  208. package/build/src/v1beta/schema_service_proto_list.json +1 -0
  209. package/build/src/v1beta/search_service_client.d.ts +192 -228
  210. package/build/src/v1beta/search_service_client.js +228 -252
  211. package/build/src/v1beta/search_service_proto_list.json +1 -0
  212. package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
  213. package/build/src/v1beta/search_tuning_service_client.js +196 -196
  214. package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
  215. package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
  216. package/build/src/v1beta/serving_config_service_client.js +196 -196
  217. package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
  218. package/build/src/v1beta/session_service_client.d.ts +2266 -0
  219. package/build/src/v1beta/session_service_client.js +3136 -0
  220. package/build/src/v1beta/session_service_client_config.json +63 -0
  221. package/build/src/v1beta/session_service_proto_list.json +45 -0
  222. package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
  223. package/build/src/v1beta/site_search_engine_service_client.js +196 -196
  224. package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
  225. package/build/src/v1beta/user_event_service_client.d.ts +144 -144
  226. package/build/src/v1beta/user_event_service_client.js +196 -196
  227. package/build/src/v1beta/user_event_service_proto_list.json +1 -0
  228. package/package.json +1 -1
@@ -1,5 +1,8 @@
1
1
  [
2
2
  "../../protos/google/cloud/discoveryengine/v1/answer.proto",
3
+ "../../protos/google/cloud/discoveryengine/v1/assist_answer.proto",
4
+ "../../protos/google/cloud/discoveryengine/v1/assistant.proto",
5
+ "../../protos/google/cloud/discoveryengine/v1/assistant_service.proto",
3
6
  "../../protos/google/cloud/discoveryengine/v1/chunk.proto",
4
7
  "../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
5
8
  "../../protos/google/cloud/discoveryengine/v1/common.proto",
@@ -35,6 +38,7 @@
35
38
  "../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
36
39
  "../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
37
40
  "../../protos/google/cloud/discoveryengine/v1/session.proto",
41
+ "../../protos/google/cloud/discoveryengine/v1/session_service.proto",
38
42
  "../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
39
43
  "../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
40
44
  "../../protos/google/cloud/discoveryengine/v1/user_event.proto",
@@ -793,11 +793,23 @@ export declare class ConversationalSearchServiceClient {
793
793
  * A page token, received from a previous `ListSessions` call.
794
794
  * Provide this to retrieve the subsequent page.
795
795
  * @param {string} request.filter
796
- * A filter to apply on the list results. The supported features are:
797
- * user_pseudo_id, state.
796
+ * A comma-separated list of fields to filter by, in EBNF grammar.
797
+ * The supported fields are:
798
+ * * `user_pseudo_id`
799
+ * * `state`
800
+ * * `display_name`
801
+ * * `starred`
802
+ * * `is_pinned`
803
+ * * `labels`
804
+ * * `create_time`
805
+ * * `update_time`
798
806
  *
799
- * Example:
807
+ * Examples:
800
808
  * "user_pseudo_id = some_id"
809
+ * "display_name = \"some_name\""
810
+ * "starred = true"
811
+ * "is_pinned=true AND (NOT labels:hidden)"
812
+ * "create_time > \"1970-01-01T12:00:00Z\""
801
813
  * @param {string} request.orderBy
802
814
  * A comma-separated list of fields to order by, sorted in ascending order.
803
815
  * Use "desc" after a field name for descending.
@@ -847,11 +859,23 @@ export declare class ConversationalSearchServiceClient {
847
859
  * A page token, received from a previous `ListSessions` call.
848
860
  * Provide this to retrieve the subsequent page.
849
861
  * @param {string} request.filter
850
- * A filter to apply on the list results. The supported features are:
851
- * user_pseudo_id, state.
852
- *
853
- * Example:
862
+ * A comma-separated list of fields to filter by, in EBNF grammar.
863
+ * The supported fields are:
864
+ * * `user_pseudo_id`
865
+ * * `state`
866
+ * * `display_name`
867
+ * * `starred`
868
+ * * `is_pinned`
869
+ * * `labels`
870
+ * * `create_time`
871
+ * * `update_time`
872
+ *
873
+ * Examples:
854
874
  * "user_pseudo_id = some_id"
875
+ * "display_name = \"some_name\""
876
+ * "starred = true"
877
+ * "is_pinned=true AND (NOT labels:hidden)"
878
+ * "create_time > \"1970-01-01T12:00:00Z\""
855
879
  * @param {string} request.orderBy
856
880
  * A comma-separated list of fields to order by, sorted in ascending order.
857
881
  * Use "desc" after a field name for descending.
@@ -896,11 +920,23 @@ export declare class ConversationalSearchServiceClient {
896
920
  * A page token, received from a previous `ListSessions` call.
897
921
  * Provide this to retrieve the subsequent page.
898
922
  * @param {string} request.filter
899
- * A filter to apply on the list results. The supported features are:
900
- * user_pseudo_id, state.
901
- *
902
- * Example:
923
+ * A comma-separated list of fields to filter by, in EBNF grammar.
924
+ * The supported fields are:
925
+ * * `user_pseudo_id`
926
+ * * `state`
927
+ * * `display_name`
928
+ * * `starred`
929
+ * * `is_pinned`
930
+ * * `labels`
931
+ * * `create_time`
932
+ * * `update_time`
933
+ *
934
+ * Examples:
903
935
  * "user_pseudo_id = some_id"
936
+ * "display_name = \"some_name\""
937
+ * "starred = true"
938
+ * "is_pinned=true AND (NOT labels:hidden)"
939
+ * "create_time > \"1970-01-01T12:00:00Z\""
904
940
  * @param {string} request.orderBy
905
941
  * A comma-separated list of fields to order by, sorted in ascending order.
906
942
  * Use "desc" after a field name for descending.
@@ -981,6 +1017,117 @@ export declare class ConversationalSearchServiceClient {
981
1017
  * ```
982
1018
  */
983
1019
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
1020
+ /**
1021
+ * Return a fully-qualified assistAnswer resource name string.
1022
+ *
1023
+ * @param {string} project
1024
+ * @param {string} location
1025
+ * @param {string} collection
1026
+ * @param {string} engine
1027
+ * @param {string} session
1028
+ * @param {string} assist_answer
1029
+ * @returns {string} Resource name string.
1030
+ */
1031
+ assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
1032
+ /**
1033
+ * Parse the project from AssistAnswer resource.
1034
+ *
1035
+ * @param {string} assistAnswerName
1036
+ * A fully-qualified path representing AssistAnswer resource.
1037
+ * @returns {string} A string representing the project.
1038
+ */
1039
+ matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
1040
+ /**
1041
+ * Parse the location from AssistAnswer resource.
1042
+ *
1043
+ * @param {string} assistAnswerName
1044
+ * A fully-qualified path representing AssistAnswer resource.
1045
+ * @returns {string} A string representing the location.
1046
+ */
1047
+ matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
1048
+ /**
1049
+ * Parse the collection from AssistAnswer resource.
1050
+ *
1051
+ * @param {string} assistAnswerName
1052
+ * A fully-qualified path representing AssistAnswer resource.
1053
+ * @returns {string} A string representing the collection.
1054
+ */
1055
+ matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
1056
+ /**
1057
+ * Parse the engine from AssistAnswer resource.
1058
+ *
1059
+ * @param {string} assistAnswerName
1060
+ * A fully-qualified path representing AssistAnswer resource.
1061
+ * @returns {string} A string representing the engine.
1062
+ */
1063
+ matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
1064
+ /**
1065
+ * Parse the session from AssistAnswer resource.
1066
+ *
1067
+ * @param {string} assistAnswerName
1068
+ * A fully-qualified path representing AssistAnswer resource.
1069
+ * @returns {string} A string representing the session.
1070
+ */
1071
+ matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
1072
+ /**
1073
+ * Parse the assist_answer from AssistAnswer resource.
1074
+ *
1075
+ * @param {string} assistAnswerName
1076
+ * A fully-qualified path representing AssistAnswer resource.
1077
+ * @returns {string} A string representing the assist_answer.
1078
+ */
1079
+ matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
1080
+ /**
1081
+ * Return a fully-qualified assistant resource name string.
1082
+ *
1083
+ * @param {string} project
1084
+ * @param {string} location
1085
+ * @param {string} collection
1086
+ * @param {string} engine
1087
+ * @param {string} assistant
1088
+ * @returns {string} Resource name string.
1089
+ */
1090
+ assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
1091
+ /**
1092
+ * Parse the project from Assistant resource.
1093
+ *
1094
+ * @param {string} assistantName
1095
+ * A fully-qualified path representing Assistant resource.
1096
+ * @returns {string} A string representing the project.
1097
+ */
1098
+ matchProjectFromAssistantName(assistantName: string): string | number;
1099
+ /**
1100
+ * Parse the location from Assistant resource.
1101
+ *
1102
+ * @param {string} assistantName
1103
+ * A fully-qualified path representing Assistant resource.
1104
+ * @returns {string} A string representing the location.
1105
+ */
1106
+ matchLocationFromAssistantName(assistantName: string): string | number;
1107
+ /**
1108
+ * Parse the collection from Assistant resource.
1109
+ *
1110
+ * @param {string} assistantName
1111
+ * A fully-qualified path representing Assistant resource.
1112
+ * @returns {string} A string representing the collection.
1113
+ */
1114
+ matchCollectionFromAssistantName(assistantName: string): string | number;
1115
+ /**
1116
+ * Parse the engine from Assistant resource.
1117
+ *
1118
+ * @param {string} assistantName
1119
+ * A fully-qualified path representing Assistant resource.
1120
+ * @returns {string} A string representing the engine.
1121
+ */
1122
+ matchEngineFromAssistantName(assistantName: string): string | number;
1123
+ /**
1124
+ * Parse the assistant from Assistant resource.
1125
+ *
1126
+ * @param {string} assistantName
1127
+ * A fully-qualified path representing Assistant resource.
1128
+ * @returns {string} A string representing the assistant.
1129
+ */
1130
+ matchAssistantFromAssistantName(assistantName: string): string | number;
984
1131
  /**
985
1132
  * Return a fully-qualified engine resource name string.
986
1133
  *
@@ -1596,57 +1743,6 @@ export declare class ConversationalSearchServiceClient {
1596
1743
  * @returns {string} A string representing the serving_config.
1597
1744
  */
1598
1745
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1599
- /**
1600
- * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
1601
- *
1602
- * @param {string} project
1603
- * @param {string} location
1604
- * @param {string} collection
1605
- * @param {string} data_store
1606
- * @param {string} session
1607
- * @returns {string} Resource name string.
1608
- */
1609
- projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
1610
- /**
1611
- * Parse the project from ProjectLocationCollectionDataStoreSession resource.
1612
- *
1613
- * @param {string} projectLocationCollectionDataStoreSessionName
1614
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1615
- * @returns {string} A string representing the project.
1616
- */
1617
- matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1618
- /**
1619
- * Parse the location from ProjectLocationCollectionDataStoreSession resource.
1620
- *
1621
- * @param {string} projectLocationCollectionDataStoreSessionName
1622
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1623
- * @returns {string} A string representing the location.
1624
- */
1625
- matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1626
- /**
1627
- * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
1628
- *
1629
- * @param {string} projectLocationCollectionDataStoreSessionName
1630
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1631
- * @returns {string} A string representing the collection.
1632
- */
1633
- matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1634
- /**
1635
- * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
1636
- *
1637
- * @param {string} projectLocationCollectionDataStoreSessionName
1638
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1639
- * @returns {string} A string representing the data_store.
1640
- */
1641
- matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1642
- /**
1643
- * Parse the session from ProjectLocationCollectionDataStoreSession resource.
1644
- *
1645
- * @param {string} projectLocationCollectionDataStoreSessionName
1646
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1647
- * @returns {string} A string representing the session.
1648
- */
1649
- matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1650
1746
  /**
1651
1747
  * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1652
1748
  *
@@ -1707,6 +1803,57 @@ export declare class ConversationalSearchServiceClient {
1707
1803
  * @returns {string} A string representing the answer.
1708
1804
  */
1709
1805
  matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1806
+ /**
1807
+ * Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
1808
+ *
1809
+ * @param {string} project
1810
+ * @param {string} location
1811
+ * @param {string} collection
1812
+ * @param {string} data_store
1813
+ * @param {string} session
1814
+ * @returns {string} Resource name string.
1815
+ */
1816
+ projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
1817
+ /**
1818
+ * Parse the project from ProjectLocationCollectionDataStoreSessions resource.
1819
+ *
1820
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1821
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1822
+ * @returns {string} A string representing the project.
1823
+ */
1824
+ matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1825
+ /**
1826
+ * Parse the location from ProjectLocationCollectionDataStoreSessions resource.
1827
+ *
1828
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1829
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1830
+ * @returns {string} A string representing the location.
1831
+ */
1832
+ matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1833
+ /**
1834
+ * Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
1835
+ *
1836
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1837
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1838
+ * @returns {string} A string representing the collection.
1839
+ */
1840
+ matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1841
+ /**
1842
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
1843
+ *
1844
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1845
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1846
+ * @returns {string} A string representing the data_store.
1847
+ */
1848
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1849
+ /**
1850
+ * Parse the session from ProjectLocationCollectionDataStoreSessions resource.
1851
+ *
1852
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1853
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1854
+ * @returns {string} A string representing the session.
1855
+ */
1856
+ matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1710
1857
  /**
1711
1858
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1712
1859
  *
@@ -2004,57 +2151,6 @@ export declare class ConversationalSearchServiceClient {
2004
2151
  * @returns {string} A string representing the serving_config.
2005
2152
  */
2006
2153
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
2007
- /**
2008
- * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
2009
- *
2010
- * @param {string} project
2011
- * @param {string} location
2012
- * @param {string} collection
2013
- * @param {string} engine
2014
- * @param {string} session
2015
- * @returns {string} Resource name string.
2016
- */
2017
- projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
2018
- /**
2019
- * Parse the project from ProjectLocationCollectionEngineSession resource.
2020
- *
2021
- * @param {string} projectLocationCollectionEngineSessionName
2022
- * A fully-qualified path representing project_location_collection_engine_session resource.
2023
- * @returns {string} A string representing the project.
2024
- */
2025
- matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2026
- /**
2027
- * Parse the location from ProjectLocationCollectionEngineSession resource.
2028
- *
2029
- * @param {string} projectLocationCollectionEngineSessionName
2030
- * A fully-qualified path representing project_location_collection_engine_session resource.
2031
- * @returns {string} A string representing the location.
2032
- */
2033
- matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2034
- /**
2035
- * Parse the collection from ProjectLocationCollectionEngineSession resource.
2036
- *
2037
- * @param {string} projectLocationCollectionEngineSessionName
2038
- * A fully-qualified path representing project_location_collection_engine_session resource.
2039
- * @returns {string} A string representing the collection.
2040
- */
2041
- matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2042
- /**
2043
- * Parse the engine from ProjectLocationCollectionEngineSession resource.
2044
- *
2045
- * @param {string} projectLocationCollectionEngineSessionName
2046
- * A fully-qualified path representing project_location_collection_engine_session resource.
2047
- * @returns {string} A string representing the engine.
2048
- */
2049
- matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2050
- /**
2051
- * Parse the session from ProjectLocationCollectionEngineSession resource.
2052
- *
2053
- * @param {string} projectLocationCollectionEngineSessionName
2054
- * A fully-qualified path representing project_location_collection_engine_session resource.
2055
- * @returns {string} A string representing the session.
2056
- */
2057
- matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2058
2154
  /**
2059
2155
  * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
2060
2156
  *
@@ -2115,6 +2211,57 @@ export declare class ConversationalSearchServiceClient {
2115
2211
  * @returns {string} A string representing the answer.
2116
2212
  */
2117
2213
  matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
2214
+ /**
2215
+ * Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
2216
+ *
2217
+ * @param {string} project
2218
+ * @param {string} location
2219
+ * @param {string} collection
2220
+ * @param {string} engine
2221
+ * @param {string} session
2222
+ * @returns {string} Resource name string.
2223
+ */
2224
+ projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
2225
+ /**
2226
+ * Parse the project from ProjectLocationCollectionEngineSessions resource.
2227
+ *
2228
+ * @param {string} projectLocationCollectionEngineSessionsName
2229
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2230
+ * @returns {string} A string representing the project.
2231
+ */
2232
+ matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2233
+ /**
2234
+ * Parse the location from ProjectLocationCollectionEngineSessions resource.
2235
+ *
2236
+ * @param {string} projectLocationCollectionEngineSessionsName
2237
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2238
+ * @returns {string} A string representing the location.
2239
+ */
2240
+ matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2241
+ /**
2242
+ * Parse the collection from ProjectLocationCollectionEngineSessions resource.
2243
+ *
2244
+ * @param {string} projectLocationCollectionEngineSessionsName
2245
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2246
+ * @returns {string} A string representing the collection.
2247
+ */
2248
+ matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2249
+ /**
2250
+ * Parse the engine from ProjectLocationCollectionEngineSessions resource.
2251
+ *
2252
+ * @param {string} projectLocationCollectionEngineSessionsName
2253
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2254
+ * @returns {string} A string representing the engine.
2255
+ */
2256
+ matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2257
+ /**
2258
+ * Parse the session from ProjectLocationCollectionEngineSessions resource.
2259
+ *
2260
+ * @param {string} projectLocationCollectionEngineSessionsName
2261
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2262
+ * @returns {string} A string representing the session.
2263
+ */
2264
+ matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2118
2265
  /**
2119
2266
  * Return a fully-qualified projectLocationDataStore resource name string.
2120
2267
  *
@@ -2502,48 +2649,6 @@ export declare class ConversationalSearchServiceClient {
2502
2649
  * @returns {string} A string representing the serving_config.
2503
2650
  */
2504
2651
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
2505
- /**
2506
- * Return a fully-qualified projectLocationDataStoreSession resource name string.
2507
- *
2508
- * @param {string} project
2509
- * @param {string} location
2510
- * @param {string} data_store
2511
- * @param {string} session
2512
- * @returns {string} Resource name string.
2513
- */
2514
- projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
2515
- /**
2516
- * Parse the project from ProjectLocationDataStoreSession resource.
2517
- *
2518
- * @param {string} projectLocationDataStoreSessionName
2519
- * A fully-qualified path representing project_location_data_store_session resource.
2520
- * @returns {string} A string representing the project.
2521
- */
2522
- matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2523
- /**
2524
- * Parse the location from ProjectLocationDataStoreSession resource.
2525
- *
2526
- * @param {string} projectLocationDataStoreSessionName
2527
- * A fully-qualified path representing project_location_data_store_session resource.
2528
- * @returns {string} A string representing the location.
2529
- */
2530
- matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2531
- /**
2532
- * Parse the data_store from ProjectLocationDataStoreSession resource.
2533
- *
2534
- * @param {string} projectLocationDataStoreSessionName
2535
- * A fully-qualified path representing project_location_data_store_session resource.
2536
- * @returns {string} A string representing the data_store.
2537
- */
2538
- matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2539
- /**
2540
- * Parse the session from ProjectLocationDataStoreSession resource.
2541
- *
2542
- * @param {string} projectLocationDataStoreSessionName
2543
- * A fully-qualified path representing project_location_data_store_session resource.
2544
- * @returns {string} A string representing the session.
2545
- */
2546
- matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2547
2652
  /**
2548
2653
  * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
2549
2654
  *
@@ -2595,6 +2700,48 @@ export declare class ConversationalSearchServiceClient {
2595
2700
  * @returns {string} A string representing the answer.
2596
2701
  */
2597
2702
  matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2703
+ /**
2704
+ * Return a fully-qualified projectLocationDataStoreSessions resource name string.
2705
+ *
2706
+ * @param {string} project
2707
+ * @param {string} location
2708
+ * @param {string} data_store
2709
+ * @param {string} session
2710
+ * @returns {string} Resource name string.
2711
+ */
2712
+ projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
2713
+ /**
2714
+ * Parse the project from ProjectLocationDataStoreSessions resource.
2715
+ *
2716
+ * @param {string} projectLocationDataStoreSessionsName
2717
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2718
+ * @returns {string} A string representing the project.
2719
+ */
2720
+ matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2721
+ /**
2722
+ * Parse the location from ProjectLocationDataStoreSessions resource.
2723
+ *
2724
+ * @param {string} projectLocationDataStoreSessionsName
2725
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2726
+ * @returns {string} A string representing the location.
2727
+ */
2728
+ matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2729
+ /**
2730
+ * Parse the data_store from ProjectLocationDataStoreSessions resource.
2731
+ *
2732
+ * @param {string} projectLocationDataStoreSessionsName
2733
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2734
+ * @returns {string} A string representing the data_store.
2735
+ */
2736
+ matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2737
+ /**
2738
+ * Parse the session from ProjectLocationDataStoreSessions resource.
2739
+ *
2740
+ * @param {string} projectLocationDataStoreSessionsName
2741
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2742
+ * @returns {string} A string representing the session.
2743
+ */
2744
+ matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2598
2745
  /**
2599
2746
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
2600
2747
  *