@@ -117,6 +117,14 @@ service EntityTypes {
117117
118118 // Updates/Creates multiple entity types in the specified agent.
119119 //
120+ // This method is a [long-running
121+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
122+ // The returned `Operation` type has the following method-specific fields:
123+ //
124+ // - `metadata`: An empty [Struct
125+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
126+ // - `response`: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesResponse]
127+ //
120128 // Note: You should always train an agent prior to sending it queries. See the
121129 // [training
122130 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
@@ -137,6 +145,15 @@ service EntityTypes {
137145
138146 // Deletes entity types in the specified agent.
139147 //
148+ // This method is a [long-running
149+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
150+ // The returned `Operation` type has the following method-specific fields:
151+ //
152+ // - `metadata`: An empty [Struct
153+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
154+ // - `response`: An [Empty
155+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
156+ //
140157 // Note: You should always train an agent prior to sending it queries. See the
141158 // [training
142159 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
@@ -158,6 +175,15 @@ service EntityTypes {
158175
159176 // Creates multiple new entities in the specified entity type.
160177 //
178+ // This method is a [long-running
179+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
180+ // The returned `Operation` type has the following method-specific fields:
181+ //
182+ // - `metadata`: An empty [Struct
183+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
184+ // - `response`: An [Empty
185+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
186+ //
161187 // Note: You should always train an agent prior to sending it queries. See the
162188 // [training
163189 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
@@ -185,6 +211,15 @@ service EntityTypes {
185211 // Note: You should always train an agent prior to sending it queries. See the
186212 // [training
187213 // documentation](https://cloud.google.com/dialogflow/es/docs/training).
214+ //
215+ // This method is a [long-running
216+ // operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
217+ // The returned `Operation` type has the following method-specific fields:
218+ //
219+ // - `metadata`: An empty [Struct
220+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
221+ // - `response`: An [Empty
222+ // message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
188223 rpc BatchUpdateEntities (BatchUpdateEntitiesRequest ) returns (google.longrunning.Operation ) {
189224 option (google.api.http ) = {
190225 post : "/v2beta1/{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