google-apis-dialogflow_v2beta1 0.19.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 258228e754570e89a034762059f1e861845daa8dce8bfd15e15de431c6815e94
4
- data.tar.gz: f6e23eff4cacac747bf6d9b0940b6338dd575be28af55577d30068a031c45853
3
+ metadata.gz: cd6098a105020518253a1e114feb0ad547251087c6f1a16e08c967d846b00c9c
4
+ data.tar.gz: 88c3550c7db2bdf1d38a2e8b8355022ce75e87de40a894cace8f8b5a897374f6
5
5
  SHA512:
6
- metadata.gz: e1641542ff2ff04fcd6226b24421f31b72fca0c3f033d9706c21ac4958addf43e7ca560184725ab3e50e55fc02efc76216bcfd6dc46a3ae8207791d63895bd00
7
- data.tar.gz: 5e273022bae7d11fd0f52583796889e48e148892204a93249f59527636187f57bb167576275c1a3d6a30f5561f9020598957545a2648fad326fc663c20193370
6
+ metadata.gz: e899dbe197e2a4961c36b3feb24f687e268be28b9b92b292146a8ddb465f7b0b503f60284b6abcfb92492dd209b9a75df60cd0f0bf1825de6dbf297468d7ca48
7
+ data.tar.gz: d8333841e80b1d071611d50ea627b534d2c68ec6e5e548af81d68924e40025c774008809204d2124bb54266377cad3760bbb143b381263645d8851b568baa6fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.20.0 (2021-09-11)
4
+
5
+ * Regenerated from discovery document revision 20210909
6
+
3
7
  ### v0.19.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210830
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210830"
25
+ REVISION = "20210909"
26
26
  end
27
27
  end
28
28
  end
@@ -151,7 +151,12 @@ module Google
151
151
  execute_or_queue_command(command, &block)
152
152
  end
153
153
 
154
- # Exports the specified agent to a ZIP file.
154
+ # Exports the specified agent to a ZIP file. This method is a [long-running
155
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
156
+ # operations). The returned `Operation` type has the following method-specific
157
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
158
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`:
159
+ # ExportAgentResponse
155
160
  # @param [String] parent
156
161
  # Required. The project that the agent to export is associated with. Format: `
157
162
  # projects/` or `projects//locations/`.
@@ -260,9 +265,16 @@ module Google
260
265
  # the import, the imported draft agent will be trained automatically (unless
261
266
  # disabled in agent settings). However, once the import is done, training may
262
267
  # not be completed yet. Please call TrainAgent and wait for the operation it
263
- # returns in order to train explicitly. Note: You should always train an agent
264
- # prior to sending it queries. See the [training documentation](https://cloud.
265
- # google.com/dialogflow/es/docs/training).
268
+ # returns in order to train explicitly. This method is a [long-running operation]
269
+ # (https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The
270
+ # returned `Operation` type has the following method-specific fields: - `
271
+ # metadata`: An empty [Struct message](https://developers.google.com/protocol-
272
+ # buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message]
273
+ # (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
274
+ # empty) The operation only tracks when importing is complete, not when it is
275
+ # done training. Note: You should always train an agent prior to sending it
276
+ # queries. See the [training documentation](https://cloud.google.com/dialogflow/
277
+ # es/docs/training).
266
278
  # @param [String] parent
267
279
  # Required. The project that the agent to import is associated with. Format: `
268
280
  # projects/` or `projects//locations/`.
@@ -301,9 +313,16 @@ module Google
301
313
  # are deleted. After the restore, the restored draft agent will be trained
302
314
  # automatically (unless disabled in agent settings). However, once the restore
303
315
  # is done, training may not be completed yet. Please call TrainAgent and wait
304
- # for the operation it returns in order to train explicitly. Note: You should
305
- # always train an agent prior to sending it queries. See the [training
306
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
316
+ # for the operation it returns in order to train explicitly. This method is a [
317
+ # long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
318
+ # running-operations). The returned `Operation` type has the following method-
319
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
320
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
321
+ # : An [Empty message](https://developers.google.com/protocol-buffers/docs/
322
+ # reference/google.protobuf#empty) The operation only tracks when restoring is
323
+ # complete, not when it is done training. Note: You should always train an agent
324
+ # prior to sending it queries. See the [training documentation](https://cloud.
325
+ # google.com/dialogflow/es/docs/training).
307
326
  # @param [String] parent
308
327
  # Required. The project that the agent to restore is associated with. Format: `
309
328
  # projects/` or `projects//locations/`.
@@ -379,9 +398,14 @@ module Google
379
398
  execute_or_queue_command(command, &block)
380
399
  end
381
400
 
382
- # Trains the specified agent. Note: You should always train an agent prior to
383
- # sending it queries. See the [training documentation](https://cloud.google.com/
384
- # dialogflow/es/docs/training).
401
+ # Trains the specified agent. This method is a [long-running operation](https://
402
+ # cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned
403
+ # `Operation` type has the following method-specific fields: - `metadata`: An
404
+ # empty [Struct message](https://developers.google.com/protocol-buffers/docs/
405
+ # reference/google.protobuf#struct) - `response`: An [Empty message](https://
406
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
407
+ # Note: You should always train an agent prior to sending it queries. See the [
408
+ # training documentation](https://cloud.google.com/dialogflow/es/docs/training).
385
409
  # @param [String] parent
386
410
  # Required. The project that the agent to train is associated with. Format: `
387
411
  # projects/` or `projects//locations/`.
@@ -454,9 +478,15 @@ module Google
454
478
  execute_or_queue_command(command, &block)
455
479
  end
456
480
 
457
- # Deletes entity types in the specified agent. Note: You should always train an
458
- # agent prior to sending it queries. See the [training documentation](https://
459
- # cloud.google.com/dialogflow/es/docs/training).
481
+ # Deletes entity types in the specified agent. This method is a [long-running
482
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
483
+ # operations). The returned `Operation` type has the following method-specific
484
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
485
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [
486
+ # Empty message](https://developers.google.com/protocol-buffers/docs/reference/
487
+ # google.protobuf#empty) Note: You should always train an agent prior to sending
488
+ # it queries. See the [training documentation](https://cloud.google.com/
489
+ # dialogflow/es/docs/training).
460
490
  # @param [String] parent
461
491
  # Required. The name of the agent to delete all entities types for. Supported
462
492
  # formats: - `projects//agent`, - `projects//locations//agent`.
@@ -490,9 +520,14 @@ module Google
490
520
  execute_or_queue_command(command, &block)
491
521
  end
492
522
 
493
- # Updates/Creates multiple entity types in the specified agent. Note: You should
494
- # always train an agent prior to sending it queries. See the [training
495
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
523
+ # Updates/Creates multiple entity types in the specified agent. This method is a
524
+ # [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
525
+ # running-operations). The returned `Operation` type has the following method-
526
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
527
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
528
+ # : BatchUpdateEntityTypesResponse Note: You should always train an agent prior
529
+ # to sending it queries. See the [training documentation](https://cloud.google.
530
+ # com/dialogflow/es/docs/training).
496
531
  # @param [String] parent
497
532
  # Required. The name of the agent to update or create entity types in. Supported
498
533
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -729,9 +764,15 @@ module Google
729
764
  execute_or_queue_command(command, &block)
730
765
  end
731
766
 
732
- # Creates multiple new entities in the specified entity type. Note: You should
733
- # always train an agent prior to sending it queries. See the [training
734
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
767
+ # Creates multiple new entities in the specified entity type. This method is a [
768
+ # long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
769
+ # running-operations). The returned `Operation` type has the following method-
770
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
771
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
772
+ # : An [Empty message](https://developers.google.com/protocol-buffers/docs/
773
+ # reference/google.protobuf#empty) Note: You should always train an agent prior
774
+ # to sending it queries. See the [training documentation](https://cloud.google.
775
+ # com/dialogflow/es/docs/training).
735
776
  # @param [String] parent
736
777
  # Required. The name of the entity type to create entities in. Supported formats:
737
778
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -765,9 +806,15 @@ module Google
765
806
  execute_or_queue_command(command, &block)
766
807
  end
767
808
 
768
- # Deletes entities in the specified entity type. Note: You should always train
769
- # an agent prior to sending it queries. See the [training documentation](https://
770
- # cloud.google.com/dialogflow/es/docs/training).
809
+ # Deletes entities in the specified entity type. This method is a [long-running
810
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
811
+ # operations). The returned `Operation` type has the following method-specific
812
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
813
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [
814
+ # Empty message](https://developers.google.com/protocol-buffers/docs/reference/
815
+ # google.protobuf#empty) Note: You should always train an agent prior to sending
816
+ # it queries. See the [training documentation](https://cloud.google.com/
817
+ # dialogflow/es/docs/training).
771
818
  # @param [String] parent
772
819
  # Required. The name of the entity type to delete entries for. Supported formats:
773
820
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -805,7 +852,12 @@ module Google
805
852
  # does not affect entities in the entity type that aren't explicitly specified
806
853
  # in the request. Note: You should always train an agent prior to sending it
807
854
  # queries. See the [training documentation](https://cloud.google.com/dialogflow/
808
- # es/docs/training).
855
+ # es/docs/training). This method is a [long-running operation](https://cloud.
856
+ # google.com/dialogflow/es/docs/how/long-running-operations). The returned `
857
+ # Operation` type has the following method-specific fields: - `metadata`: An
858
+ # empty [Struct message](https://developers.google.com/protocol-buffers/docs/
859
+ # reference/google.protobuf#struct) - `response`: An [Empty message](https://
860
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
809
861
  # @param [String] parent
810
862
  # Required. The name of the entity type to update or create entities in.
811
863
  # Supported formats: - `projects//agent/entityTypes/` - `projects//locations//
@@ -1611,9 +1663,15 @@ module Google
1611
1663
  execute_or_queue_command(command, &block)
1612
1664
  end
1613
1665
 
1614
- # Deletes intents in the specified agent. Note: You should always train an agent
1615
- # prior to sending it queries. See the [training documentation](https://cloud.
1616
- # google.com/dialogflow/es/docs/training).
1666
+ # Deletes intents in the specified agent. This method is a [long-running
1667
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
1668
+ # operations). The returned `Operation` type has the following method-specific
1669
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
1670
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [
1671
+ # Empty message](https://developers.google.com/protocol-buffers/docs/reference/
1672
+ # google.protobuf#empty) Note: You should always train an agent prior to sending
1673
+ # it queries. See the [training documentation](https://cloud.google.com/
1674
+ # dialogflow/es/docs/training).
1617
1675
  # @param [String] parent
1618
1676
  # Required. The name of the agent to delete all entities types for. Supported
1619
1677
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -1647,9 +1705,14 @@ module Google
1647
1705
  execute_or_queue_command(command, &block)
1648
1706
  end
1649
1707
 
1650
- # Updates/Creates multiple intents in the specified agent. Note: You should
1651
- # always train an agent prior to sending it queries. See the [training
1652
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
1708
+ # Updates/Creates multiple intents in the specified agent. This method is a [
1709
+ # long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
1710
+ # running-operations). The returned `Operation` type has the following method-
1711
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
1712
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
1713
+ # : BatchUpdateIntentsResponse Note: You should always train an agent prior to
1714
+ # sending it queries. See the [training documentation](https://cloud.google.com/
1715
+ # dialogflow/es/docs/training).
1653
1716
  # @param [String] parent
1654
1717
  # Required. The name of the agent to update or create intents in. Supported
1655
1718
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -2098,8 +2161,12 @@ module Google
2098
2161
  execute_or_queue_command(command, &block)
2099
2162
  end
2100
2163
 
2101
- # Creates a new document. Note: The `projects.agent.knowledgeBases.documents`
2102
- # resource is deprecated; only use `projects.knowledgeBases.documents`.
2164
+ # Creates a new document. This method is a [long-running operation](https://
2165
+ # cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `
2166
+ # Operation` type has the following method-specific fields: - `metadata`:
2167
+ # KnowledgeOperationMetadata - `response`: Document Note: The `projects.agent.
2168
+ # knowledgeBases.documents` resource is deprecated; only use `projects.
2169
+ # knowledgeBases.documents`.
2103
2170
  # @param [String] parent
2104
2171
  # Required. The knowledge base to create a document for. Format: `projects//
2105
2172
  # locations//knowledgeBases/`.
@@ -2137,9 +2204,13 @@ module Google
2137
2204
  execute_or_queue_command(command, &block)
2138
2205
  end
2139
2206
 
2140
- # Deletes the specified document. Note: The `projects.agent.knowledgeBases.
2141
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
2142
- # .
2207
+ # Deletes the specified document. This method is a [long-running operation](
2208
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
2209
+ # returned `Operation` type has the following method-specific fields: - `
2210
+ # metadata`: KnowledgeOperationMetadata - `response`: An [Empty message](https://
2211
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
2212
+ # Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
2213
+ # only use `projects.knowledgeBases.documents`.
2143
2214
  # @param [String] name
2144
2215
  # Required. The name of the document to delete. Format: `projects//locations//
2145
2216
  # knowledgeBases//documents/`.
@@ -2254,9 +2325,12 @@ module Google
2254
2325
  execute_or_queue_command(command, &block)
2255
2326
  end
2256
2327
 
2257
- # Updates the specified document. Note: The `projects.agent.knowledgeBases.
2258
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
2259
- # .
2328
+ # Updates the specified document. This method is a [long-running operation](
2329
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
2330
+ # returned `Operation` type has the following method-specific fields: - `
2331
+ # metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `
2332
+ # projects.agent.knowledgeBases.documents` resource is deprecated; only use `
2333
+ # projects.knowledgeBases.documents`.
2260
2334
  # @param [String] name
2261
2335
  # Optional. The document resource name. The name must be empty when creating a
2262
2336
  # document. Format: `projects//locations//knowledgeBases//documents/`.
@@ -2301,9 +2375,12 @@ module Google
2301
2375
  # effects because of internal implementation changes. Note: If the document
2302
2376
  # source is Google Cloud Storage URI, its metadata will be replaced with the
2303
2377
  # custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
2304
- # field is set to true in the request. Note: The `projects.agent.knowledgeBases.
2305
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
2306
- # .
2378
+ # field is set to true in the request. This method is a [long-running operation](
2379
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
2380
+ # returned `Operation` type has the following method-specific fields: - `
2381
+ # metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `
2382
+ # projects.agent.knowledgeBases.documents` resource is deprecated; only use `
2383
+ # projects.knowledgeBases.documents`.
2307
2384
  # @param [String] name
2308
2385
  # Required. The name of the document to reload. Format: `projects//locations//
2309
2386
  # knowledgeBases//documents/`
@@ -4112,8 +4189,12 @@ module Google
4112
4189
  execute_or_queue_command(command, &block)
4113
4190
  end
4114
4191
 
4115
- # Creates a new document. Note: The `projects.agent.knowledgeBases.documents`
4116
- # resource is deprecated; only use `projects.knowledgeBases.documents`.
4192
+ # Creates a new document. This method is a [long-running operation](https://
4193
+ # cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `
4194
+ # Operation` type has the following method-specific fields: - `metadata`:
4195
+ # KnowledgeOperationMetadata - `response`: Document Note: The `projects.agent.
4196
+ # knowledgeBases.documents` resource is deprecated; only use `projects.
4197
+ # knowledgeBases.documents`.
4117
4198
  # @param [String] parent
4118
4199
  # Required. The knowledge base to create a document for. Format: `projects//
4119
4200
  # locations//knowledgeBases/`.
@@ -4151,9 +4232,13 @@ module Google
4151
4232
  execute_or_queue_command(command, &block)
4152
4233
  end
4153
4234
 
4154
- # Deletes the specified document. Note: The `projects.agent.knowledgeBases.
4155
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
4156
- # .
4235
+ # Deletes the specified document. This method is a [long-running operation](
4236
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
4237
+ # returned `Operation` type has the following method-specific fields: - `
4238
+ # metadata`: KnowledgeOperationMetadata - `response`: An [Empty message](https://
4239
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
4240
+ # Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
4241
+ # only use `projects.knowledgeBases.documents`.
4157
4242
  # @param [String] name
4158
4243
  # Required. The name of the document to delete. Format: `projects//locations//
4159
4244
  # knowledgeBases//documents/`.
@@ -4219,7 +4304,10 @@ module Google
4219
4304
 
4220
4305
  # Create documents by importing data from external sources. Dialogflow supports
4221
4306
  # up to 350 documents in each request. If you try to import more, Dialogflow
4222
- # will return an error.
4307
+ # will return an error. This method is a [long-running operation](https://cloud.
4308
+ # google.com/dialogflow/cx/docs/how/long-running-operation). The returned `
4309
+ # Operation` type has the following method-specific fields: - `metadata`:
4310
+ # KnowledgeOperationMetadata - `response`: ImportDocumentsResponse
4223
4311
  # @param [String] parent
4224
4312
  # Required. The knowledge base to import documents into. Format: `projects//
4225
4313
  # locations//knowledgeBases/`.
@@ -4304,9 +4392,12 @@ module Google
4304
4392
  execute_or_queue_command(command, &block)
4305
4393
  end
4306
4394
 
4307
- # Updates the specified document. Note: The `projects.agent.knowledgeBases.
4308
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
4309
- # .
4395
+ # Updates the specified document. This method is a [long-running operation](
4396
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
4397
+ # returned `Operation` type has the following method-specific fields: - `
4398
+ # metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `
4399
+ # projects.agent.knowledgeBases.documents` resource is deprecated; only use `
4400
+ # projects.knowledgeBases.documents`.
4310
4401
  # @param [String] name
4311
4402
  # Optional. The document resource name. The name must be empty when creating a
4312
4403
  # document. Format: `projects//locations//knowledgeBases//documents/`.
@@ -4351,9 +4442,12 @@ module Google
4351
4442
  # effects because of internal implementation changes. Note: If the document
4352
4443
  # source is Google Cloud Storage URI, its metadata will be replaced with the
4353
4444
  # custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
4354
- # field is set to true in the request. Note: The `projects.agent.knowledgeBases.
4355
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
4356
- # .
4445
+ # field is set to true in the request. This method is a [long-running operation](
4446
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
4447
+ # returned `Operation` type has the following method-specific fields: - `
4448
+ # metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `
4449
+ # projects.agent.knowledgeBases.documents` resource is deprecated; only use `
4450
+ # projects.knowledgeBases.documents`.
4357
4451
  # @param [String] name
4358
4452
  # Required. The name of the document to reload. Format: `projects//locations//
4359
4453
  # knowledgeBases//documents/`
@@ -4561,7 +4655,12 @@ module Google
4561
4655
  execute_or_queue_command(command, &block)
4562
4656
  end
4563
4657
 
4564
- # Exports the specified agent to a ZIP file.
4658
+ # Exports the specified agent to a ZIP file. This method is a [long-running
4659
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
4660
+ # operations). The returned `Operation` type has the following method-specific
4661
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
4662
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`:
4663
+ # ExportAgentResponse
4565
4664
  # @param [String] parent
4566
4665
  # Required. The project that the agent to export is associated with. Format: `
4567
4666
  # projects/` or `projects//locations/`.
@@ -4670,9 +4769,16 @@ module Google
4670
4769
  # the import, the imported draft agent will be trained automatically (unless
4671
4770
  # disabled in agent settings). However, once the import is done, training may
4672
4771
  # not be completed yet. Please call TrainAgent and wait for the operation it
4673
- # returns in order to train explicitly. Note: You should always train an agent
4674
- # prior to sending it queries. See the [training documentation](https://cloud.
4675
- # google.com/dialogflow/es/docs/training).
4772
+ # returns in order to train explicitly. This method is a [long-running operation]
4773
+ # (https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The
4774
+ # returned `Operation` type has the following method-specific fields: - `
4775
+ # metadata`: An empty [Struct message](https://developers.google.com/protocol-
4776
+ # buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message]
4777
+ # (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
4778
+ # empty) The operation only tracks when importing is complete, not when it is
4779
+ # done training. Note: You should always train an agent prior to sending it
4780
+ # queries. See the [training documentation](https://cloud.google.com/dialogflow/
4781
+ # es/docs/training).
4676
4782
  # @param [String] parent
4677
4783
  # Required. The project that the agent to import is associated with. Format: `
4678
4784
  # projects/` or `projects//locations/`.
@@ -4711,9 +4817,16 @@ module Google
4711
4817
  # are deleted. After the restore, the restored draft agent will be trained
4712
4818
  # automatically (unless disabled in agent settings). However, once the restore
4713
4819
  # is done, training may not be completed yet. Please call TrainAgent and wait
4714
- # for the operation it returns in order to train explicitly. Note: You should
4715
- # always train an agent prior to sending it queries. See the [training
4716
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
4820
+ # for the operation it returns in order to train explicitly. This method is a [
4821
+ # long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
4822
+ # running-operations). The returned `Operation` type has the following method-
4823
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
4824
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
4825
+ # : An [Empty message](https://developers.google.com/protocol-buffers/docs/
4826
+ # reference/google.protobuf#empty) The operation only tracks when restoring is
4827
+ # complete, not when it is done training. Note: You should always train an agent
4828
+ # prior to sending it queries. See the [training documentation](https://cloud.
4829
+ # google.com/dialogflow/es/docs/training).
4717
4830
  # @param [String] parent
4718
4831
  # Required. The project that the agent to restore is associated with. Format: `
4719
4832
  # projects/` or `projects//locations/`.
@@ -4789,9 +4902,14 @@ module Google
4789
4902
  execute_or_queue_command(command, &block)
4790
4903
  end
4791
4904
 
4792
- # Trains the specified agent. Note: You should always train an agent prior to
4793
- # sending it queries. See the [training documentation](https://cloud.google.com/
4794
- # dialogflow/es/docs/training).
4905
+ # Trains the specified agent. This method is a [long-running operation](https://
4906
+ # cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned
4907
+ # `Operation` type has the following method-specific fields: - `metadata`: An
4908
+ # empty [Struct message](https://developers.google.com/protocol-buffers/docs/
4909
+ # reference/google.protobuf#struct) - `response`: An [Empty message](https://
4910
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
4911
+ # Note: You should always train an agent prior to sending it queries. See the [
4912
+ # training documentation](https://cloud.google.com/dialogflow/es/docs/training).
4795
4913
  # @param [String] parent
4796
4914
  # Required. The project that the agent to train is associated with. Format: `
4797
4915
  # projects/` or `projects//locations/`.
@@ -4864,9 +4982,15 @@ module Google
4864
4982
  execute_or_queue_command(command, &block)
4865
4983
  end
4866
4984
 
4867
- # Deletes entity types in the specified agent. Note: You should always train an
4868
- # agent prior to sending it queries. See the [training documentation](https://
4869
- # cloud.google.com/dialogflow/es/docs/training).
4985
+ # Deletes entity types in the specified agent. This method is a [long-running
4986
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
4987
+ # operations). The returned `Operation` type has the following method-specific
4988
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
4989
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [
4990
+ # Empty message](https://developers.google.com/protocol-buffers/docs/reference/
4991
+ # google.protobuf#empty) Note: You should always train an agent prior to sending
4992
+ # it queries. See the [training documentation](https://cloud.google.com/
4993
+ # dialogflow/es/docs/training).
4870
4994
  # @param [String] parent
4871
4995
  # Required. The name of the agent to delete all entities types for. Supported
4872
4996
  # formats: - `projects//agent`, - `projects//locations//agent`.
@@ -4900,9 +5024,14 @@ module Google
4900
5024
  execute_or_queue_command(command, &block)
4901
5025
  end
4902
5026
 
4903
- # Updates/Creates multiple entity types in the specified agent. Note: You should
4904
- # always train an agent prior to sending it queries. See the [training
4905
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
5027
+ # Updates/Creates multiple entity types in the specified agent. This method is a
5028
+ # [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
5029
+ # running-operations). The returned `Operation` type has the following method-
5030
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
5031
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
5032
+ # : BatchUpdateEntityTypesResponse Note: You should always train an agent prior
5033
+ # to sending it queries. See the [training documentation](https://cloud.google.
5034
+ # com/dialogflow/es/docs/training).
4906
5035
  # @param [String] parent
4907
5036
  # Required. The name of the agent to update or create entity types in. Supported
4908
5037
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -5139,9 +5268,15 @@ module Google
5139
5268
  execute_or_queue_command(command, &block)
5140
5269
  end
5141
5270
 
5142
- # Creates multiple new entities in the specified entity type. Note: You should
5143
- # always train an agent prior to sending it queries. See the [training
5144
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
5271
+ # Creates multiple new entities in the specified entity type. This method is a [
5272
+ # long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
5273
+ # running-operations). The returned `Operation` type has the following method-
5274
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
5275
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
5276
+ # : An [Empty message](https://developers.google.com/protocol-buffers/docs/
5277
+ # reference/google.protobuf#empty) Note: You should always train an agent prior
5278
+ # to sending it queries. See the [training documentation](https://cloud.google.
5279
+ # com/dialogflow/es/docs/training).
5145
5280
  # @param [String] parent
5146
5281
  # Required. The name of the entity type to create entities in. Supported formats:
5147
5282
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -5175,9 +5310,15 @@ module Google
5175
5310
  execute_or_queue_command(command, &block)
5176
5311
  end
5177
5312
 
5178
- # Deletes entities in the specified entity type. Note: You should always train
5179
- # an agent prior to sending it queries. See the [training documentation](https://
5180
- # cloud.google.com/dialogflow/es/docs/training).
5313
+ # Deletes entities in the specified entity type. This method is a [long-running
5314
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
5315
+ # operations). The returned `Operation` type has the following method-specific
5316
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
5317
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [
5318
+ # Empty message](https://developers.google.com/protocol-buffers/docs/reference/
5319
+ # google.protobuf#empty) Note: You should always train an agent prior to sending
5320
+ # it queries. See the [training documentation](https://cloud.google.com/
5321
+ # dialogflow/es/docs/training).
5181
5322
  # @param [String] parent
5182
5323
  # Required. The name of the entity type to delete entries for. Supported formats:
5183
5324
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -5215,7 +5356,12 @@ module Google
5215
5356
  # does not affect entities in the entity type that aren't explicitly specified
5216
5357
  # in the request. Note: You should always train an agent prior to sending it
5217
5358
  # queries. See the [training documentation](https://cloud.google.com/dialogflow/
5218
- # es/docs/training).
5359
+ # es/docs/training). This method is a [long-running operation](https://cloud.
5360
+ # google.com/dialogflow/es/docs/how/long-running-operations). The returned `
5361
+ # Operation` type has the following method-specific fields: - `metadata`: An
5362
+ # empty [Struct message](https://developers.google.com/protocol-buffers/docs/
5363
+ # reference/google.protobuf#struct) - `response`: An [Empty message](https://
5364
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
5219
5365
  # @param [String] parent
5220
5366
  # Required. The name of the entity type to update or create entities in.
5221
5367
  # Supported formats: - `projects//agent/entityTypes/` - `projects//locations//
@@ -6021,9 +6167,15 @@ module Google
6021
6167
  execute_or_queue_command(command, &block)
6022
6168
  end
6023
6169
 
6024
- # Deletes intents in the specified agent. Note: You should always train an agent
6025
- # prior to sending it queries. See the [training documentation](https://cloud.
6026
- # google.com/dialogflow/es/docs/training).
6170
+ # Deletes intents in the specified agent. This method is a [long-running
6171
+ # operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-
6172
+ # operations). The returned `Operation` type has the following method-specific
6173
+ # fields: - `metadata`: An empty [Struct message](https://developers.google.com/
6174
+ # protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [
6175
+ # Empty message](https://developers.google.com/protocol-buffers/docs/reference/
6176
+ # google.protobuf#empty) Note: You should always train an agent prior to sending
6177
+ # it queries. See the [training documentation](https://cloud.google.com/
6178
+ # dialogflow/es/docs/training).
6027
6179
  # @param [String] parent
6028
6180
  # Required. The name of the agent to delete all entities types for. Supported
6029
6181
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -6057,9 +6209,14 @@ module Google
6057
6209
  execute_or_queue_command(command, &block)
6058
6210
  end
6059
6211
 
6060
- # Updates/Creates multiple intents in the specified agent. Note: You should
6061
- # always train an agent prior to sending it queries. See the [training
6062
- # documentation](https://cloud.google.com/dialogflow/es/docs/training).
6212
+ # Updates/Creates multiple intents in the specified agent. This method is a [
6213
+ # long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-
6214
+ # running-operations). The returned `Operation` type has the following method-
6215
+ # specific fields: - `metadata`: An empty [Struct message](https://developers.
6216
+ # google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`
6217
+ # : BatchUpdateIntentsResponse Note: You should always train an agent prior to
6218
+ # sending it queries. See the [training documentation](https://cloud.google.com/
6219
+ # dialogflow/es/docs/training).
6063
6220
  # @param [String] parent
6064
6221
  # Required. The name of the agent to update or create intents in. Supported
6065
6222
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -7992,8 +8149,12 @@ module Google
7992
8149
  execute_or_queue_command(command, &block)
7993
8150
  end
7994
8151
 
7995
- # Creates a new document. Note: The `projects.agent.knowledgeBases.documents`
7996
- # resource is deprecated; only use `projects.knowledgeBases.documents`.
8152
+ # Creates a new document. This method is a [long-running operation](https://
8153
+ # cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `
8154
+ # Operation` type has the following method-specific fields: - `metadata`:
8155
+ # KnowledgeOperationMetadata - `response`: Document Note: The `projects.agent.
8156
+ # knowledgeBases.documents` resource is deprecated; only use `projects.
8157
+ # knowledgeBases.documents`.
7997
8158
  # @param [String] parent
7998
8159
  # Required. The knowledge base to create a document for. Format: `projects//
7999
8160
  # locations//knowledgeBases/`.
@@ -8031,9 +8192,13 @@ module Google
8031
8192
  execute_or_queue_command(command, &block)
8032
8193
  end
8033
8194
 
8034
- # Deletes the specified document. Note: The `projects.agent.knowledgeBases.
8035
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
8036
- # .
8195
+ # Deletes the specified document. This method is a [long-running operation](
8196
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
8197
+ # returned `Operation` type has the following method-specific fields: - `
8198
+ # metadata`: KnowledgeOperationMetadata - `response`: An [Empty message](https://
8199
+ # developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
8200
+ # Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
8201
+ # only use `projects.knowledgeBases.documents`.
8037
8202
  # @param [String] name
8038
8203
  # Required. The name of the document to delete. Format: `projects//locations//
8039
8204
  # knowledgeBases//documents/`.
@@ -8099,7 +8264,10 @@ module Google
8099
8264
 
8100
8265
  # Create documents by importing data from external sources. Dialogflow supports
8101
8266
  # up to 350 documents in each request. If you try to import more, Dialogflow
8102
- # will return an error.
8267
+ # will return an error. This method is a [long-running operation](https://cloud.
8268
+ # google.com/dialogflow/cx/docs/how/long-running-operation). The returned `
8269
+ # Operation` type has the following method-specific fields: - `metadata`:
8270
+ # KnowledgeOperationMetadata - `response`: ImportDocumentsResponse
8103
8271
  # @param [String] parent
8104
8272
  # Required. The knowledge base to import documents into. Format: `projects//
8105
8273
  # locations//knowledgeBases/`.
@@ -8184,9 +8352,12 @@ module Google
8184
8352
  execute_or_queue_command(command, &block)
8185
8353
  end
8186
8354
 
8187
- # Updates the specified document. Note: The `projects.agent.knowledgeBases.
8188
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
8189
- # .
8355
+ # Updates the specified document. This method is a [long-running operation](
8356
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
8357
+ # returned `Operation` type has the following method-specific fields: - `
8358
+ # metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `
8359
+ # projects.agent.knowledgeBases.documents` resource is deprecated; only use `
8360
+ # projects.knowledgeBases.documents`.
8190
8361
  # @param [String] name
8191
8362
  # Optional. The document resource name. The name must be empty when creating a
8192
8363
  # document. Format: `projects//locations//knowledgeBases//documents/`.
@@ -8231,9 +8402,12 @@ module Google
8231
8402
  # effects because of internal implementation changes. Note: If the document
8232
8403
  # source is Google Cloud Storage URI, its metadata will be replaced with the
8233
8404
  # custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
8234
- # field is set to true in the request. Note: The `projects.agent.knowledgeBases.
8235
- # documents` resource is deprecated; only use `projects.knowledgeBases.documents`
8236
- # .
8405
+ # field is set to true in the request. This method is a [long-running operation](
8406
+ # https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
8407
+ # returned `Operation` type has the following method-specific fields: - `
8408
+ # metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `
8409
+ # projects.agent.knowledgeBases.documents` resource is deprecated; only use `
8410
+ # projects.knowledgeBases.documents`.
8237
8411
  # @param [String] name
8238
8412
  # Required. The name of the document to reload. Format: `projects//locations//
8239
8413
  # knowledgeBases//documents/`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []