google-cloud-dialogflow 1.11.1 → 1.11.3

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: 20b3c2c8c632f896c2f7775dbf79d808da08544137f85aa686def1ec9b94d1f0
4
- data.tar.gz: 39e84425b3a3fddae66e49814ef977d16e1395c67883901d5d92e959f00c3c38
3
+ metadata.gz: 3b95da7e779be78cea4746ab9057aaa5febe66509e3449f49432d13cee0fce55
4
+ data.tar.gz: 91013e3aa7c6a6b223bc89054edb699b4ab9cd5f4bafc2f73d6ed6072d2de56d
5
5
  SHA512:
6
- metadata.gz: 5da1cb57df7cd6d22b58ddd875c33d093f2f0881be7441af85b29ceaf31f6d24964ea60966fc12378abb7c33326795d2e7299e9859ccc8bfbaf8ad7a7b7fb30d
7
- data.tar.gz: 541f933564bf6395a1ece918fc46f85923ebdef2eed9434e81723342c78e9aed7c9eb5ec4eef2a7c8315e89ca2055035af5ad8e14bda228cb6e340e02fa88504
6
+ metadata.gz: 3e9287c71dae993ec2fdaa2da434fd91c713e801a6ed5360e6f933883c402752b00b0a46140228377df5cf4bcaec4d668fa3d8ba708cf4e416c8a0e71d276c7a
7
+ data.tar.gz: b332cd88b897c58c256a4893974772a8f8c324409421f7b19dd8ddbdca12d8a5caa4154065d358c2eee0d0c7fed93e172cb004f924f012fc8ba411648e9a6c3d
data/MIGRATING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Migrating to google-cloud-dialogflow 1.0
1
+ # Migrating to google-cloud-dialogflow 1.0
2
2
 
3
3
  The 1.0 release of the google-cloud-dialogflow client is a significant upgrade
4
4
  based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
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"
39
+
40
+ client = Google::Cloud::Dialogflow.agents
41
+ request = ::Google::Cloud::Dialogflow::V2::GetAgentRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_agent request
43
+ ```
44
+
37
45
  ## Migrating from 0.x versions
38
46
 
39
47
  The 1.0 release of the google-cloud-dialogflow client is a significant upgrade
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "1.11.1".freeze
19
+ VERSION = "1.11.3".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.6.8
83
+ rubygems_version: 3.6.9
84
84
  specification_version: 4
85
85
  summary: API Client library for the Dialogflow API
86
86
  test_files: []