google-apis-dialogflow_v2beta1 0.15.0 → 0.16.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: 3178d0bcd5c1089320125249d38c55589fef0009851560afb31f372780d319bc
4
- data.tar.gz: f86d0947f6787be1acfdbc1780052ea353cef8f01e7fc0a5013e52ff48eccb1d
3
+ metadata.gz: fc8edeaf2095f29cb4694dfa6dfd2e89bd7813682f3188d4106f6a289b9c19c0
4
+ data.tar.gz: 7b5d4154c1a0d639974c078345d56ebe13b318289e4035c90d1ee7b49d8b835a
5
5
  SHA512:
6
- metadata.gz: fb743e2b071d6a37d95ab8f54329ba9dc41ce26e3421ce3a30bc0e55c462893e15ab4349386c3458572985915a82f8bf127330094fe623b6ebba723cad86f199
7
- data.tar.gz: 0e88bdd3c3d60a18ad8bbd4ce7d2a9b16e8c01ba4f6a0f494bbb69e3ce19f18308b59ec8e211587ea0778fde24a9cf22c5063cb735b7dd77ae6d1ba66153313a
6
+ metadata.gz: ec350eff7aff48f699bec0c5ab8072b7ded7a60ebf4e6f93651329df8eaa5c7f7f6e58b70203357f3a2d648eddb1d4af2c72f5162ab100ee4b211f44ffba6228
7
+ data.tar.gz: 6f8be4d885a7dfe7e4ea83e01821312334b0cdea8f28b8f69755434a0c1401edc7e54b9cd7ca72225a57fa7b604a7a6db33bd807efea2909b43ae3f9fb0e5993
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.16.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210618
6
+
3
7
  ### v0.15.0 (2021-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20210611
@@ -1067,9 +1067,9 @@ module Google
1067
1067
  # letters, digits and the symbols '-' and '_'. International characters are
1068
1068
  # allowed, including letters from unicase alphabets. Keys must start with a
1069
1069
  # letter. Keys and values can be no longer than 63 characters and no more than
1070
- # 128 bytes. Prefix "sys." is reserved for Dialogflow defined labels. Currently
1071
- # allowed Dialogflow defined labels include: * sys.head * sys.contextual The
1072
- # above labels do not require value. "sys.head" means the intent is a head
1070
+ # 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently
1071
+ # allowed Dialogflow defined labels include: * sys-head * sys-contextual The
1072
+ # above labels do not require value. "sys-head" means the intent is a head
1073
1073
  # intent. "sys.contextual" means the intent is a contextual intent.
1074
1074
  # Corresponds to the JSON property `labels`
1075
1075
  # @return [Hash<String,String>]
@@ -9178,7 +9178,7 @@ module Google
9178
9178
  class GoogleCloudDialogflowV2beta1Environment
9179
9179
  include Google::Apis::Core::Hashable
9180
9180
 
9181
- # Optional. The agent version loaded into this environment. Supported formats: -
9181
+ # Required. The agent version loaded into this environment. Supported formats: -
9182
9182
  # `projects//agent/versions/` - `projects//locations//agent/versions/`
9183
9183
  # Corresponds to the JSON property `agentVersion`
9184
9184
  # @return [String]
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210611"
25
+ REVISION = "20210618"
26
26
  end
27
27
  end
28
28
  end
@@ -112,7 +112,9 @@ module Google
112
112
  execute_or_queue_command(command, &block)
113
113
  end
114
114
 
115
- # Creates/updates the specified agent.
115
+ # Creates/updates the specified agent. Note: You should always train an agent
116
+ # prior to sending it queries. See the [training documentation](https://cloud.
117
+ # google.com/dialogflow/es/docs/training).
116
118
  # @param [String] parent
117
119
  # Required. The project of this agent. Format: `projects/` or `projects//
118
120
  # locations/`
@@ -149,7 +151,7 @@ module Google
149
151
  execute_or_queue_command(command, &block)
150
152
  end
151
153
 
152
- # Exports the specified agent to a ZIP file. Operation
154
+ # Exports the specified agent to a ZIP file.
153
155
  # @param [String] parent
154
156
  # Required. The project that the agent to export is associated with. Format: `
155
157
  # projects/` or `projects//locations/`.
@@ -258,9 +260,9 @@ module Google
258
260
  # the import, the imported draft agent will be trained automatically (unless
259
261
  # disabled in agent settings). However, once the import is done, training may
260
262
  # not be completed yet. Please call TrainAgent and wait for the operation it
261
- # returns in order to train explicitly. Operation An operation which tracks when
262
- # importing is complete. It only tracks when the draft agent is updated not when
263
- # it is done training.
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).
264
266
  # @param [String] parent
265
267
  # Required. The project that the agent to import is associated with. Format: `
266
268
  # projects/` or `projects//locations/`.
@@ -299,9 +301,9 @@ module Google
299
301
  # are deleted. After the restore, the restored draft agent will be trained
300
302
  # automatically (unless disabled in agent settings). However, once the restore
301
303
  # is done, training may not be completed yet. Please call TrainAgent and wait
302
- # for the operation it returns in order to train explicitly. Operation An
303
- # operation which tracks when restoring is complete. It only tracks when the
304
- # draft agent is updated not when it is done training.
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).
305
307
  # @param [String] parent
306
308
  # Required. The project that the agent to restore is associated with. Format: `
307
309
  # projects/` or `projects//locations/`.
@@ -377,7 +379,9 @@ module Google
377
379
  execute_or_queue_command(command, &block)
378
380
  end
379
381
 
380
- # Trains the specified agent. Operation
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).
381
385
  # @param [String] parent
382
386
  # Required. The project that the agent to train is associated with. Format: `
383
387
  # projects/` or `projects//locations/`.
@@ -450,7 +454,9 @@ module Google
450
454
  execute_or_queue_command(command, &block)
451
455
  end
452
456
 
453
- # Deletes entity types in the specified agent. Operation
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).
454
460
  # @param [String] parent
455
461
  # Required. The name of the agent to delete all entities types for. Supported
456
462
  # formats: - `projects//agent`, - `projects//locations//agent`.
@@ -484,7 +490,9 @@ module Google
484
490
  execute_or_queue_command(command, &block)
485
491
  end
486
492
 
487
- # Updates/Creates multiple entity types in the specified agent. Operation
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).
488
496
  # @param [String] parent
489
497
  # Required. The name of the agent to update or create entity types in. Supported
490
498
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -518,7 +526,9 @@ module Google
518
526
  execute_or_queue_command(command, &block)
519
527
  end
520
528
 
521
- # Creates an entity type in the specified agent.
529
+ # Creates an entity type in the specified agent. Note: You should always train
530
+ # an agent prior to sending it queries. See the [training documentation](https://
531
+ # cloud.google.com/dialogflow/es/docs/training).
522
532
  # @param [String] parent
523
533
  # Required. The agent to create a entity type for. Supported formats: - `
524
534
  # projects//agent` - `projects//locations//agent`
@@ -558,7 +568,9 @@ module Google
558
568
  execute_or_queue_command(command, &block)
559
569
  end
560
570
 
561
- # Deletes the specified entity type.
571
+ # Deletes the specified entity type. Note: You should always train an agent
572
+ # prior to sending it queries. See the [training documentation](https://cloud.
573
+ # google.com/dialogflow/es/docs/training).
562
574
  # @param [String] name
563
575
  # Required. The name of the entity type to delete. Supported formats: - `
564
576
  # projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -670,7 +682,9 @@ module Google
670
682
  execute_or_queue_command(command, &block)
671
683
  end
672
684
 
673
- # Updates the specified entity type.
685
+ # Updates the specified entity type. Note: You should always train an agent
686
+ # prior to sending it queries. See the [training documentation](https://cloud.
687
+ # google.com/dialogflow/es/docs/training).
674
688
  # @param [String] name
675
689
  # The unique identifier of the entity type. Required for EntityTypes.
676
690
  # UpdateEntityType and EntityTypes.BatchUpdateEntityTypes methods. Supported
@@ -715,7 +729,9 @@ module Google
715
729
  execute_or_queue_command(command, &block)
716
730
  end
717
731
 
718
- # Creates multiple new entities in the specified entity type. Operation
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).
719
735
  # @param [String] parent
720
736
  # Required. The name of the entity type to create entities in. Supported formats:
721
737
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -749,7 +765,9 @@ module Google
749
765
  execute_or_queue_command(command, &block)
750
766
  end
751
767
 
752
- # Deletes entities in the specified entity type. Operation
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).
753
771
  # @param [String] parent
754
772
  # Required. The name of the entity type to delete entries for. Supported formats:
755
773
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -785,7 +803,9 @@ module Google
785
803
 
786
804
  # Updates or creates multiple entities in the specified entity type. This method
787
805
  # does not affect entities in the entity type that aren't explicitly specified
788
- # in the request. Operation
806
+ # in the request. Note: You should always train an agent prior to sending it
807
+ # queries. See the [training documentation](https://cloud.google.com/dialogflow/
808
+ # es/docs/training).
789
809
  # @param [String] parent
790
810
  # Required. The name of the entity type to update or create entities in.
791
811
  # Supported formats: - `projects//agent/entityTypes/` - `projects//locations//
@@ -1591,7 +1611,9 @@ module Google
1591
1611
  execute_or_queue_command(command, &block)
1592
1612
  end
1593
1613
 
1594
- # Deletes intents in the specified agent. Operation
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).
1595
1617
  # @param [String] parent
1596
1618
  # Required. The name of the agent to delete all entities types for. Supported
1597
1619
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -1625,7 +1647,9 @@ module Google
1625
1647
  execute_or_queue_command(command, &block)
1626
1648
  end
1627
1649
 
1628
- # Updates/Creates multiple intents in the specified agent. Operation
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).
1629
1653
  # @param [String] parent
1630
1654
  # Required. The name of the agent to update or create intents in. Supported
1631
1655
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -1659,7 +1683,9 @@ module Google
1659
1683
  execute_or_queue_command(command, &block)
1660
1684
  end
1661
1685
 
1662
- # Creates an intent in the specified agent.
1686
+ # Creates an intent in the specified agent. Note: You should always train an
1687
+ # agent prior to sending it queries. See the [training documentation](https://
1688
+ # cloud.google.com/dialogflow/es/docs/training).
1663
1689
  # @param [String] parent
1664
1690
  # Required. The agent to create a intent for. Supported formats: - `projects//
1665
1691
  # agent` - `projects//locations//agent`
@@ -1702,7 +1728,9 @@ module Google
1702
1728
  execute_or_queue_command(command, &block)
1703
1729
  end
1704
1730
 
1705
- # Deletes the specified intent and its direct or indirect followup intents.
1731
+ # Deletes the specified intent and its direct or indirect followup intents. Note:
1732
+ # You should always train an agent prior to sending it queries. See the [
1733
+ # training documentation](https://cloud.google.com/dialogflow/es/docs/training).
1706
1734
  # @param [String] name
1707
1735
  # Required. The name of the intent to delete. If this intent has direct or
1708
1736
  # indirect followup intents, we also delete them. Supported formats: - `projects/
@@ -1824,7 +1852,9 @@ module Google
1824
1852
  execute_or_queue_command(command, &block)
1825
1853
  end
1826
1854
 
1827
- # Updates the specified intent.
1855
+ # Updates the specified intent. Note: You should always train an agent prior to
1856
+ # sending it queries. See the [training documentation](https://cloud.google.com/
1857
+ # dialogflow/es/docs/training).
1828
1858
  # @param [String] name
1829
1859
  # Optional. The unique identifier of this intent. Required for Intents.
1830
1860
  # UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - `
@@ -3728,13 +3758,13 @@ module Google
3728
3758
  # 2020-09-01. Retrieves suggestions for live agents. This method should be used
3729
3759
  # by human agent client software to fetch auto generated suggestions in real-
3730
3760
  # time, while the conversation with an end user is in progress. The
3731
- # functionality is implemented in terms of the [list pagination](/apis/design/
3732
- # design_patterns#list_pagination) design pattern. The client app should use the
3733
- # `next_page_token` field to fetch the next batch of suggestions. `suggestions`
3734
- # are sorted by `create_time` in descending order. To fetch latest suggestion,
3735
- # just set `page_size` to 1. To fetch new suggestions without duplication, send
3736
- # request with filter `create_time_epoch_microseconds > [first item's
3737
- # create_time of previous request]` and empty page_token.
3761
+ # functionality is implemented in terms of the [list pagination](https://cloud.
3762
+ # google.com/apis/design/design_patterns#list_pagination) design pattern. The
3763
+ # client app should use the `next_page_token` field to fetch the next batch of
3764
+ # suggestions. `suggestions` are sorted by `create_time` in descending order. To
3765
+ # fetch latest suggestion, just set `page_size` to 1. To fetch new suggestions
3766
+ # without duplication, send request with filter `create_time_epoch_microseconds >
3767
+ # [first item's create_time of previous request]` and empty page_token.
3738
3768
  # @param [String] parent
3739
3769
  # Required. The name of the participant to fetch suggestions for. Format: `
3740
3770
  # projects//locations//conversations//participants/`.
@@ -4419,7 +4449,9 @@ module Google
4419
4449
  execute_or_queue_command(command, &block)
4420
4450
  end
4421
4451
 
4422
- # Creates/updates the specified agent.
4452
+ # Creates/updates the specified agent. Note: You should always train an agent
4453
+ # prior to sending it queries. See the [training documentation](https://cloud.
4454
+ # google.com/dialogflow/es/docs/training).
4423
4455
  # @param [String] parent
4424
4456
  # Required. The project of this agent. Format: `projects/` or `projects//
4425
4457
  # locations/`
@@ -4456,7 +4488,7 @@ module Google
4456
4488
  execute_or_queue_command(command, &block)
4457
4489
  end
4458
4490
 
4459
- # Exports the specified agent to a ZIP file. Operation
4491
+ # Exports the specified agent to a ZIP file.
4460
4492
  # @param [String] parent
4461
4493
  # Required. The project that the agent to export is associated with. Format: `
4462
4494
  # projects/` or `projects//locations/`.
@@ -4565,9 +4597,9 @@ module Google
4565
4597
  # the import, the imported draft agent will be trained automatically (unless
4566
4598
  # disabled in agent settings). However, once the import is done, training may
4567
4599
  # not be completed yet. Please call TrainAgent and wait for the operation it
4568
- # returns in order to train explicitly. Operation An operation which tracks when
4569
- # importing is complete. It only tracks when the draft agent is updated not when
4570
- # it is done training.
4600
+ # returns in order to train explicitly. Note: You should always train an agent
4601
+ # prior to sending it queries. See the [training documentation](https://cloud.
4602
+ # google.com/dialogflow/es/docs/training).
4571
4603
  # @param [String] parent
4572
4604
  # Required. The project that the agent to import is associated with. Format: `
4573
4605
  # projects/` or `projects//locations/`.
@@ -4606,9 +4638,9 @@ module Google
4606
4638
  # are deleted. After the restore, the restored draft agent will be trained
4607
4639
  # automatically (unless disabled in agent settings). However, once the restore
4608
4640
  # is done, training may not be completed yet. Please call TrainAgent and wait
4609
- # for the operation it returns in order to train explicitly. Operation An
4610
- # operation which tracks when restoring is complete. It only tracks when the
4611
- # draft agent is updated not when it is done training.
4641
+ # for the operation it returns in order to train explicitly. Note: You should
4642
+ # always train an agent prior to sending it queries. See the [training
4643
+ # documentation](https://cloud.google.com/dialogflow/es/docs/training).
4612
4644
  # @param [String] parent
4613
4645
  # Required. The project that the agent to restore is associated with. Format: `
4614
4646
  # projects/` or `projects//locations/`.
@@ -4684,7 +4716,9 @@ module Google
4684
4716
  execute_or_queue_command(command, &block)
4685
4717
  end
4686
4718
 
4687
- # Trains the specified agent. Operation
4719
+ # Trains the specified agent. Note: You should always train an agent prior to
4720
+ # sending it queries. See the [training documentation](https://cloud.google.com/
4721
+ # dialogflow/es/docs/training).
4688
4722
  # @param [String] parent
4689
4723
  # Required. The project that the agent to train is associated with. Format: `
4690
4724
  # projects/` or `projects//locations/`.
@@ -4757,7 +4791,9 @@ module Google
4757
4791
  execute_or_queue_command(command, &block)
4758
4792
  end
4759
4793
 
4760
- # Deletes entity types in the specified agent. Operation
4794
+ # Deletes entity types in the specified agent. Note: You should always train an
4795
+ # agent prior to sending it queries. See the [training documentation](https://
4796
+ # cloud.google.com/dialogflow/es/docs/training).
4761
4797
  # @param [String] parent
4762
4798
  # Required. The name of the agent to delete all entities types for. Supported
4763
4799
  # formats: - `projects//agent`, - `projects//locations//agent`.
@@ -4791,7 +4827,9 @@ module Google
4791
4827
  execute_or_queue_command(command, &block)
4792
4828
  end
4793
4829
 
4794
- # Updates/Creates multiple entity types in the specified agent. Operation
4830
+ # Updates/Creates multiple entity types in the specified agent. Note: You should
4831
+ # always train an agent prior to sending it queries. See the [training
4832
+ # documentation](https://cloud.google.com/dialogflow/es/docs/training).
4795
4833
  # @param [String] parent
4796
4834
  # Required. The name of the agent to update or create entity types in. Supported
4797
4835
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -4825,7 +4863,9 @@ module Google
4825
4863
  execute_or_queue_command(command, &block)
4826
4864
  end
4827
4865
 
4828
- # Creates an entity type in the specified agent.
4866
+ # Creates an entity type in the specified agent. Note: You should always train
4867
+ # an agent prior to sending it queries. See the [training documentation](https://
4868
+ # cloud.google.com/dialogflow/es/docs/training).
4829
4869
  # @param [String] parent
4830
4870
  # Required. The agent to create a entity type for. Supported formats: - `
4831
4871
  # projects//agent` - `projects//locations//agent`
@@ -4865,7 +4905,9 @@ module Google
4865
4905
  execute_or_queue_command(command, &block)
4866
4906
  end
4867
4907
 
4868
- # Deletes the specified entity type.
4908
+ # Deletes the specified entity type. Note: You should always train an agent
4909
+ # prior to sending it queries. See the [training documentation](https://cloud.
4910
+ # google.com/dialogflow/es/docs/training).
4869
4911
  # @param [String] name
4870
4912
  # Required. The name of the entity type to delete. Supported formats: - `
4871
4913
  # projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -4977,7 +5019,9 @@ module Google
4977
5019
  execute_or_queue_command(command, &block)
4978
5020
  end
4979
5021
 
4980
- # Updates the specified entity type.
5022
+ # Updates the specified entity type. Note: You should always train an agent
5023
+ # prior to sending it queries. See the [training documentation](https://cloud.
5024
+ # google.com/dialogflow/es/docs/training).
4981
5025
  # @param [String] name
4982
5026
  # The unique identifier of the entity type. Required for EntityTypes.
4983
5027
  # UpdateEntityType and EntityTypes.BatchUpdateEntityTypes methods. Supported
@@ -5022,7 +5066,9 @@ module Google
5022
5066
  execute_or_queue_command(command, &block)
5023
5067
  end
5024
5068
 
5025
- # Creates multiple new entities in the specified entity type. Operation
5069
+ # Creates multiple new entities in the specified entity type. Note: You should
5070
+ # always train an agent prior to sending it queries. See the [training
5071
+ # documentation](https://cloud.google.com/dialogflow/es/docs/training).
5026
5072
  # @param [String] parent
5027
5073
  # Required. The name of the entity type to create entities in. Supported formats:
5028
5074
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -5056,7 +5102,9 @@ module Google
5056
5102
  execute_or_queue_command(command, &block)
5057
5103
  end
5058
5104
 
5059
- # Deletes entities in the specified entity type. Operation
5105
+ # Deletes entities in the specified entity type. Note: You should always train
5106
+ # an agent prior to sending it queries. See the [training documentation](https://
5107
+ # cloud.google.com/dialogflow/es/docs/training).
5060
5108
  # @param [String] parent
5061
5109
  # Required. The name of the entity type to delete entries for. Supported formats:
5062
5110
  # - `projects//agent/entityTypes/` - `projects//locations//agent/entityTypes/`
@@ -5092,7 +5140,9 @@ module Google
5092
5140
 
5093
5141
  # Updates or creates multiple entities in the specified entity type. This method
5094
5142
  # does not affect entities in the entity type that aren't explicitly specified
5095
- # in the request. Operation
5143
+ # in the request. Note: You should always train an agent prior to sending it
5144
+ # queries. See the [training documentation](https://cloud.google.com/dialogflow/
5145
+ # es/docs/training).
5096
5146
  # @param [String] parent
5097
5147
  # Required. The name of the entity type to update or create entities in.
5098
5148
  # Supported formats: - `projects//agent/entityTypes/` - `projects//locations//
@@ -5898,7 +5948,9 @@ module Google
5898
5948
  execute_or_queue_command(command, &block)
5899
5949
  end
5900
5950
 
5901
- # Deletes intents in the specified agent. Operation
5951
+ # Deletes intents in the specified agent. Note: You should always train an agent
5952
+ # prior to sending it queries. See the [training documentation](https://cloud.
5953
+ # google.com/dialogflow/es/docs/training).
5902
5954
  # @param [String] parent
5903
5955
  # Required. The name of the agent to delete all entities types for. Supported
5904
5956
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -5932,7 +5984,9 @@ module Google
5932
5984
  execute_or_queue_command(command, &block)
5933
5985
  end
5934
5986
 
5935
- # Updates/Creates multiple intents in the specified agent. Operation
5987
+ # Updates/Creates multiple intents in the specified agent. Note: You should
5988
+ # always train an agent prior to sending it queries. See the [training
5989
+ # documentation](https://cloud.google.com/dialogflow/es/docs/training).
5936
5990
  # @param [String] parent
5937
5991
  # Required. The name of the agent to update or create intents in. Supported
5938
5992
  # formats: - `projects//agent` - `projects//locations//agent`
@@ -5966,7 +6020,9 @@ module Google
5966
6020
  execute_or_queue_command(command, &block)
5967
6021
  end
5968
6022
 
5969
- # Creates an intent in the specified agent.
6023
+ # Creates an intent in the specified agent. Note: You should always train an
6024
+ # agent prior to sending it queries. See the [training documentation](https://
6025
+ # cloud.google.com/dialogflow/es/docs/training).
5970
6026
  # @param [String] parent
5971
6027
  # Required. The agent to create a intent for. Supported formats: - `projects//
5972
6028
  # agent` - `projects//locations//agent`
@@ -6009,7 +6065,9 @@ module Google
6009
6065
  execute_or_queue_command(command, &block)
6010
6066
  end
6011
6067
 
6012
- # Deletes the specified intent and its direct or indirect followup intents.
6068
+ # Deletes the specified intent and its direct or indirect followup intents. Note:
6069
+ # You should always train an agent prior to sending it queries. See the [
6070
+ # training documentation](https://cloud.google.com/dialogflow/es/docs/training).
6013
6071
  # @param [String] name
6014
6072
  # Required. The name of the intent to delete. If this intent has direct or
6015
6073
  # indirect followup intents, we also delete them. Supported formats: - `projects/
@@ -6131,7 +6189,9 @@ module Google
6131
6189
  execute_or_queue_command(command, &block)
6132
6190
  end
6133
6191
 
6134
- # Updates the specified intent.
6192
+ # Updates the specified intent. Note: You should always train an agent prior to
6193
+ # sending it queries. See the [training documentation](https://cloud.google.com/
6194
+ # dialogflow/es/docs/training).
6135
6195
  # @param [String] name
6136
6196
  # Optional. The unique identifier of this intent. Required for Intents.
6137
6197
  # UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - `
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-06-21 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Dialogflow API V2beta1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.16.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1
57
63
  post_install_message:
58
64
  rdoc_options: []