google-apis-dialogflow_v3beta1 0.43.0 → 0.44.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a81e2bcf222fa4f9c27c33eebafdc4e6f3654ce15a16bf6021218de4a96824bb
|
4
|
+
data.tar.gz: c8929bde55ca1e52850aaef2a14148c4ad13be5124f462de801192e8a98279ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acbf65ef19916e118d27fae0b79c4c6a5b159849690b01f21d3765cc2e9047216eb0d4b17936a4b14a137a9d3b10425be726a1f3a2d8d19eeb7b626dfa64d3c3
|
7
|
+
data.tar.gz: 77a1729485dc7500d311c5985bdb0af447cc4c1728bb1bcb3c77ee8713bb7205766cfe50cf6d153c9c70466e80ee8ef43d0512e41e78e5b8b15a97649c04567c
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
7858
|
-
#
|
7859
|
-
# this
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|