google-apis-dialogflow_v2beta1 0.74.0 → 0.75.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: 9c7e3d15b6dcbc4577e0c6850bff6fbc57d897deba35f6a1630dbb606d58f151
4
- data.tar.gz: 4c7674cbbbc3f18e3c0dbf94943c3218a3ddd5590218bace3c670d171ef83386
3
+ metadata.gz: b7e830e5d26dbc3af34ecf83e194984c5e33b9489cf3e2cc1d9ad0e518a31ad9
4
+ data.tar.gz: 8c6146dbe3ec88297482f145d93d30d0057a1e3b294f88a476c7348f423fa69e
5
5
  SHA512:
6
- metadata.gz: 19ab861c09ea35002287082ea60724131cd43ccff12352f667599c25234cb5ff1aa995e70e0d24c3047a373b7931d02d9bf09392aa288eee69a6af0178da4910
7
- data.tar.gz: 76d75bba1f10faf236359155909244bef48980d04fe7ecf41213bddfe8b5d20c0a43a434ec85818479d5045822669b14ad99fea5c355bc21a6c858532956c2ff
6
+ metadata.gz: 95518582599843a385a0c034f0e5f8626a166b4690144e776b35d99ec514b406fb8306ef79a52b260c74a86a865fda6e39715d2172c542836cdfe8968a7ab862
7
+ data.tar.gz: 78a2be16dbf295ea9803a900021981af8c64da65f10d05f020bae2a4d93f43a31705072e455216b5aff4e823d59ee7984e300e881fdc3c8f213df445b1b1044e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.75.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231215
6
+
3
7
  ### v0.74.0 (2023-12-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20231208
@@ -10826,9 +10826,10 @@ module Google
10826
10826
  # @return [String]
10827
10827
  attr_accessor :agent
10828
10828
 
10829
- # Optional. Sets Dialogflow CX session life time. By default, a Dialogflow CX
10830
- # session remains active and its data is stored for 30 minutes after the last
10831
- # request is sent for the session. This value should be no longer than 1 day.
10829
+ # Optional. Configure lifetime of the Dialogflow session. By default, a
10830
+ # Dialogflow CX session remains active and its data is stored for 30 minutes
10831
+ # after the last request is sent for the session. This value should be no longer
10832
+ # than 1 day.
10832
10833
  # Corresponds to the JSON property `sessionTtl`
10833
10834
  # @return [String]
10834
10835
  attr_accessor :session_ttl
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.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 = "20231208"
25
+ REVISION = "20231215"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.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-12-17 00:00:00.000000000 Z
11
+ date: 2023-12-24 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []