google-cloud-dialogflow-cx 1.3.0 → 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: c8a89eec49781f03041d50db3f5313a7ee67852e11244db2c37de8c3cc9d2d44
4
- data.tar.gz: bd34b9dd185f9a963c5f696655c3c8f96b461bd8ec8a300ae561582ac1f70128
3
+ metadata.gz: 7c0eb89a39bbc9999c3f309d8715cdd60ad3a5ce93862aa5b1ffbabf4d786138
4
+ data.tar.gz: ffc50f7ca6429dc986443ba6a221dd4a4f8d16c18ad8b31cc08c4c82e0abb4ad
5
5
  SHA512:
6
- metadata.gz: bc614d7ae1f6302ce693c77d102ce1b743cd5925bbd77efe75aac9a7bbc7d137606472b0ef9f4e9193574be5a60dd36aab9737be87254363ba6be33f86459484
7
- data.tar.gz: b78e772948294806b6cd6ec622973005b19804dbb03b0b97f81b39968cd0c1cf3219fd26ffe0c68fa077c665fcc5f2e6a3fb7af1cd6940ba644fd519fc97811b
6
+ metadata.gz: d6da31760be635d74a07cd11e094bcd94f51cc7b6ef579cbcab17c3203840c7dd00890e5d8d7f1bf4d254bf1b48153edf7b5fe3a0a3866174db1d16be436ceb3
7
+ data.tar.gz: cf6a1706da6a05c8dbf0e47fd95fe3abb80966a8d28658126b07261f60950b2c92fee498143f32b9bfb896e196b9e9d56fa023781b2eaa39c21392b279a9ebe2
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
 
@@ -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.0"
24
+ VERSION = "1.3.2"
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.2
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.9
83
83
  specification_version: 4
84
84
  summary: API Client library for the Dialogflow CX API
85
85
  test_files: []