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: 3f3eea867c9d9167650f3815413af569757782605beafc474fff2b056c24117f
4
- data.tar.gz: d2b0daee939706e7435ca4e4d882e39598403ab3d7b7c8f62a0e5d2d6c9ea87f
3
+ metadata.gz: 12965a7c82e3b176a08c5d4dc8c884c29d49bd789cbebc25c5ae2c40ea5928e2
4
+ data.tar.gz: e8840266d8586e46f432b1fa265802edfbb9c681dba97fbe698b2516f2dd485d
5
5
  SHA512:
6
- metadata.gz: 1ed80a5363e776eff2940636b1928acefdc5ab8e7ee851271d146748cec714207d4598e12beef49100a53b4ed4088666977d6985c270977a3289923d20a2cae5
7
- data.tar.gz: 1b2b09758eea36c76e57b6d3c062a7ea647a3d00c72cf8c18e1775dc6c1c9704846929ae9a2dd1aed01388d88514d62673ae99963d5aed7f733ed517131f4383
6
+ metadata.gz: 5bb365b9c29c56d502010e84848ec1386f016643ed19da49121be51026137914f1e5f57ebb5b018118e2362c685ae82cf1241163db3ed772edc881ba7d360229
7
+ data.tar.gz: cee0710c2a128074040d6f58bd8e9bf600f478471a42c525f5fba2521aa9ff7d8fc74841b823fd611163a4bc6487ae2844e552724535dd801b61f44c4872d2d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.110.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250812
6
+
3
7
  ### v0.109.0 (2025-07-20)
4
8
 
5
9
  * 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.109.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 = "20250715"
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.109.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.109.0
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: