google-cloud-dialogflow 1.14.0 → 1.15.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/README.md +1 -1
- data/lib/google/cloud/dialogflow/version.rb +1 -1
- data/lib/google/cloud/dialogflow.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ac0c6b55e5b86c6e3a8f397233ce36b77bc46f4c09d40ab2ee38d538cc9d2d6
|
|
4
|
+
data.tar.gz: '0098adc3cac4aaa11a823ce6082db03c4ec2d1c028f90b6714b6457ae4ef294a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5afcf3309350aa4ca97ea08c94d60dea4198f881edeee2c926233d0c05f5b7f0a72acf41f1a5663f31ad1b4bc5b75a34e2030fcdcf81f9c97bc5b961e476cb4d
|
|
7
|
+
data.tar.gz: 101315cf5ceca7cae33599bbc34af00df73b5cab51ba884c8e5e388216e0b8caaaad636cd247c3e33b94b12e499028a4b09df73f7599842b4957eb3be89de8be
|
data/README.md
CHANGED
|
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
82
82
|
|
|
83
83
|
## Supported Ruby Versions
|
|
84
84
|
|
|
85
|
-
This library is supported on Ruby 3.
|
|
85
|
+
This library is supported on Ruby 3.2+.
|
|
86
86
|
|
|
87
87
|
Google provides official support for Ruby versions that are actively supported
|
|
88
88
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1626,6 +1626,7 @@ module Google
|
|
|
1626
1626
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1627
1627
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1628
1628
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1629
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1629
1630
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
1630
1631
|
# The error codes that should trigger a retry.
|
|
1631
1632
|
#
|