google-apis-dialogflow_v3 0.77.0 → 0.78.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +6 -2
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0337564f28ea85661c9ccbe73025fc06cd9fba43606162f87c6b1d632bde1d7c
|
|
4
|
+
data.tar.gz: 3d69c259d26f12dcc824c7b4fb6663f00f7e714add4789fe0b32b92d15034088
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ff29db44077bb124e85d2f3e93af94910f8a5df7df1cc7c901836ca24cbb8fdca59326b14b9bda921c0dc934b11b1c8338d4b6bc07c9adba1409a44d2d564d4
|
|
7
|
+
data.tar.gz: b1a0c884d6b9705c60f79c4fae414bc9da7ff5992f237a526123818f4661229793e7b2e5743ceea7af339d2db585e59a31a2d9d0189fc097a63eba267a1886d3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
|
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-22)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240113
|
|
@@ -3678,7 +3678,9 @@ module Google
|
|
|
3678
3678
|
attr_accessor :model_variant
|
|
3679
3679
|
|
|
3680
3680
|
# If `true`, the request will opt out for STT conformer model migration. This
|
|
3681
|
-
# field will be deprecated once force migration takes place in June 2024.
|
|
3681
|
+
# field will be deprecated once force migration takes place in June 2024. Please
|
|
3682
|
+
# refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
|
|
3683
|
+
# dialogflow/cx/docs/concept/speech-model-migration).
|
|
3682
3684
|
# Corresponds to the JSON property `optOutConformerModelMigration`
|
|
3683
3685
|
# @return [Boolean]
|
|
3684
3686
|
attr_accessor :opt_out_conformer_model_migration
|
|
@@ -9654,7 +9656,9 @@ module Google
|
|
|
9654
9656
|
attr_accessor :model_variant
|
|
9655
9657
|
|
|
9656
9658
|
# If `true`, the request will opt out for STT conformer model migration. This
|
|
9657
|
-
# field will be deprecated once force migration takes place in June 2024.
|
|
9659
|
+
# field will be deprecated once force migration takes place in June 2024. Please
|
|
9660
|
+
# refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
|
|
9661
|
+
# dialogflow/cx/docs/concept/speech-model-migration).
|
|
9658
9662
|
# Corresponds to the JSON property `optOutConformerModelMigration`
|
|
9659
9663
|
# @return [Boolean]
|
|
9660
9664
|
attr_accessor :opt_out_conformer_model_migration
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV3
|
|
18
18
|
# Version of the google-apis-dialogflow_v3 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_v3
|
|
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_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.78.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|