google-apis-dialogflow_v3beta1 0.52.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cee9169bc69ca11ae615b9dbd013c0f9ce220568780644b409a04eb3a14fc455
|
4
|
+
data.tar.gz: 2ef6f42719d7edcb8628f8b7d8d3402d7cd99008d2561fd44b62ed2973c70552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c98ad87db24a37296e43925731156b698a065d664d44a7339f8908b9823b2e0aaee27b8de70fe68b34c61350fbe2a647d2c84dfde759efb1f9831b1378e0dd2c
|
7
|
+
data.tar.gz: 914a062debc7ce388a7bf2ef181a0fdf3179a6febad283fbd331982292677366f2abd9d7f3de52bf5aa7d62c200a93b621bcd49b1cfc84114846c4c9fdf6fe05
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.54.0 (2023-03-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230316
|
6
|
+
|
7
|
+
### v0.53.0 (2023-03-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230304
|
10
|
+
|
3
11
|
### v0.52.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230222
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
29
|
# The natural language speech audio to be processed. A single request can
|
30
|
-
# contain up to
|
30
|
+
# contain up to 2 minutes of speech audio data. The transcribed text cannot
|
31
31
|
# contain more than 256 bytes. For non-streaming audio detect intent, both `
|
32
32
|
# config` and `audio` must be provided. For streaming audio detect intent, `
|
33
33
|
# config` must be provided in the first request and `audio` must be provided in
|
@@ -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
|
@@ -3270,7 +3273,7 @@ module Google
|
|
3270
3273
|
include Google::Apis::Core::Hashable
|
3271
3274
|
|
3272
3275
|
# The natural language speech audio to be processed. A single request can
|
3273
|
-
# contain up to
|
3276
|
+
# contain up to 2 minutes of speech audio data. The transcribed text cannot
|
3274
3277
|
# contain more than 256 bytes. For non-streaming audio detect intent, both `
|
3275
3278
|
# config` and `audio` must be provided. For streaming audio detect intent, `
|
3276
3279
|
# config` must be provided in the first request and `audio` must be provided in
|
@@ -3875,7 +3878,7 @@ module Google
|
|
3875
3878
|
end
|
3876
3879
|
end
|
3877
3880
|
|
3878
|
-
# Represents
|
3881
|
+
# Represents a deployment in an environment. A deployment happens when a flow
|
3879
3882
|
# version configured to be active in the environment. You can configure running
|
3880
3883
|
# pre-deployment steps, e.g. running validation test cases, experiment auto-
|
3881
3884
|
# rollout, etc.
|
@@ -5664,7 +5667,10 @@ module Google
|
|
5664
5667
|
# enhanced version of the specified model for the language does not exist, then
|
5665
5668
|
# the speech is recognized using the standard version of the specified model.
|
5666
5669
|
# Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-
|
5667
|
-
# text/docs/basics#select-model) for more details.
|
5670
|
+
# text/docs/basics#select-model) for more details. If you specify a model, the
|
5671
|
+
# following models typically have the best performance: - phone_call (best for
|
5672
|
+
# Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony)
|
5673
|
+
# - command_and_search (best for very short utterances and commands)
|
5668
5674
|
# Corresponds to the JSON property `model`
|
5669
5675
|
# @return [String]
|
5670
5676
|
attr_accessor :model
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 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
|
@@ -4036,13 +4036,7 @@ module Google
|
|
4036
4036
|
end
|
4037
4037
|
|
4038
4038
|
# Lists operations that match the specified filter in the request. If the server
|
4039
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4040
|
-
# binding allows API services to override the binding to use different resource
|
4041
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
4042
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
4043
|
-
# service configuration. For backwards compatibility, the default name includes
|
4044
|
-
# the operations collection id, however overriding users must ensure the name
|
4045
|
-
# binding is the parent resource, without the operations collection id.
|
4039
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4046
4040
|
# @param [String] name
|
4047
4041
|
# The name of the operation's parent resource.
|
4048
4042
|
# @param [String] filter
|
@@ -4325,13 +4319,7 @@ module Google
|
|
4325
4319
|
end
|
4326
4320
|
|
4327
4321
|
# Lists operations that match the specified filter in the request. If the server
|
4328
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4329
|
-
# binding allows API services to override the binding to use different resource
|
4330
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
4331
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
4332
|
-
# service configuration. For backwards compatibility, the default name includes
|
4333
|
-
# the operations collection id, however overriding users must ensure the name
|
4334
|
-
# binding is the parent resource, without the operations collection id.
|
4322
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4335
4323
|
# @param [String] name
|
4336
4324
|
# The name of the operation's parent resource.
|
4337
4325
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
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-
|
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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.54.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|