google-cloud-dialogflow-cx 1.3.1 → 1.3.2

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: 425d3d292ac691f9a39d215377fca6f62957ec9cb1a6fe3f693baee1d5a54066
4
- data.tar.gz: 8f779589cdddc7a1633261031fd5bbd805b0cfeff3af7a38c52729d8bf52fef3
3
+ metadata.gz: 7c0eb89a39bbc9999c3f309d8715cdd60ad3a5ce93862aa5b1ffbabf4d786138
4
+ data.tar.gz: ffc50f7ca6429dc986443ba6a221dd4a4f8d16c18ad8b31cc08c4c82e0abb4ad
5
5
  SHA512:
6
- metadata.gz: c4a5d7d9a4184492aae65a3a783abec3c3a40fe7dc301ae1544759bff595a652cac63abe4f4adec78293d1361d84d442084d789bc350692a52d45fccb367defe
7
- data.tar.gz: 1657dfc360b1c4ba4c2011c4159883d63a83c55260b142b11a7eeb663e172ba75b840a72eca5be26ffb757940434bdbaa8367542f9e770136455d40f127f9dda
6
+ metadata.gz: d6da31760be635d74a07cd11e094bcd94f51cc7b6ef579cbcab17c3203840c7dd00890e5d8d7f1bf4d254bf1b48153edf7b5fe3a0a3866174db1d16be436ceb3
7
+ data.tar.gz: cf6a1706da6a05c8dbf0e47fd95fe3abb80966a8d28658126b07261f60950b2c92fee498143f32b9bfb896e196b9e9d56fa023781b2eaa39c21392b279a9ebe2
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/dialogflow.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/dialogflow/cx"
39
+
40
+ client = Google::Cloud::Dialogflow::CX.pages
41
+ request = ::Google::Cloud::Dialogflow::CX::V3::ListPagesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_pages request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module CX
24
- VERSION = "1.3.1"
24
+ VERSION = "1.3.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
82
+ rubygems_version: 3.6.9
83
83
  specification_version: 4
84
84
  summary: API Client library for the Dialogflow CX API
85
85
  test_files: []