google-apis-dialogflow_v3beta1 0.77.0 → 0.78.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: 7ab01f69163d58375bfb57413e3ef097e9147b883cec73e545fadc08af4499e4
|
4
|
+
data.tar.gz: 66b399091b5038f0d0ff1e7b2b2b8da3aed7ef6e60aa96a8161d956586a86a4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0804cdd29b3b0afb81180df1f12a614a395e22bc2e13ef67d85582f85980c9941ee72b518c948a3abffb0bb9a368b4d33e50bb6909aabc14324f3ecd84ff3340'
|
7
|
+
data.tar.gz: 14dd3b099071515227f602878d4c7bad46b05a45fd7ba651d6f26f773c7ce294e9ff7dd0bc886de86253aec3f8b11fe29a50f787bf40f058832e8255a885269d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.78.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240122
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.77.0 (2024-01-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240113
|
@@ -1593,7 +1593,9 @@ module Google
|
|
1593
1593
|
attr_accessor :model_variant
|
1594
1594
|
|
1595
1595
|
# If `true`, the request will opt out for STT conformer model migration. This
|
1596
|
-
# field will be deprecated once force migration takes place in June 2024.
|
1596
|
+
# field will be deprecated once force migration takes place in June 2024. Please
|
1597
|
+
# refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
|
1598
|
+
# dialogflow/cx/docs/concept/speech-model-migration).
|
1597
1599
|
# Corresponds to the JSON property `optOutConformerModelMigration`
|
1598
1600
|
# @return [Boolean]
|
1599
1601
|
attr_accessor :opt_out_conformer_model_migration
|
@@ -7263,7 +7265,9 @@ module Google
|
|
7263
7265
|
attr_accessor :model_variant
|
7264
7266
|
|
7265
7267
|
# If `true`, the request will opt out for STT conformer model migration. This
|
7266
|
-
# field will be deprecated once force migration takes place in June 2024.
|
7268
|
+
# field will be deprecated once force migration takes place in June 2024. Please
|
7269
|
+
# refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
|
7270
|
+
# dialogflow/cx/docs/concept/speech-model-migration).
|
7267
7271
|
# Corresponds to the JSON property `optOutConformerModelMigration`
|
7268
7272
|
# @return [Boolean]
|
7269
7273
|
attr_accessor :opt_out_conformer_model_migration
|
@@ -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.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240122"
|
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.78.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: 2024-01-
|
11
|
+
date: 2024-01-28 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.78.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: []
|