google-apis-dialogflow_v3 0.110.0 → 0.112.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: c3083f993c53efe7f765319fe6167ed3196d46d109b8555eddad362886fa242f
4
- data.tar.gz: 653474b4b3c4977d7036f71dccac042a2371bce089ccbc86a4e12b26c21b2cc7
3
+ metadata.gz: 848aabbdf3b4cac6f4088946fe6ab228769f28b40992733c84f198c6747be298
4
+ data.tar.gz: 765ccaef5a412465db47957aee5c5f08e8961355f7a9166627848f8c11d0c245
5
5
  SHA512:
6
- metadata.gz: 9a6b01cb930a23c80f975c347a32202b70e9f67e00171c65de896ba9c7fef13f71d55ed8a98063991454ec890cc51c3a2af19f410838556a38a2d88c5323eb2d
7
- data.tar.gz: 9d7a7ff03f38423b5d06b5e2b6fdc7cd650d6cc9723a0acfaa48e3ca5bdd308a55201acc22b892d25f1fcfcf9142336f9f1e8ffb09c6e5db9bd6b9027cc6f59a
6
+ metadata.gz: 1ac5aeb670d9f77918dfa8f16ac43c25102c6f3e940289a3dcec5cfaa3d13815154ecc8034c5b121d55e4f218511105d0bdd59c1b36d440664710d1705f13c2c
7
+ data.tar.gz: 5c5c9c732efb70877435b35399137fffa8131e99a088b6c66b9907d65e51a6d7bac6cc6102a51807b891fdb7462a9af5c33cb867ebd8fa07b56b549c386ca411
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.112.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250627
6
+
7
+ ### v0.111.0 (2025-06-29)
8
+
9
+ * Regenerated from discovery document revision 20250625
10
+
3
11
  ### v0.110.0 (2025-06-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20250617
@@ -1720,6 +1720,11 @@ module Google
1720
1720
  # @return [String]
1721
1721
  attr_accessor :document_uri
1722
1722
 
1723
+ # Metadata associated with the document.
1724
+ # Corresponds to the JSON property `metadata`
1725
+ # @return [Hash<String,Object>]
1726
+ attr_accessor :metadata
1727
+
1723
1728
  # Text included in the prompt.
1724
1729
  # Corresponds to the JSON property `text`
1725
1730
  # @return [String]
@@ -1733,6 +1738,7 @@ module Google
1733
1738
  def update!(**args)
1734
1739
  @document_title = args[:document_title] if args.key?(:document_title)
1735
1740
  @document_uri = args[:document_uri] if args.key?(:document_uri)
1741
+ @metadata = args[:metadata] if args.key?(:metadata)
1736
1742
  @text = args[:text] if args.key?(:text)
1737
1743
  end
1738
1744
  end
@@ -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.110.0"
19
+ GEM_VERSION = "0.112.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250617"
25
+ REVISION = "20250627"
26
26
  end
27
27
  end
28
28
  end
@@ -4171,6 +4171,7 @@ module Google
4171
4171
  class Representation < Google::Apis::Core::JsonRepresentation
4172
4172
  property :document_title, as: 'documentTitle'
4173
4173
  property :document_uri, as: 'documentUri'
4174
+ hash :metadata, as: 'metadata'
4174
4175
  property :text, as: 'text'
4175
4176
  end
4176
4177
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.110.0
4
+ version: 0.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.110.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.112.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
62
62
  rdoc_options: []
63
63
  require_paths: