google-cloud-dialogflow-cx-v3 0.10.0 → 0.10.1

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: 23b15c869fca6764b140dd367e9c77f971221508d398a1002582a9d4ecf75dfc
4
- data.tar.gz: 6be9a416b00416242ebb76e1df19ede3ee5d77cde9b454c4d4e5dddeb9c860fb
3
+ metadata.gz: 03c30ccc5871c446a8f4d8c6a50655da772c323d7b51016ec2516b544ded94bd
4
+ data.tar.gz: 4854d22cf66bdbb9051399ad3442d7fcff784c0fa5f1927c021c2da75e1e9534
5
5
  SHA512:
6
- metadata.gz: 1ad8c63e4530e54fe022dc2ab3e156639c71fc6da734a696bf1c0da54178d9525fcb99c45dfa2072c087cf5fbdd412a0013390abe0d0f0783a47309a6c38cc60
7
- data.tar.gz: df5b6fd80f7ebdc9516e541941939aedd57d81c9caab3e88c5e1ad7f4a24cd87508886fcc6f260bdbe85e0c3199f31cc00f61fbfcb6f3b3a5fb0071cd634a0ba
6
+ metadata.gz: c90febd205f073db07914e60c743c8f7fc387f5713ac48f885d69469770c1ce483d5db20c89aca373c2218b81417c368e6de2250d85baa5b952bca3ae47bf36a
7
+ data.tar.gz: d72f1bcec79aaaacb9599481507a07ebdb9fb29ab2478966bc0e025d7e5ef194ead8ea116fa97203446792609af609c6db3ddb4fbf0dc562cea828315317388d
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.10.0"
25
+ VERSION = "0.10.1"
26
26
  end
27
27
  end
28
28
  end
@@ -205,10 +205,11 @@ module Google
205
205
  # Settings for exporting audio.
206
206
  # @!attribute [rw] gcs_bucket
207
207
  # @return [::String]
208
- # Cloud Storage bucket to export audio record to. You need to grant
209
- # `service-<Conversation Project
210
- # Number>@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object
211
- # Admin` role in this bucket.
208
+ # Cloud Storage bucket to export audio record to.
209
+ # Setting this field would grant the Storage Object Creator role to
210
+ # the Dialogflow Service Agent.
211
+ # API caller that tries to modify this field should have the permission of
212
+ # storage.buckets.setIamPolicy.
212
213
  # @!attribute [rw] audio_export_pattern
213
214
  # @return [::String]
214
215
  # Filename pattern for exported audio.
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-02 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.10'
19
+ version: '0.12'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.10'
29
+ version: '0.12'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a