google-apis-dialogflow_v3beta1 0.52.0 → 0.53.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: 25942b63d9e24521b5cf027a4cf38d8d467bd24ab1cc8fb31357c5012304e70f
4
- data.tar.gz: 68adb690b5343be7f0034503a0e5552db955d56a1bf674994eaa21209eca794d
3
+ metadata.gz: c9d61ff6b5c8c8a5153575f4bff873e5c3b83c98d68a5b6dcbde47fbd7ca4555
4
+ data.tar.gz: 298839e7c487e9a7d16cf71314070b63c807a0cf63fe2352d51b5e786db3e874
5
5
  SHA512:
6
- metadata.gz: 5ad58424d99fa80e997988305db276e6dba6ac0c70b53e9d04b97ba2e7f37e3da45100ce50e000ccd7343dd55efaa9320b9f8c091d572e10cddb79a0384a8806
7
- data.tar.gz: e7b01fb0665802f219d97442aeebdcfc026088a16b6daba190cd74684eb458727e2e427d5f62f656eef8c4bf593c6eca2a0be17f68493f8e23fda7f547a7e19c
6
+ metadata.gz: ad1bce02c41a1e0f2fda4915cfcd677a8120ebd7f49aca4c05e46d34c4be54ce24e22a840f12b281bae09ea30aa82cd303e4cc4983eadfe95142ac89d5280ac8
7
+ data.tar.gz: 697fcf5372d88c600a8f306ae50ed53c22e2bd33ee0faadb53899d23b27c84180e35551e969c6f76dcd678bead4068fa62460a7894af8329cb1db42513b27420
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.53.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230304
6
+
3
7
  ### v0.52.0 (2023-02-26)
4
8
 
5
9
  * 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 1 minute of speech audio data. The transcribed text cannot
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
@@ -3270,7 +3270,7 @@ module Google
3270
3270
  include Google::Apis::Core::Hashable
3271
3271
 
3272
3272
  # The natural language speech audio to be processed. A single request can
3273
- # contain up to 1 minute of speech audio data. The transcribed text cannot
3273
+ # contain up to 2 minutes of speech audio data. The transcribed text cannot
3274
3274
  # contain more than 256 bytes. For non-streaming audio detect intent, both `
3275
3275
  # config` and `audio` must be provided. For streaming audio detect intent, `
3276
3276
  # config` must be provided in the first request and `audio` must be provided in
@@ -3875,7 +3875,7 @@ module Google
3875
3875
  end
3876
3876
  end
3877
3877
 
3878
- # Represents an deployment in an environment. A deployment happens when a flow
3878
+ # Represents a deployment in an environment. A deployment happens when a flow
3879
3879
  # version configured to be active in the environment. You can configure running
3880
3880
  # pre-deployment steps, e.g. running validation test cases, experiment auto-
3881
3881
  # rollout, etc.
@@ -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.52.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 = "20230222"
25
+ REVISION = "20230304"
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`. NOTE: the `name`
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`. NOTE: the `name`
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.52.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-02-26 00:00:00.000000000 Z
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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.53.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: []