google-apis-dialogflow_v2 0.78.0 → 0.79.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: 1c75ee4fbedf1b5d2150b96579ccc9f6f16cd9cc6f293e9698698270d4c0b36b
4
- data.tar.gz: cb9e491023dbc54e15a0c5a8496c16074bfef84b10ea5e9ad4e774a1531a65cf
3
+ metadata.gz: 0f6fedc1a8b703a42964c8983a93c494a1765c3731efde42dc98d701c725c101
4
+ data.tar.gz: da461c77d920e7dbb04cf010d64f70b56bacf24ebb1382cd515865314d944e9d
5
5
  SHA512:
6
- metadata.gz: 14291638961f08e832cf8edb80100c57560ee5ceba241f15503784c9e07557b2d6e66f98e7a8ee45a0664adcbf4d0bbb481fe399f261a2228c8494e3c9da9553
7
- data.tar.gz: '0808525b975b6c8512912e2e35995b9308f65c5b64d9d001026ee261660bd5dea22a7b9713046f70f3c26765569bc254bd87a6cebf6510d78991d2390ea7ee84'
6
+ metadata.gz: 7ec97f37dce0832d73f05ff98e7d006c5e8865e6073e1370ada3370ef23f6d51f24222ef7d7006eabffaf29b8868a3d4a152c08f212504f9207672d73f5f48d5
7
+ data.tar.gz: 8b2aa9d16b3f8564d1e7a658074bfc9fba6b0fbaf64a00872bdd222bdef6b133f148e65a626266f62064f44095ecd99bab8827cdb57685b6088c970f91a44a55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.79.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240122
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.78.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
@@ -5177,7 +5179,9 @@ module Google
5177
5179
  attr_accessor :model_variant
5178
5180
 
5179
5181
  # If `true`, the request will opt out for STT conformer model migration. This
5180
- # field will be deprecated once force migration takes place in June 2024.
5182
+ # field will be deprecated once force migration takes place in June 2024. Please
5183
+ # refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
5184
+ # dialogflow/cx/docs/concept/speech-model-migration).
5181
5185
  # Corresponds to the JSON property `optOutConformerModelMigration`
5182
5186
  # @return [Boolean]
5183
5187
  attr_accessor :opt_out_conformer_model_migration
@@ -10927,7 +10931,9 @@ module Google
10927
10931
  attr_accessor :model_variant
10928
10932
 
10929
10933
  # If `true`, the request will opt out for STT conformer model migration. This
10930
- # field will be deprecated once force migration takes place in June 2024.
10934
+ # field will be deprecated once force migration takes place in June 2024. Please
10935
+ # refer to [Dialogflow ES Speech model migration](https://cloud.google.com/
10936
+ # dialogflow/es/docs/speech-model-migration).
10931
10937
  # Corresponds to the JSON property `optOutConformerModelMigration`
10932
10938
  # @return [Boolean]
10933
10939
  attr_accessor :opt_out_conformer_model_migration
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.78.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240113"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.78.0
4
+ version: 0.79.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-23 00:00:00.000000000 Z
11
+ date: 2024-02-04 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.78.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.79.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []