google-apis-dialogflow_v3 0.79.0 → 0.81.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: 5e8c8bba2a164153641311e246fbd59c717bab297711b2f639aa57bed8883e52
4
- data.tar.gz: bcf9171c21ff18702a1466670baecd6309f78b3212676bf0feaabb11e69c19db
3
+ metadata.gz: 7af1ac5670852f563187803cda5ed059f4c009ccd7b955c5e1b14fd1050563f1
4
+ data.tar.gz: e8b812dea6b551ac691b630305ff58af50502b1c71e36f76faeb48c0ff865066
5
5
  SHA512:
6
- metadata.gz: 625a500456e54c400718225cff6157e6341c656887237fd542403d67522b3f0f2298634a9440e68fd6feb73e1225499f043a166e4898440927e72c2c89e490c8
7
- data.tar.gz: 623313d067550cdf482aea6871677374e793805aae9065670055e7214a3511ce3112e3848d9514a951fe0208e0ad008c0a470e2456cb362be8a7d52aac291f2d
6
+ metadata.gz: e3ac72d10bdf11892af285a0e39cb78e4f2df5985b001ae4fb3ebf8b959244c8f1cc47d6b7837d86f026626a9de3af18cd25e6c151916d574cced83af3480031
7
+ data.tar.gz: faec3e89151759dbd6c9d0f3c6bebd9f0eb6a3c206f7093d6c3100ffa2d291e4fb0546d3867590e4d29e52b805962c1f074d157b206e888e53aed02da650c031
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.81.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240219
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.80.0 (2024-02-18)
9
+
10
+ * Regenerated from discovery document revision 20240215
11
+
3
12
  ### v0.79.0 (2024-02-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20240131
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -774,6 +774,11 @@ module Google
774
774
  # @return [String]
775
775
  attr_accessor :display_name
776
776
 
777
+ # The affected language code of the change.
778
+ # Corresponds to the JSON property `languageCode`
779
+ # @return [String]
780
+ attr_accessor :language_code
781
+
777
782
  # The unique identifier of the changelog. Format: `projects//locations//agents//
778
783
  # changelogs/`.
779
784
  # Corresponds to the JSON property `name`
@@ -804,6 +809,7 @@ module Google
804
809
  @action = args[:action] if args.key?(:action)
805
810
  @create_time = args[:create_time] if args.key?(:create_time)
806
811
  @display_name = args[:display_name] if args.key?(:display_name)
812
+ @language_code = args[:language_code] if args.key?(:language_code)
807
813
  @name = args[:name] if args.key?(:name)
808
814
  @resource = args[:resource] if args.key?(:resource)
809
815
  @type = args[:type] if args.key?(:type)
@@ -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.79.0"
19
+ GEM_VERSION = "0.81.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240131"
25
+ REVISION = "20240219"
26
26
  end
27
27
  end
28
28
  end
@@ -3281,6 +3281,7 @@ module Google
3281
3281
  property :action, as: 'action'
3282
3282
  property :create_time, as: 'createTime'
3283
3283
  property :display_name, as: 'displayName'
3284
+ property :language_code, as: 'languageCode'
3284
3285
  property :name, as: 'name'
3285
3286
  property :resource, as: 'resource'
3286
3287
  property :type, as: 'type'
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.79.0
4
+ version: 0.81.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: 2024-02-11 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.81.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V3