google-cloud-dialogflow-cx 1.3.0 → 1.3.1

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: c8a89eec49781f03041d50db3f5313a7ee67852e11244db2c37de8c3cc9d2d44
4
- data.tar.gz: bd34b9dd185f9a963c5f696655c3c8f96b461bd8ec8a300ae561582ac1f70128
3
+ metadata.gz: 425d3d292ac691f9a39d215377fca6f62957ec9cb1a6fe3f693baee1d5a54066
4
+ data.tar.gz: 8f779589cdddc7a1633261031fd5bbd805b0cfeff3af7a38c52729d8bf52fef3
5
5
  SHA512:
6
- metadata.gz: bc614d7ae1f6302ce693c77d102ce1b743cd5925bbd77efe75aac9a7bbc7d137606472b0ef9f4e9193574be5a60dd36aab9737be87254363ba6be33f86459484
7
- data.tar.gz: b78e772948294806b6cd6ec622973005b19804dbb03b0b97f81b39968cd0c1cf3219fd26ffe0c68fa077c665fcc5f2e6a3fb7af1cd6940ba644fd519fc97811b
6
+ metadata.gz: c4a5d7d9a4184492aae65a3a783abec3c3a40fe7dc301ae1544759bff595a652cac63abe4f4adec78293d1361d84d442084d789bc350692a52d45fccb367defe
7
+ data.tar.gz: 1657dfc360b1c4ba4c2011c4159883d63a83c55260b142b11a7eeb663e172ba75b840a72eca5be26ffb757940434bdbaa8367542f9e770136455d40f127f9dda
data/README.md CHANGED
@@ -7,7 +7,7 @@ Dialogflow is an end-to-end, build-once deploy-everywhere development suite for
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-dialogflow-cx-v*`.
9
9
  The gem `google-cloud-dialogflow-cx` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module CX
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.6.2
82
+ rubygems_version: 3.6.8
83
83
  specification_version: 4
84
84
  summary: API Client library for the Dialogflow CX API
85
85
  test_files: []