google-apis-dialogflow_v2 0.109.0 → 0.111.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: 5690558b345aca7ee3ebc2bb5a5a0c95575d4d357dfe914dd332528d9f9d3f98
|
4
|
+
data.tar.gz: 80d5664dcb7c26b181caf9705316101534190596f59ed13598ae2dd21ca58b62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d9f1f5fb2e43d8a6d70186c9157cc4657bc4dbc2cc3befe9b578a63cf403a37279e9c7320420a8b152f96f2c97ff42ed5e904028356faacb7cdb1d83f5ab007
|
7
|
+
data.tar.gz: c2204e7cc64e97c6682e6e0fe95a4837bec585a6558bd4d97a3fa88be62fbb145010e64999dc0a286b8271b7c504147e59ffe974221af209f92466309ebed965
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
2
2
|
|
3
|
+
### v0.111.0 (2025-09-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250902
|
6
|
+
|
7
|
+
### v0.110.0 (2025-08-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250812
|
10
|
+
|
3
11
|
### v0.109.0 (2025-07-20)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250715
|
@@ -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.111.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 = "20250902"
|
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
|
|
@@ -5088,8 +5088,8 @@ module Google
|
|
5088
5088
|
# @param [String] name
|
5089
5089
|
# The resource that owns the locations collection, if applicable.
|
5090
5090
|
# @param [Array<String>, String] extra_location_types
|
5091
|
-
# Optional.
|
5092
|
-
#
|
5091
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
5092
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
5093
5093
|
# @param [String] filter
|
5094
5094
|
# A filter to narrow down results to a preferred subset. The filtering language
|
5095
5095
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.111.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.111.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:
|