google-apis-dialogflow_v2 0.109.0 → 0.110.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: 12965a7c82e3b176a08c5d4dc8c884c29d49bd789cbebc25c5ae2c40ea5928e2
|
4
|
+
data.tar.gz: e8840266d8586e46f432b1fa265802edfbb9c681dba97fbe698b2516f2dd485d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bb365b9c29c56d502010e84848ec1386f016643ed19da49121be51026137914f1e5f57ebb5b018118e2362c685ae82cf1241163db3ed772edc881ba7d360229
|
7
|
+
data.tar.gz: cee0710c2a128074040d6f58bd8e9bf600f478471a42c525f5fba2521aa9ff7d8fc74841b823fd611163a4bc6487ae2844e552724535dd801b61f44c4872d2d2
|
data/CHANGELOG.md
CHANGED
@@ -8159,6 +8159,11 @@ module Google
|
|
8159
8159
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer]
|
8160
8160
|
attr_accessor :faq_answer
|
8161
8161
|
|
8162
|
+
# Suggestion generated using a Generator.
|
8163
|
+
# Corresponds to the JSON property `generatorSuggestion`
|
8164
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GeneratorSuggestion]
|
8165
|
+
attr_accessor :generator_suggestion
|
8166
|
+
|
8162
8167
|
def initialize(**args)
|
8163
8168
|
update!(**args)
|
8164
8169
|
end
|
@@ -8168,6 +8173,7 @@ module Google
|
|
8168
8173
|
@article_suggestion_answer = args[:article_suggestion_answer] if args.key?(:article_suggestion_answer)
|
8169
8174
|
@dialogflow_assist_answer = args[:dialogflow_assist_answer] if args.key?(:dialogflow_assist_answer)
|
8170
8175
|
@faq_answer = args[:faq_answer] if args.key?(:faq_answer)
|
8176
|
+
@generator_suggestion = args[:generator_suggestion] if args.key?(:generator_suggestion)
|
8171
8177
|
end
|
8172
8178
|
end
|
8173
8179
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.110.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 = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5793,6 +5793,8 @@ module Google
|
|
5793
5793
|
|
5794
5794
|
property :faq_answer, as: 'faqAnswer', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer::Representation
|
5795
5795
|
|
5796
|
+
property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GeneratorSuggestion, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GeneratorSuggestion::Representation
|
5797
|
+
|
5796
5798
|
end
|
5797
5799
|
end
|
5798
5800
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.110.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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.110.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|