google-apis-dialogflow_v3 0.52.0 → 0.53.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: e70192de31da0d9796190b2730bf9b104d601e71c483aaba2dfec2fec1d54457
|
4
|
+
data.tar.gz: 36695c3fbb57a004979834c4dfdf67e61c852fefcd479e3d3782cc2f27f2459b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37522ee603c5fc67780aa6964441e974bb28e19deb588c67b9a5584429c7cfce2017d11d8e59743e963687c35c1ea3827d0c0e95968245199aa9933f816dbc54
|
7
|
+
data.tar.gz: 323016ceef6f24b592581c95581f47741660ebaeab8819430183619253249b53989d4466df9d98b7e5539a087cbc7fcb2493a9ac2e96e7e7355249b03b3c62ce
|
data/CHANGELOG.md
CHANGED
@@ -245,7 +245,7 @@ module Google
|
|
245
245
|
include Google::Apis::Core::Hashable
|
246
246
|
|
247
247
|
# The natural language speech audio to be processed. A single request can
|
248
|
-
# contain up to
|
248
|
+
# contain up to 2 minutes of speech audio data. The transcribed text cannot
|
249
249
|
# contain more than 256 bytes. For non-streaming audio detect intent, both `
|
250
250
|
# config` and `audio` must be provided. For streaming audio detect intent, `
|
251
251
|
# config` must be provided in the first request and `audio` must be provided in
|
@@ -850,7 +850,7 @@ module Google
|
|
850
850
|
end
|
851
851
|
end
|
852
852
|
|
853
|
-
# Represents
|
853
|
+
# Represents a deployment in an environment. A deployment happens when a flow
|
854
854
|
# version configured to be active in the environment. You can configure running
|
855
855
|
# pre-deployment steps, e.g. running validation test cases, experiment auto-
|
856
856
|
# rollout, etc.
|
@@ -6650,7 +6650,7 @@ module Google
|
|
6650
6650
|
include Google::Apis::Core::Hashable
|
6651
6651
|
|
6652
6652
|
# The natural language speech audio to be processed. A single request can
|
6653
|
-
# contain up to
|
6653
|
+
# contain up to 2 minutes of speech audio data. The transcribed text cannot
|
6654
6654
|
# contain more than 256 bytes. For non-streaming audio detect intent, both `
|
6655
6655
|
# config` and `audio` must be provided. For streaming audio detect intent, `
|
6656
6656
|
# 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 DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.53.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
|
@@ -4044,13 +4044,7 @@ module Google
|
|
4044
4044
|
end
|
4045
4045
|
|
4046
4046
|
# Lists operations that match the specified filter in the request. If the server
|
4047
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4048
|
-
# binding allows API services to override the binding to use different resource
|
4049
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
4050
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
4051
|
-
# service configuration. For backwards compatibility, the default name includes
|
4052
|
-
# the operations collection id, however overriding users must ensure the name
|
4053
|
-
# binding is the parent resource, without the operations collection id.
|
4047
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4054
4048
|
# @param [String] name
|
4055
4049
|
# The name of the operation's parent resource.
|
4056
4050
|
# @param [String] filter
|
@@ -4333,13 +4327,7 @@ module Google
|
|
4333
4327
|
end
|
4334
4328
|
|
4335
4329
|
# Lists operations that match the specified filter in the request. If the server
|
4336
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4337
|
-
# binding allows API services to override the binding to use different resource
|
4338
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
4339
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
4340
|
-
# service configuration. For backwards compatibility, the default name includes
|
4341
|
-
# the operations collection id, however overriding users must ensure the name
|
4342
|
-
# binding is the parent resource, without the operations collection id.
|
4330
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
4343
4331
|
# @param [String] name
|
4344
4332
|
# The name of the operation's parent resource.
|
4345
4333
|
# @param [String] filter
|
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.53.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_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.53.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: []
|