google-cloud-dialogflow 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8a26e30d9f2b3acab2169b62b26ffeb05b85df2bc95e3b3126c77d6153b88d2
4
- data.tar.gz: 065e1f6bf91ec602439fc1d7e2822aee1dd59effc287def796534677779abad4
3
+ metadata.gz: fe9443e71d75e2e3412bf529eded4878115356c4d802ab038a288eb694b276af
4
+ data.tar.gz: 0accf676daaae8523d9af9a50814c8d52aaac075570d400fea7a7d13899739b2
5
5
  SHA512:
6
- metadata.gz: 0e621329ca587787fc8f07f54e89af001e660430243b6cd9ad8a99da2432fad991c4989de8717efbf81e6185f196f85abd0c18f8bfdd80cd48a84f5a9d1b7845
7
- data.tar.gz: a8c071ddc0c975ef1bc12d20ff22b877227257688affdd5cd771724a03b82d82b376e090284d49594ce1e02e31474b9f311bd8e9c0713f2819c850d09409c3d6
6
+ metadata.gz: 447914f2f44ac78813f2a969408db9c7063f53def0780ce5ca4f5916647e741951117eca5f98890f8d3c692327eb3758e0eefca6e3357d93c429438b26d9f704
7
+ data.tar.gz: a0a0da4b429eeca01685d240afca37458fa9e5af2997607251d23a1cdaa2a7e99d791e3b19b864493ceeeb5cbc181def4a677d998dc7335b25971558e775734c
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Dialogflow.agents
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/dialogflow"
@@ -93,7 +93,7 @@ client = Google::Cloud::Dialogflow.agents do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/dialogflow"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "1.3.1".freeze
19
+ VERSION = "1.3.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core