google-apis-dialogflow_v2 0.55.0 → 0.56.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: 727ee09a949530981f2bf0e59978fd683661db0211b850101cf4a4057ff7357d
4
- data.tar.gz: dc3107fe63776d5fdb7de5308c1708c9c7ed74ce5e757ec4adfa837abd226208
3
+ metadata.gz: 550e1ed62f9a5a0ebe1e0cca3fed551afe3995b2d2313a2f9557d8cc58fb440a
4
+ data.tar.gz: c577af81f990b63bebb032ee13b5fde4daef821fbe07da214af3982d7a2dab67
5
5
  SHA512:
6
- metadata.gz: 5f9ba0d3600c27d379a84a20faf3d5cc5745c68a178aaee02e5e5fd76d4c997f5a11f35e4b15b8c8c5dc319ae75849cbd7098cd38035d10db7175f6dfe7ba155
7
- data.tar.gz: 6462f332c0b0f7449406563ddd826d614077411937f4cd69cc6563ef4f62ec16e1048e2c4dc922b144e10c1a378e2f699e5c2f88fe160ce899e4eec2b1e6bb86
6
+ metadata.gz: 2d3391542ca491aef9fc5be5cbd9cc5636fa413221a65c51f2013f23a400f5fc816ff054ec5fb89c5c230894499160846638faa91e29caa552ffcfdda2e864d4
7
+ data.tar.gz: 90528961e807c5f5ff6bccb3c47763799205da0c8a4b792cf15ccef8872dccbc2b0e791239721e4b2b63cc54c309d11e65d6609a9bc5246b74841b316ecc1ac7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.56.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230316
6
+
3
7
  ### v0.55.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230304
@@ -1202,7 +1202,10 @@ module Google
1202
1202
  # enhanced version of the specified model for the language does not exist, then
1203
1203
  # the speech is recognized using the standard version of the specified model.
1204
1204
  # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
1205
- # text/docs/basics#select-model) for more details.
1205
+ # text/docs/basics#select-model) for more details. If you specify a model, the
1206
+ # following models typically have the best performance: - phone_call (best for
1207
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
1208
+ # - command_and_search (best for very short utterances and commands)
1206
1209
  # Corresponds to the JSON property `model`
1207
1210
  # @return [String]
1208
1211
  attr_accessor :model
@@ -4227,7 +4230,10 @@ module Google
4227
4230
  # enhanced version of the specified model for the language does not exist, then
4228
4231
  # the speech is recognized using the standard version of the specified model.
4229
4232
  # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
4230
- # text/docs/basics#select-model) for more details.
4233
+ # text/docs/basics#select-model) for more details. If you specify a model, the
4234
+ # following models typically have the best performance: - phone_call (best for
4235
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
4236
+ # - command_and_search (best for very short utterances and commands)
4231
4237
  # Corresponds to the JSON property `model`
4232
4238
  # @return [String]
4233
4239
  attr_accessor :model
@@ -9496,7 +9502,10 @@ module Google
9496
9502
  # enhanced version of the specified model for the language does not exist, then
9497
9503
  # the speech is recognized using the standard version of the specified model.
9498
9504
  # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
9499
- # text/docs/basics#select-model) for more details.
9505
+ # text/docs/basics#select-model) for more details. If you specify a model, the
9506
+ # following models typically have the best performance: - phone_call (best for
9507
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
9508
+ # - command_and_search (best for very short utterances and commands)
9500
9509
  # Corresponds to the JSON property `model`
9501
9510
  # @return [String]
9502
9511
  attr_accessor :model
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230304"
25
+ REVISION = "20230316"
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.55.0
4
+ version: 0.56.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.56.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: []