google-apis-dialogflow_v3beta1 0.37.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: a6d4a7d410401ba3fa270525227636d32d32d1cbb7f6459ff1ae1cf5a3cabe43
4
- data.tar.gz: d08e7a83e042d94726140a76113451c9a2779755afb9ebf8ebb5b496de30e934
3
+ metadata.gz: 4a5695fbac26d5b0746463fc823be8afccf579efd0d2927d061a8796026c72af
4
+ data.tar.gz: 6351534cfe5b4fc908f74bdef3caf0f8b6188019256ce917faa3f5d2fc6fafca
5
5
  SHA512:
6
- metadata.gz: abfa43f566cddf48640d6b8c4213c1b5440e92c5430577392c5d529f86da803b99af95fe2b14916857e4c9e14af45751ca4813187c78cd30f6049156e261231e
7
- data.tar.gz: 4af496acd2b97ff088d967cbfb9b31e612dee2c0b4e655ae71513dca252d9d6f95730ba8cd4dc77f5b1b724cad032ba9f709475f6b7be36f3311e992a46ba877
6
+ metadata.gz: edb3db56cdee40660bd94bc69a8aa4cd3401eaf5e52c0224752cb96066021822185c6fe126511d36a7a683db4cd68fa84c0b27258e35ce47c4eaf1378809510f
7
+ data.tar.gz: eb3a22117658ae6b4c73eb2f07d06a0b27289cc3732f22596c0db9e6de96fc60c674f1bb3c34e8d50cd1fca049d8ff0890be481df0d174c06bc3346b3852ceaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.39.0 (2022-06-19)
8
+
9
+ * Regenerated using generator version 0.7.0
10
+
11
+ ### v0.38.0 (2022-06-09)
12
+
13
+ * Regenerated from discovery document revision 20220607
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.37.0 (2022-05-27)
4
17
 
5
18
  * Regenerated from discovery document revision 20220524
@@ -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
 
@@ -3050,7 +3052,7 @@ module Google
3050
3052
  attr_accessor :enable_stackdriver_logging
3051
3053
  alias_method :enable_stackdriver_logging?, :enable_stackdriver_logging
3052
3054
 
3053
- # Indiciates whether the agent is locked for changes. If the agent is locked,
3055
+ # Indicates whether the agent is locked for changes. If the agent is locked,
3054
3056
  # modifications to the agent will be rejected except for RestoreAgent.
3055
3057
  # Corresponds to the JSON property `locked`
3056
3058
  # @return [Boolean]
@@ -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.37.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220524"
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.37.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-05-30 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.37.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: []