google-apis-dialogflow_v2 0.54.0 → 0.55.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: 727ee09a949530981f2bf0e59978fd683661db0211b850101cf4a4057ff7357d
|
|
4
|
+
data.tar.gz: dc3107fe63776d5fdb7de5308c1708c9c7ed74ce5e757ec4adfa837abd226208
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f9ba0d3600c27d379a84a20faf3d5cc5745c68a178aaee02e5e5fd76d4c997f5a11f35e4b15b8c8c5dc319ae75849cbd7098cd38035d10db7175f6dfe7ba155
|
|
7
|
+
data.tar.gz: 6462f332c0b0f7449406563ddd826d614077411937f4cd69cc6563ef4f62ec16e1048e2c4dc922b144e10c1a378e2f699e5c2f88fe160ce899e4eec2b1e6bb86
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -3052,7 +3052,7 @@ module Google
|
|
|
3052
3052
|
include Google::Apis::Core::Hashable
|
|
3053
3053
|
|
|
3054
3054
|
# The natural language speech audio to be processed. A single request can
|
|
3055
|
-
# contain up to
|
|
3055
|
+
# contain up to 2 minutes of speech audio data. The transcribed text cannot
|
|
3056
3056
|
# contain more than 256 bytes. For non-streaming audio detect intent, both `
|
|
3057
3057
|
# config` and `audio` must be provided. For streaming audio detect intent, `
|
|
3058
3058
|
# config` must be provided in the first request and `audio` must be provided in
|
|
@@ -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.55.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 = "20230304"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -9323,13 +9323,7 @@ module Google
|
|
|
9323
9323
|
end
|
|
9324
9324
|
|
|
9325
9325
|
# Lists operations that match the specified filter in the request. If the server
|
|
9326
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
9327
|
-
# binding allows API services to override the binding to use different resource
|
|
9328
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
|
9329
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
|
9330
|
-
# service configuration. For backwards compatibility, the default name includes
|
|
9331
|
-
# the operations collection id, however overriding users must ensure the name
|
|
9332
|
-
# binding is the parent resource, without the operations collection id.
|
|
9326
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
9333
9327
|
# @param [String] name
|
|
9334
9328
|
# The name of the operation's parent resource.
|
|
9335
9329
|
# @param [String] filter
|
|
@@ -9437,13 +9431,7 @@ module Google
|
|
|
9437
9431
|
end
|
|
9438
9432
|
|
|
9439
9433
|
# Lists operations that match the specified filter in the request. If the server
|
|
9440
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
9441
|
-
# binding allows API services to override the binding to use different resource
|
|
9442
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
|
9443
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
|
9444
|
-
# service configuration. For backwards compatibility, the default name includes
|
|
9445
|
-
# the operations collection id, however overriding users must ensure the name
|
|
9446
|
-
# binding is the parent resource, without the operations collection id.
|
|
9434
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
9447
9435
|
# @param [String] name
|
|
9448
9436
|
# The name of the operation's parent resource.
|
|
9449
9437
|
# @param [String] filter
|
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.55.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-12 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.55.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: []
|