google-cloud-dialogflow-cx-v3 0.10.0 → 0.10.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: 23b15c869fca6764b140dd367e9c77f971221508d398a1002582a9d4ecf75dfc
4
- data.tar.gz: 6be9a416b00416242ebb76e1df19ede3ee5d77cde9b454c4d4e5dddeb9c860fb
3
+ metadata.gz: 9e874ba5de0a63e43a7e69ca5eb20be608117b206ccdc5a5c08a36f35d43728a
4
+ data.tar.gz: eb10415a76dabff17fc459991707c37012a0ceed3ff8c3266cb72cfba4ca8f49
5
5
  SHA512:
6
- metadata.gz: 1ad8c63e4530e54fe022dc2ab3e156639c71fc6da734a696bf1c0da54178d9525fcb99c45dfa2072c087cf5fbdd412a0013390abe0d0f0783a47309a6c38cc60
7
- data.tar.gz: df5b6fd80f7ebdc9516e541941939aedd57d81c9caab3e88c5e1ad7f4a24cd87508886fcc6f260bdbe85e0c3199f31cc00f61fbfcb6f3b3a5fb0071cd634a0ba
6
+ metadata.gz: 29310acb919a8230391b376f9bab84b2d7e826cba94f93643921cdc58f64f23863fd88801d1f3f82f0e843bbfeafd94dbebd8969a2eb8aba2b6cd1826e304a15
7
+ data.tar.gz: '08a6e8eca84861b3da182411766c7aeb8cd19abccd999d6f7ebc575dea1952629795144ac55466d4f02c741ebbed78849e9fe93f3fb290900648a879403a7fd1'
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.2"
26
26
  end
27
27
  end
28
28
  end
@@ -167,12 +167,9 @@ module Google
167
167
  # Retains data in interaction logging for the specified number of days.
168
168
  # This does not apply to Cloud logging, which is owned by the user - not
169
169
  # Dialogflow.
170
- # User must set a value lower than Dialogflow's default 365d TTL. Setting a
171
- # value higher than that has no effect.
172
- # A missing value or setting to 0 also means we use Dialogflow's default
173
- # TTL.
174
- # Note: Interaction logging is a limited access feature. Talk to your
175
- # Google representative to check availability for you.
170
+ # User must set a value lower than Dialogflow's default 365d TTL (time to
171
+ # live). Setting a value higher than that has no effect. A missing value or
172
+ # setting to 0 also means we use Dialogflow's default TTL.
176
173
  # @!attribute [rw] purge_data_types
177
174
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::PurgeDataType>]
178
175
  # List of types of data to remove when retention settings triggers purge.
@@ -205,10 +202,11 @@ module Google
205
202
  # Settings for exporting audio.
206
203
  # @!attribute [rw] gcs_bucket
207
204
  # @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.
205
+ # Cloud Storage bucket to export audio record to.
206
+ # Setting this field would grant the Storage Object Creator role to
207
+ # the Dialogflow Service Agent.
208
+ # API caller that tries to modify this field should have the permission of
209
+ # storage.buckets.setIamPolicy.
212
210
  # @!attribute [rw] audio_export_pattern
213
211
  # @return [::String]
214
212
  # 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.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: 2022-07-02 00:00:00.000000000 Z
11
+ date: 2022-10-24 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