google-apis-dialogflow_v3beta1 0.39.0 → 0.40.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: a5f861ef756c982616e395fdb93ab564b1d2c2e7c2a656ff793d5dcab38143c1
4
- data.tar.gz: '081fc94640d448cb09b028201fdfc9261a8a3d86e5e11c7b88c320afb4fb2ec5'
3
+ metadata.gz: 4a5695fbac26d5b0746463fc823be8afccf579efd0d2927d061a8796026c72af
4
+ data.tar.gz: 6351534cfe5b4fc908f74bdef3caf0f8b6188019256ce917faa3f5d2fc6fafca
5
5
  SHA512:
6
- metadata.gz: b31349105b1dbf18390ebb30f0f4479df0c9fa84b6ab783c6200c75b990ea24b2f91ddfac4b394632d0ae9b82793692c88ffc9092a44e31fe49955cf4733af63
7
- data.tar.gz: 430eb5e36bc8e199d07495e8842439dee5032dbf2c21b4f2ddf0b145143d513cf8f5c58d25b0a6d213bc036a02cb9f4edf63295f9342dd101e33855fd04c46b0
6
+ metadata.gz: edb3db56cdee40660bd94bc69a8aa4cd3401eaf5e52c0224752cb96066021822185c6fe126511d36a7a683db4cd68fa84c0b27258e35ce47c4eaf1378809510f
7
+ data.tar.gz: eb3a22117658ae6b4c73eb2f07d06a0b27289cc3732f22596c0db9e6de96fc60c674f1bb3c34e8d50cd1fca049d8ff0890be481df0d174c06bc3346b3852ceaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.40.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220616
6
+
3
7
  ### v0.39.0 (2022-06-19)
4
8
 
5
9
  * Regenerated using generator version 0.7.0
@@ -2630,7 +2630,9 @@ module Google
2630
2630
  end
2631
2631
 
2632
2632
  # The request message for a webhook call. The request is sent as a JSON object
2633
- # and the field names will be presented in camel cases.
2633
+ # and the field names will be presented in camel cases. You may see undocumented
2634
+ # fields in an actual request. These fields are used internally by Dialogflow
2635
+ # and should be ignored.
2634
2636
  class GoogleCloudDialogflowCxV3WebhookRequest
2635
2637
  include Google::Apis::Core::Hashable
2636
2638
 
@@ -9074,7 +9076,9 @@ module Google
9074
9076
  end
9075
9077
 
9076
9078
  # The request message for a webhook call. The request is sent as a JSON object
9077
- # and the field names will be presented in camel cases.
9079
+ # and the field names will be presented in camel cases. You may see undocumented
9080
+ # fields in an actual request. These fields are used internally by Dialogflow
9081
+ # and should be ignored.
9078
9082
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
9079
9083
  include Google::Apis::Core::Hashable
9080
9084
 
@@ -11742,7 +11746,8 @@ module Google
11742
11746
  alias_method :all_required_params_present?, :all_required_params_present
11743
11747
 
11744
11748
  # Indicates whether the conversational query triggers a cancellation for slot
11745
- # filling.
11749
+ # filling. For more information, see the [cancel slot filling documentation](
11750
+ # https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
11746
11751
  # Corresponds to the JSON property `cancelsSlotFilling`
11747
11752
  # @return [Boolean]
11748
11753
  attr_accessor :cancels_slot_filling
@@ -14951,7 +14956,8 @@ module Google
14951
14956
  alias_method :all_required_params_present?, :all_required_params_present
14952
14957
 
14953
14958
  # Indicates whether the conversational query triggers a cancellation for slot
14954
- # filling.
14959
+ # filling. For more information, see the [cancel slot filling documentation](
14960
+ # https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
14955
14961
  # Corresponds to the JSON property `cancelsSlotFilling`
14956
14962
  # @return [Boolean]
14957
14963
  attr_accessor :cancels_slot_filling
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220607"
25
+ REVISION = "20220616"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 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/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []