google-apis-dialogflow_v3 0.96.0 → 0.97.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f6daf92dc3cb1400ef8b129bf6ca43b47653b935d44916fe6011ae558d597e9
|
4
|
+
data.tar.gz: d9032835502eb743334d91c230baf2217119c7184c8e85e263b004f59462b38e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfe487b57d79eb724021bd0986748170bcfdb5c2e5b1fecd5cb82e631b9e3b80b12829a37e63d28f90c448c93e16eeeee9dc0478205b1037ddc1707d4c83eda7
|
7
|
+
data.tar.gz: f6530314b445484ba26ee76a1332f6fae574ebc4950d49b3fafc25cadeabb7d574cbf26451f3dc28db832987b235fab2513051c6188a7f4842f6702b99540d08
|
data/CHANGELOG.md
CHANGED
@@ -15032,6 +15032,11 @@ module Google
|
|
15032
15032
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
15033
15033
|
include Google::Apis::Core::Hashable
|
15034
15034
|
|
15035
|
+
# Metadata of the document.
|
15036
|
+
# Corresponds to the JSON property `metadata`
|
15037
|
+
# @return [Hash<String,Object>]
|
15038
|
+
attr_accessor :metadata
|
15039
|
+
|
15035
15040
|
# Text taken from that URI.
|
15036
15041
|
# Corresponds to the JSON property `text`
|
15037
15042
|
# @return [String]
|
@@ -15053,6 +15058,7 @@ module Google
|
|
15053
15058
|
|
15054
15059
|
# Update properties of this object
|
15055
15060
|
def update!(**args)
|
15061
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
15056
15062
|
@text = args[:text] if args.key?(:text)
|
15057
15063
|
@title = args[:title] if args.key?(:title)
|
15058
15064
|
@uri = args[:uri] if args.key?(:uri)
|
@@ -18576,6 +18582,11 @@ module Google
|
|
18576
18582
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
18577
18583
|
include Google::Apis::Core::Hashable
|
18578
18584
|
|
18585
|
+
# Metadata of the document.
|
18586
|
+
# Corresponds to the JSON property `metadata`
|
18587
|
+
# @return [Hash<String,Object>]
|
18588
|
+
attr_accessor :metadata
|
18589
|
+
|
18579
18590
|
# Text taken from that URI.
|
18580
18591
|
# Corresponds to the JSON property `text`
|
18581
18592
|
# @return [String]
|
@@ -18597,6 +18608,7 @@ module Google
|
|
18597
18608
|
|
18598
18609
|
# Update properties of this object
|
18599
18610
|
def update!(**args)
|
18611
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
18600
18612
|
@text = args[:text] if args.key?(:text)
|
18601
18613
|
@title = args[:title] if args.key?(:title)
|
18602
18614
|
@uri = args[:uri] if args.key?(:uri)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.97.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241019"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7321,6 +7321,7 @@ module Google
|
|
7321
7321
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
7322
7322
|
# @private
|
7323
7323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7324
|
+
hash :metadata, as: 'metadata'
|
7324
7325
|
property :text, as: 'text'
|
7325
7326
|
property :title, as: 'title'
|
7326
7327
|
property :uri, as: 'uri'
|
@@ -8300,6 +8301,7 @@ module Google
|
|
8300
8301
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
8301
8302
|
# @private
|
8302
8303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8304
|
+
hash :metadata, as: 'metadata'
|
8303
8305
|
property :text, as: 'text'
|
8304
8306
|
property :title, as: 'title'
|
8305
8307
|
property :uri, as: 'uri'
|
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.
|
4
|
+
version: 0.97.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-
|
11
|
+
date: 2024-10-27 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_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.97.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dialogflow API V3
|