google-apis-dialogflow_v3beta1 0.104.0 → 0.106.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c966bf0060b975863ce561df9aa3284cd02d3c89a3ed4248960be7ee22f9c5a4
|
4
|
+
data.tar.gz: c46bc31a462114813898a3c054a485751f92574124d0f319686cc311ca405d56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9aec50fa639137b593fc3c13e05afb65168ce367e78289b4b42ac9d0c45041befcc15999739f3cfb07a5f8c1362cf1ad944cf6057145177f556b5b2de026c1f2
|
7
|
+
data.tar.gz: 5c4c67bc6dd655dffd42fe73c71ced195cf6921ea839ec6adf01c7e4d826b196d473931a634a7cac3c54a9d298503918b6cedc4c4b340fb0794b56682148a81a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.106.0 (2025-07-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250627
|
6
|
+
|
7
|
+
### v0.105.0 (2025-06-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250625
|
10
|
+
|
3
11
|
### v0.104.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250617
|
@@ -6401,6 +6401,11 @@ module Google
|
|
6401
6401
|
# @return [String]
|
6402
6402
|
attr_accessor :document_uri
|
6403
6403
|
|
6404
|
+
# Metadata associated with the document.
|
6405
|
+
# Corresponds to the JSON property `metadata`
|
6406
|
+
# @return [Hash<String,Object>]
|
6407
|
+
attr_accessor :metadata
|
6408
|
+
|
6404
6409
|
# Text included in the prompt.
|
6405
6410
|
# Corresponds to the JSON property `text`
|
6406
6411
|
# @return [String]
|
@@ -6414,6 +6419,7 @@ module Google
|
|
6414
6419
|
def update!(**args)
|
6415
6420
|
@document_title = args[:document_title] if args.key?(:document_title)
|
6416
6421
|
@document_uri = args[:document_uri] if args.key?(:document_uri)
|
6422
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
6417
6423
|
@text = args[:text] if args.key?(:text)
|
6418
6424
|
end
|
6419
6425
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.106.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 = "
|
25
|
+
REVISION = "20250627"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5686,6 +5686,7 @@ module Google
|
|
5686
5686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5687
5687
|
property :document_title, as: 'documentTitle'
|
5688
5688
|
property :document_uri, as: 'documentUri'
|
5689
|
+
hash :metadata, as: 'metadata'
|
5689
5690
|
property :text, as: 'text'
|
5690
5691
|
end
|
5691
5692
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.106.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_v3beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.106.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|