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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +8 -2
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- 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: f885d8eccb8f1323490288f64937a9a8f5c279cf8ef6604a4e0452734cc76e34
|
4
|
+
data.tar.gz: b4a1c1c9cb5fa2bda09f0821a7c7f1ab9accff27ad5bfd12c0241785d6115425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca939cadb1302db1aa66e593f95fcf24c0057db4cf00cb0cc7f9faad0564b0eef14456b69221bb867956a5512fe62d3ff0e7e466f582a1fe06f5e0d45784602f
|
7
|
+
data.tar.gz: 36f21ff5f60d7242c601069ec31d607370bbfa15f5a511a02bdd213448634a2ab73819345f8d3f70337d73e23d29d626f1834cd4dc3cffe7b958dd93d6e2188c
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|