google-apis-dialogflow_v3 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +10 -4
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b2448234dfdcb8cddaf349172a9bbe5cb7fb5da834a4b4deace336b00cb2fa8
|
|
4
|
+
data.tar.gz: ce468c2e9e29311f724fe114426293f15751e8985ea80acfbc987b5258743385
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65a2e5e467742bd3b2f3e73ae85e5a05bde59c05c3d656493df68ee3796ed549d12987e8a7d6f8d6c4c94eac57d34c3a0a22e8a25f10c97c2740c574c54bac5f
|
|
7
|
+
data.tar.gz: f4ad8a836a7245222f9ee5ef620d43ea5da6ad8541f53c685e7aff5b818cf11ce24eb75baf0c91703a0cb3045f8985fa38665a4ca65e39b0282020d2021b6a20
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
|
2
2
|
|
|
3
|
+
### v0.37.0 (2022-06-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220616
|
|
6
|
+
* Regenerated using generator version 0.7.0
|
|
7
|
+
|
|
3
8
|
### v0.36.0 (2022-06-09)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220607
|
|
@@ -6148,7 +6148,9 @@ module Google
|
|
|
6148
6148
|
end
|
|
6149
6149
|
|
|
6150
6150
|
# The request message for a webhook call. The request is sent as a JSON object
|
|
6151
|
-
# and the field names will be presented in camel cases.
|
|
6151
|
+
# and the field names will be presented in camel cases. You may see undocumented
|
|
6152
|
+
# fields in an actual request. These fields are used internally by Dialogflow
|
|
6153
|
+
# and should be ignored.
|
|
6152
6154
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
|
6153
6155
|
include Google::Apis::Core::Hashable
|
|
6154
6156
|
|
|
@@ -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 DialogflowV3
|
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.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_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|