google-apis-dialogflow_v2beta1 0.129.0 → 0.130.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20d4cec30dff90d13741870f8d18f3d84349d8167cb5c5c37a920a100cb9bfbb
|
|
4
|
+
data.tar.gz: 3d8b8bb81764dfad9a978961d9ad564e5ec0c23a4e3b5e13d451021d24045ebf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36c7af8923e27a16c06ad4b265e6468e1e7a585cdd37c018321daf181172072c814e0d5c9c21ecdc3897f22d18e100db03ec75d3c4adc969b5f45b0c9603c00a
|
|
7
|
+
data.tar.gz: f94f52d8c9cefd59b459d1a5e0615975dd4ac4bdb59c41a3b1b774dda971e3a8c295a6364bbc223bbed28e7a75c2f8263ad80ad9a895ec42b488f22e837af48f
|
data/CHANGELOG.md
CHANGED
|
@@ -10776,6 +10776,12 @@ module Google
|
|
|
10776
10776
|
# @return [String]
|
|
10777
10777
|
attr_accessor :message
|
|
10778
10778
|
|
|
10779
|
+
#
|
|
10780
|
+
# Corresponds to the JSON property `retryable`
|
|
10781
|
+
# @return [Boolean]
|
|
10782
|
+
attr_accessor :retryable
|
|
10783
|
+
alias_method :retryable?, :retryable
|
|
10784
|
+
|
|
10779
10785
|
def initialize(**args)
|
|
10780
10786
|
update!(**args)
|
|
10781
10787
|
end
|
|
@@ -10783,6 +10789,7 @@ module Google
|
|
|
10783
10789
|
# Update properties of this object
|
|
10784
10790
|
def update!(**args)
|
|
10785
10791
|
@message = args[:message] if args.key?(:message)
|
|
10792
|
+
@retryable = args[:retryable] if args.key?(:retryable)
|
|
10786
10793
|
end
|
|
10787
10794
|
end
|
|
10788
10795
|
|
|
@@ -22205,6 +22212,12 @@ module Google
|
|
|
22205
22212
|
# @return [String]
|
|
22206
22213
|
attr_accessor :message
|
|
22207
22214
|
|
|
22215
|
+
#
|
|
22216
|
+
# Corresponds to the JSON property `retryable`
|
|
22217
|
+
# @return [Boolean]
|
|
22218
|
+
attr_accessor :retryable
|
|
22219
|
+
alias_method :retryable?, :retryable
|
|
22220
|
+
|
|
22208
22221
|
def initialize(**args)
|
|
22209
22222
|
update!(**args)
|
|
22210
22223
|
end
|
|
@@ -22212,6 +22225,7 @@ module Google
|
|
|
22212
22225
|
# Update properties of this object
|
|
22213
22226
|
def update!(**args)
|
|
22214
22227
|
@message = args[:message] if args.key?(:message)
|
|
22228
|
+
@retryable = args[:retryable] if args.key?(:retryable)
|
|
22215
22229
|
end
|
|
22216
22230
|
end
|
|
22217
22231
|
|
|
@@ -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.130.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260815"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -7502,6 +7502,7 @@ module Google
|
|
|
7502
7502
|
# @private
|
|
7503
7503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7504
7504
|
property :message, as: 'message'
|
|
7505
|
+
property :retryable, as: 'retryable'
|
|
7505
7506
|
end
|
|
7506
7507
|
end
|
|
7507
7508
|
|
|
@@ -11033,6 +11034,7 @@ module Google
|
|
|
11033
11034
|
# @private
|
|
11034
11035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11035
11036
|
property :message, as: 'message'
|
|
11037
|
+
property :retryable, as: 'retryable'
|
|
11036
11038
|
end
|
|
11037
11039
|
end
|
|
11038
11040
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.130.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.130.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|