google-apis-dialogflow_v2 0.45.0 → 0.46.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e33213240f20c012e938c8020949210b0abe6552fb8d1049bed4832824fdffe7
|
|
4
|
+
data.tar.gz: ddd2bfc08a1bd8c1dd8e25fb1709062383ec4177fd4925737865b22e6c0f7e3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b1199359f716356aa9ac3e05b28a01ac28bd4fbc442a5794799acf7e898382b7988f8d9f421959466bfee2af54bd6689e4a40509fcf7a4d1c8c6401e106f3c7
|
|
7
|
+
data.tar.gz: e186f1f5523ec46fae8d450c864292ae012c17848106191f7339b5455dedf068095714664b96a8e1468b36fc34ab23606575248162d1deb4afc8b5c2e800f4e2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
|
2
2
|
|
|
3
|
+
### v0.46.0 (2022-10-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20221017
|
|
6
|
+
* Regenerated using generator version 0.11.0
|
|
7
|
+
|
|
3
8
|
### v0.45.0 (2022-09-22)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220901
|
|
@@ -12136,6 +12136,14 @@ module Google
|
|
|
12136
12136
|
class GoogleCloudDialogflowV2SpeechToTextConfig
|
|
12137
12137
|
include Google::Apis::Core::Hashable
|
|
12138
12138
|
|
|
12139
|
+
# Which Speech model to select. Select the model best suited to your domain to
|
|
12140
|
+
# get best results. If a model is not explicitly specified, then a default model
|
|
12141
|
+
# is used. Refer to [Cloud Speech API documentation](https://cloud.google.com/
|
|
12142
|
+
# speech-to-text/docs/basics#select-model) for more details.
|
|
12143
|
+
# Corresponds to the JSON property `model`
|
|
12144
|
+
# @return [String]
|
|
12145
|
+
attr_accessor :model
|
|
12146
|
+
|
|
12139
12147
|
# The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `
|
|
12140
12148
|
# USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in
|
|
12141
12149
|
# AnalyzeContentRequest and StreamingAnalyzeContentRequest request. If enhanced
|
|
@@ -12151,6 +12159,7 @@ module Google
|
|
|
12151
12159
|
|
|
12152
12160
|
# Update properties of this object
|
|
12153
12161
|
def update!(**args)
|
|
12162
|
+
@model = args[:model] if args.key?(:model)
|
|
12154
12163
|
@speech_model_variant = args[:speech_model_variant] if args.key?(:speech_model_variant)
|
|
12155
12164
|
end
|
|
12156
12165
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221017"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -6088,6 +6088,7 @@ module Google
|
|
|
6088
6088
|
class GoogleCloudDialogflowV2SpeechToTextConfig
|
|
6089
6089
|
# @private
|
|
6090
6090
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6091
|
+
property :model, as: 'model'
|
|
6091
6092
|
property :speech_model_variant, as: 'speechModelVariant'
|
|
6092
6093
|
end
|
|
6093
6094
|
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.
|
|
4
|
+
version: 0.46.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: 2022-
|
|
11
|
+
date: 2022-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.9.
|
|
19
|
+
version: 0.9.1
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.9.
|
|
29
|
+
version: 0.9.1
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.46.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: []
|