google-apis-dialogflow_v2beta1 0.37.0 → 0.38.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bfb325eb197ac50bb816b8bae1388c33e38c2bca3fffeff907dadfce4c1c957
|
4
|
+
data.tar.gz: 941e8fb694bdf3c88a24e93506e61bbc2ad3784dc6452a758d526c3bfea26e00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ddd7ab214d55989134ef48139208d8940f7300f39ddcaadcc8d0142d23f356e1e37b364d77e1272d40caafee7c79b55c332fafe5eab29a645877258348cca02
|
7
|
+
data.tar.gz: 9cfd8f3d1a88a98ac86cebcce48da902af033f11702ecb50e63ae593ea2f77bd3212fce8a4cb443db3ba2d86bbd84c6946af978bc7549f1db3075097e7bc23de
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2beta1
|
2
2
|
|
3
|
+
### v0.38.0 (2022-06-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220616
|
6
|
+
* Regenerated using generator version 0.7.0
|
7
|
+
|
3
8
|
### v0.37.0 (2022-06-09)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220607
|
@@ -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
|
|
@@ -5556,7 +5558,9 @@ module Google
|
|
5556
5558
|
end
|
5557
5559
|
|
5558
5560
|
# The request message for a webhook call. The request is sent as a JSON object
|
5559
|
-
# and the field names will be presented in camel cases.
|
5561
|
+
# and the field names will be presented in camel cases. You may see undocumented
|
5562
|
+
# fields in an actual request. These fields are used internally by Dialogflow
|
5563
|
+
# and should be ignored.
|
5560
5564
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
5561
5565
|
include Google::Apis::Core::Hashable
|
5562
5566
|
|
@@ -8224,7 +8228,8 @@ module Google
|
|
8224
8228
|
alias_method :all_required_params_present?, :all_required_params_present
|
8225
8229
|
|
8226
8230
|
# Indicates whether the conversational query triggers a cancellation for slot
|
8227
|
-
# filling.
|
8231
|
+
# filling. For more information, see the [cancel slot filling documentation](
|
8232
|
+
# https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
|
8228
8233
|
# Corresponds to the JSON property `cancelsSlotFilling`
|
8229
8234
|
# @return [Boolean]
|
8230
8235
|
attr_accessor :cancels_slot_filling
|
@@ -14730,7 +14735,8 @@ module Google
|
|
14730
14735
|
alias_method :all_required_params_present?, :all_required_params_present
|
14731
14736
|
|
14732
14737
|
# Indicates whether the conversational query triggers a cancellation for slot
|
14733
|
-
# filling.
|
14738
|
+
# filling. For more information, see the [cancel slot filling documentation](
|
14739
|
+
# https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
|
14734
14740
|
# Corresponds to the JSON property `cancelsSlotFilling`
|
14735
14741
|
# @return [Boolean]
|
14736
14742
|
attr_accessor :cancels_slot_filling
|
@@ -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
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.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-
|
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.
|
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.
|
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_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|