@@ -116,6 +116,13 @@ service EntityTypes {
116116
117117 // Updates/Creates multiple entity types in the specified agent.
118118 //
119+ // This method is a [long-running
120+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
121+ // The returned `Operation` type has the following method-specific fields:
122+ //
123+ // - `metadata`: An empty [Struct
124+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
125+ // - `response`: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]
119126 //
120127 // Note: You should always train an agent prior to sending it queries. See the
121128 // [training
@@ -137,6 +144,15 @@ service EntityTypes {
137144
138145 // Deletes entity types in the specified agent.
139146 //
147+ // This method is a [long-running
148+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
149+ // The returned `Operation` type has the following method-specific fields:
150+ //
151+ // - `metadata`: An empty [Struct
152+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
153+ // - `response`: An [Empty
154+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
155+ //
140156 // Note: You should always train an agent prior to sending it queries. See the
141157 // [training
142158 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
@@ -158,6 +174,15 @@ service EntityTypes {
158174
159175 // Creates multiple new entities in the specified entity type.
160176 //
177+ // This method is a [long-running
178+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
179+ // The returned `Operation` type has the following method-specific fields:
180+ //
181+ // - `metadata`: An empty [Struct
182+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
183+ // - `response`: An [Empty
184+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
185+ //
161186 // Note: You should always train an agent prior to sending it queries. See the
162187 // [training
163188 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
@@ -182,9 +207,19 @@ service EntityTypes {
182207 // method does not affect entities in the entity type that aren't explicitly
183208 // specified in the request.
184209 //
210+ // This method is a [long-running
211+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
212+ // The returned `Operation` type has the following method-specific fields:
213+ //
214+ // - `metadata`: An empty [Struct
215+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
216+ // - `response`: An [Empty
217+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
218+ //
185219 // Note: You should always train an agent prior to sending it queries. See the
186220 // [training
187221 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
222+ //
188223 rpc BatchUpdateEntities (BatchUpdateEntitiesRequest ) returns (google.longrunning.Operation ) {
189224 option (google.api.http ) = {
190225 post : "/v2/{parent=projects/*/agent/entityTypes/*}/entities:batchUpdate"
@@ -204,6 +239,15 @@ service EntityTypes {
204239
205240 // Deletes entities in the specified entity type.
206241 //
242+ // This method is a [long-running
243+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
244+ // The returned `Operation` type has the following method-specific fields:
245+ //
246+ // - `metadata`: An empty [Struct
247+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
248+ // - `response`: An [Empty
249+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
250+ //
207251 // Note: You should always train an agent prior to sending it queries. See the
208252 // [training
209253 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
0 commit comments