google-apis-dialogflow_v3beta1 0.43.0 → 0.44.0

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: 88cd9940b895609dff537e8cb17763b229a5ab1c2d96124206b38a9aac4da5e8
4
- data.tar.gz: ed8b48b5df724ab6bb8ce84c640d5fcbf684328247a8f8abb1abae3f28e66fb3
3
+ metadata.gz: a81e2bcf222fa4f9c27c33eebafdc4e6f3654ce15a16bf6021218de4a96824bb
4
+ data.tar.gz: c8929bde55ca1e52850aaef2a14148c4ad13be5124f462de801192e8a98279ab
5
5
  SHA512:
6
- metadata.gz: 50956fa981dab3666f9dcd254b84e0219370d83c89dca204fc83490380915c5e5c6b3aa2e7ce3f76142a83dd95c01364ea3f028c4217c53f0c0c2d932905c8b8
7
- data.tar.gz: e55d9b84e315a399293e626d853fc251fa6474774efd0fa87c863c2e677a091a87918a8d155bb962f416169c2339adbd2a6c8e43a02bb9c42e4d6261aa36032e
6
+ metadata.gz: acbf65ef19916e118d27fae0b79c4c6a5b159849690b01f21d3765cc2e9047216eb0d4b17936a4b14a137a9d3b10425be726a1f3a2d8d19eeb7b626dfa64d3c3
7
+ data.tar.gz: 77a1729485dc7500d311c5985bdb0af447cc4c1728bb1bcb3c77ee8713bb7205766cfe50cf6d153c9c70466e80ee8ef43d0512e41e78e5b8b15a97649c04567c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.44.0 (2022-09-04)
4
+
5
+ * Regenerated from discovery document revision 20220901
6
+
3
7
  ### v0.43.0 (2022-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220824
@@ -7854,9 +7854,10 @@ module Google
7854
7854
  attr_accessor :enable_audio_redaction
7855
7855
  alias_method :enable_audio_redaction?, :enable_audio_redaction
7856
7856
 
7857
- # Cloud Storage bucket to export audio record to. You need to grant `service-@
7858
- # gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object Admin` role in
7859
- # this bucket.
7857
+ # Cloud Storage bucket to export audio record to. Settings this field would
7858
+ # grant the Storage Object Creator role to the Dialogflow Service Agent. API
7859
+ # caller that tries to modify this field should have the permission of storage.
7860
+ # buckets.setIamPolicy.
7860
7861
  # Corresponds to the JSON property `gcsBucket`
7861
7862
  # @return [String]
7862
7863
  attr_accessor :gcs_bucket
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
25
+ REVISION = "20220901"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.0
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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []