google-apis-dialogflow_v3 0.53.0 → 0.54.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: e70192de31da0d9796190b2730bf9b104d601e71c483aaba2dfec2fec1d54457
4
- data.tar.gz: 36695c3fbb57a004979834c4dfdf67e61c852fefcd479e3d3782cc2f27f2459b
3
+ metadata.gz: f885d8eccb8f1323490288f64937a9a8f5c279cf8ef6604a4e0452734cc76e34
4
+ data.tar.gz: b4a1c1c9cb5fa2bda09f0821a7c7f1ab9accff27ad5bfd12c0241785d6115425
5
5
  SHA512:
6
- metadata.gz: 37522ee603c5fc67780aa6964441e974bb28e19deb588c67b9a5584429c7cfce2017d11d8e59743e963687c35c1ea3827d0c0e95968245199aa9933f816dbc54
7
- data.tar.gz: 323016ceef6f24b592581c95581f47741660ebaeab8819430183619253249b53989d4466df9d98b7e5539a087cbc7fcb2493a9ac2e96e7e7355249b03b3c62ce
6
+ metadata.gz: ca939cadb1302db1aa66e593f95fcf24c0057db4cf00cb0cc7f9faad0564b0eef14456b69221bb867956a5512fe62d3ff0e7e466f582a1fe06f5e0d45784602f
7
+ data.tar.gz: 36f21ff5f60d7242c601069ec31d607370bbfa15f5a511a02bdd213448634a2ab73819345f8d3f70337d73e23d29d626f1834cd4dc3cffe7b958dd93d6e2188c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.54.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230316
6
+
3
7
  ### v0.53.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230304
@@ -2639,7 +2639,10 @@ module Google
2639
2639
  # enhanced version of the specified model for the language does not exist, then
2640
2640
  # the speech is recognized using the standard version of the specified model.
2641
2641
  # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
2642
- # text/docs/basics#select-model) for more details.
2642
+ # text/docs/basics#select-model) for more details. If you specify a model, the
2643
+ # following models typically have the best performance: - phone_call (best for
2644
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
2645
+ # - command_and_search (best for very short utterances and commands)
2643
2646
  # Corresponds to the JSON property `model`
2644
2647
  # @return [String]
2645
2648
  attr_accessor :model
@@ -7825,7 +7828,10 @@ module Google
7825
7828
  # enhanced version of the specified model for the language does not exist, then
7826
7829
  # the speech is recognized using the standard version of the specified model.
7827
7830
  # Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
7828
- # text/docs/basics#select-model) for more details.
7831
+ # text/docs/basics#select-model) for more details. If you specify a model, the
7832
+ # following models typically have the best performance: - phone_call (best for
7833
+ # Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
7834
+ # - command_and_search (best for very short utterances and commands)
7829
7835
  # Corresponds to the JSON property `model`
7830
7836
  # @return [String]
7831
7837
  attr_accessor :model
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.54.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: []