google-apis-dialogflow_v2 0.124.0 → 0.125.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: 47d7efa1cb4f59d787f82e4662b4e4cb5c2b7c100dca75b6d5c46e2ba3e4bf48
4
- data.tar.gz: d07d9759d1afdef39593a01fbafe0309097ed7f01c3a3a2bb011f7b5eb88cce3
3
+ metadata.gz: 79bfad84223e4119dfb81bfc6cca50c412ca87c5bb87161ef7ff928130432676
4
+ data.tar.gz: 9f5cfa2426b17893d4c6fbba92985d3fff9af622395a3cc220781fe842c49440
5
5
  SHA512:
6
- metadata.gz: 801b2d462004f214bed16885c877b4cb775a75b028ac4ad872c3461a4400cefa0c3482d8c15be940e1d21218b565dd353405af387f38093586562ff0122fe5a5
7
- data.tar.gz: dd8190fd6e4cb9745c8a33fa03e96b05cf9ab525a5fde742f75e5253a81f6fcf0b6478483e43bf1a247faa94f8bbd0f004c79df1458eea11d612377ee7cdb97b
6
+ metadata.gz: a92ca81b78802ca7ca6f565823db1e7a79632dc49f0c0f33e0ebee1c6fbc748697ab2d52336b0f374ebb42b52e5682b1ad52240b6ecc1c123d760fb3223d15ef
7
+ data.tar.gz: e3def2011cb0f1e4efd3866f6bf13306896a6adeb627743b6306d2ef077ab5ff7f3dca6e84bdf2bc016bd5b5acbfcc0ac59a2d425ceb0ab89db86c7c161bc8d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.125.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260604
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.124.0 (2026-05-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20260518
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -10983,6 +10983,12 @@ module Google
10983
10983
  attr_accessor :disable_agent_query_logging
10984
10984
  alias_method :disable_agent_query_logging?, :disable_agent_query_logging
10985
10985
 
10986
+ #
10987
+ # Corresponds to the JSON property `disableQuerySearchContext`
10988
+ # @return [Boolean]
10989
+ attr_accessor :disable_query_search_context
10990
+ alias_method :disable_query_search_context?, :disable_query_search_context
10991
+
10986
10992
  #
10987
10993
  # Corresponds to the JSON property `enableConversationAugmentedQuery`
10988
10994
  # @return [Boolean]
@@ -11028,6 +11034,11 @@ module Google
11028
11034
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature]
11029
11035
  attr_accessor :suggestion_feature
11030
11036
 
11037
+ #
11038
+ # Corresponds to the JSON property `suggestionTriggerEvent`
11039
+ # @return [String]
11040
+ attr_accessor :suggestion_trigger_event
11041
+
11031
11042
  #
11032
11043
  # Corresponds to the JSON property `suggestionTriggerSettings`
11033
11044
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings]
@@ -11042,6 +11053,7 @@ module Google
11042
11053
  @conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config)
11043
11054
  @conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config)
11044
11055
  @disable_agent_query_logging = args[:disable_agent_query_logging] if args.key?(:disable_agent_query_logging)
11056
+ @disable_query_search_context = args[:disable_query_search_context] if args.key?(:disable_query_search_context)
11045
11057
  @enable_conversation_augmented_query = args[:enable_conversation_augmented_query] if args.key?(:enable_conversation_augmented_query)
11046
11058
  @enable_event_based_suggestion = args[:enable_event_based_suggestion] if args.key?(:enable_event_based_suggestion)
11047
11059
  @enable_query_suggestion_only = args[:enable_query_suggestion_only] if args.key?(:enable_query_suggestion_only)
@@ -11050,6 +11062,7 @@ module Google
11050
11062
  @query_config = args[:query_config] if args.key?(:query_config)
11051
11063
  @rai_settings = args[:rai_settings] if args.key?(:rai_settings)
11052
11064
  @suggestion_feature = args[:suggestion_feature] if args.key?(:suggestion_feature)
11065
+ @suggestion_trigger_event = args[:suggestion_trigger_event] if args.key?(:suggestion_trigger_event)
11053
11066
  @suggestion_trigger_settings = args[:suggestion_trigger_settings] if args.key?(:suggestion_trigger_settings)
11054
11067
  end
11055
11068
  end
@@ -13128,6 +13141,25 @@ module Google
13128
13141
  end
13129
13142
  end
13130
13143
 
13144
+ #
13145
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
13146
+ include Google::Apis::Core::Hashable
13147
+
13148
+ #
13149
+ # Corresponds to the JSON property `suggestedQuery`
13150
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery]
13151
+ attr_accessor :suggested_query
13152
+
13153
+ def initialize(**args)
13154
+ update!(**args)
13155
+ end
13156
+
13157
+ # Update properties of this object
13158
+ def update!(**args)
13159
+ @suggested_query = args[:suggested_query] if args.key?(:suggested_query)
13160
+ end
13161
+ end
13162
+
13131
13163
  #
13132
13164
  class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
13133
13165
  include Google::Apis::Core::Hashable
@@ -13280,6 +13312,11 @@ module Google
13280
13312
  # @return [String]
13281
13313
  attr_accessor :query_text
13282
13314
 
13315
+ #
13316
+ # Corresponds to the JSON property `searchContexts`
13317
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext>]
13318
+ attr_accessor :search_contexts
13319
+
13283
13320
  def initialize(**args)
13284
13321
  update!(**args)
13285
13322
  end
@@ -13287,6 +13324,32 @@ module Google
13287
13324
  # Update properties of this object
13288
13325
  def update!(**args)
13289
13326
  @query_text = args[:query_text] if args.key?(:query_text)
13327
+ @search_contexts = args[:search_contexts] if args.key?(:search_contexts)
13328
+ end
13329
+ end
13330
+
13331
+ #
13332
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext
13333
+ include Google::Apis::Core::Hashable
13334
+
13335
+ #
13336
+ # Corresponds to the JSON property `key`
13337
+ # @return [String]
13338
+ attr_accessor :key
13339
+
13340
+ #
13341
+ # Corresponds to the JSON property `value`
13342
+ # @return [String]
13343
+ attr_accessor :value
13344
+
13345
+ def initialize(**args)
13346
+ update!(**args)
13347
+ end
13348
+
13349
+ # Update properties of this object
13350
+ def update!(**args)
13351
+ @key = args[:key] if args.key?(:key)
13352
+ @value = args[:value] if args.key?(:value)
13290
13353
  end
13291
13354
  end
13292
13355
 
@@ -16054,6 +16117,11 @@ module Google
16054
16117
  class GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
16055
16118
  include Google::Apis::Core::Hashable
16056
16119
 
16120
+ #
16121
+ # Corresponds to the JSON property `additionalSuggestedQueryResults`
16122
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult>]
16123
+ attr_accessor :additional_suggested_query_results
16124
+
16057
16125
  #
16058
16126
  # Corresponds to the JSON property `contextSize`
16059
16127
  # @return [Fixnum]
@@ -16075,6 +16143,7 @@ module Google
16075
16143
 
16076
16144
  # Update properties of this object
16077
16145
  def update!(**args)
16146
+ @additional_suggested_query_results = args[:additional_suggested_query_results] if args.key?(:additional_suggested_query_results)
16078
16147
  @context_size = args[:context_size] if args.key?(:context_size)
16079
16148
  @knowledge_assist_answer = args[:knowledge_assist_answer] if args.key?(:knowledge_assist_answer)
16080
16149
  @latest_message = args[:latest_message] if args.key?(:latest_message)
@@ -20657,6 +20726,25 @@ module Google
20657
20726
  end
20658
20727
  end
20659
20728
 
20729
+ #
20730
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
20731
+ include Google::Apis::Core::Hashable
20732
+
20733
+ #
20734
+ # Corresponds to the JSON property `suggestedQuery`
20735
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery]
20736
+ attr_accessor :suggested_query
20737
+
20738
+ def initialize(**args)
20739
+ update!(**args)
20740
+ end
20741
+
20742
+ # Update properties of this object
20743
+ def update!(**args)
20744
+ @suggested_query = args[:suggested_query] if args.key?(:suggested_query)
20745
+ end
20746
+ end
20747
+
20660
20748
  #
20661
20749
  class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
20662
20750
  include Google::Apis::Core::Hashable
@@ -20809,6 +20897,11 @@ module Google
20809
20897
  # @return [String]
20810
20898
  attr_accessor :query_text
20811
20899
 
20900
+ #
20901
+ # Corresponds to the JSON property `searchContexts`
20902
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext>]
20903
+ attr_accessor :search_contexts
20904
+
20812
20905
  def initialize(**args)
20813
20906
  update!(**args)
20814
20907
  end
@@ -20816,6 +20909,32 @@ module Google
20816
20909
  # Update properties of this object
20817
20910
  def update!(**args)
20818
20911
  @query_text = args[:query_text] if args.key?(:query_text)
20912
+ @search_contexts = args[:search_contexts] if args.key?(:search_contexts)
20913
+ end
20914
+ end
20915
+
20916
+ #
20917
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext
20918
+ include Google::Apis::Core::Hashable
20919
+
20920
+ #
20921
+ # Corresponds to the JSON property `key`
20922
+ # @return [String]
20923
+ attr_accessor :key
20924
+
20925
+ #
20926
+ # Corresponds to the JSON property `value`
20927
+ # @return [String]
20928
+ attr_accessor :value
20929
+
20930
+ def initialize(**args)
20931
+ update!(**args)
20932
+ end
20933
+
20934
+ # Update properties of this object
20935
+ def update!(**args)
20936
+ @key = args[:key] if args.key?(:key)
20937
+ @value = args[:value] if args.key?(:value)
20819
20938
  end
20820
20939
  end
20821
20940
 
@@ -21904,6 +22023,11 @@ module Google
21904
22023
  class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
21905
22024
  include Google::Apis::Core::Hashable
21906
22025
 
22026
+ #
22027
+ # Corresponds to the JSON property `additionalSuggestedQueryResults`
22028
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult>]
22029
+ attr_accessor :additional_suggested_query_results
22030
+
21907
22031
  #
21908
22032
  # Corresponds to the JSON property `contextSize`
21909
22033
  # @return [Fixnum]
@@ -21925,6 +22049,7 @@ module Google
21925
22049
 
21926
22050
  # Update properties of this object
21927
22051
  def update!(**args)
22052
+ @additional_suggested_query_results = args[:additional_suggested_query_results] if args.key?(:additional_suggested_query_results)
21928
22053
  @context_size = args[:context_size] if args.key?(:context_size)
21929
22054
  @knowledge_assist_answer = args[:knowledge_assist_answer] if args.key?(:knowledge_assist_answer)
21930
22055
  @latest_message = args[:latest_message] if args.key?(:latest_message)
@@ -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.124.0"
19
+ GEM_VERSION = "0.125.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260518"
25
+ REVISION = "20260604"
26
26
  end
27
27
  end
28
28
  end
@@ -2422,6 +2422,12 @@ module Google
2422
2422
  include Google::Apis::Core::JsonObjectSupport
2423
2423
  end
2424
2424
 
2425
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
2426
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2427
+
2428
+ include Google::Apis::Core::JsonObjectSupport
2429
+ end
2430
+
2425
2431
  class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
2426
2432
  class Representation < Google::Apis::Core::JsonRepresentation; end
2427
2433
 
@@ -2458,6 +2464,12 @@ module Google
2458
2464
  include Google::Apis::Core::JsonObjectSupport
2459
2465
  end
2460
2466
 
2467
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext
2468
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2469
+
2470
+ include Google::Apis::Core::JsonObjectSupport
2471
+ end
2472
+
2461
2473
  class GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
2462
2474
  class Representation < Google::Apis::Core::JsonRepresentation; end
2463
2475
 
@@ -3808,6 +3820,12 @@ module Google
3808
3820
  include Google::Apis::Core::JsonObjectSupport
3809
3821
  end
3810
3822
 
3823
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
3824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3825
+
3826
+ include Google::Apis::Core::JsonObjectSupport
3827
+ end
3828
+
3811
3829
  class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
3812
3830
  class Representation < Google::Apis::Core::JsonRepresentation; end
3813
3831
 
@@ -3844,6 +3862,12 @@ module Google
3844
3862
  include Google::Apis::Core::JsonObjectSupport
3845
3863
  end
3846
3864
 
3865
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext
3866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3867
+
3868
+ include Google::Apis::Core::JsonObjectSupport
3869
+ end
3870
+
3847
3871
  class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
3848
3872
  class Representation < Google::Apis::Core::JsonRepresentation; end
3849
3873
 
@@ -7562,6 +7586,7 @@ module Google
7562
7586
  property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig::Representation
7563
7587
 
7564
7588
  property :disable_agent_query_logging, as: 'disableAgentQueryLogging'
7589
+ property :disable_query_search_context, as: 'disableQuerySearchContext'
7565
7590
  property :enable_conversation_augmented_query, as: 'enableConversationAugmentedQuery'
7566
7591
  property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
7567
7592
  property :enable_query_suggestion_only, as: 'enableQuerySuggestionOnly'
@@ -7573,6 +7598,7 @@ module Google
7573
7598
 
7574
7599
  property :suggestion_feature, as: 'suggestionFeature', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature::Representation
7575
7600
 
7601
+ property :suggestion_trigger_event, as: 'suggestionTriggerEvent'
7576
7602
  property :suggestion_trigger_settings, as: 'suggestionTriggerSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings::Representation
7577
7603
 
7578
7604
  end
@@ -8236,6 +8262,14 @@ module Google
8236
8262
  end
8237
8263
  end
8238
8264
 
8265
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult
8266
+ # @private
8267
+ class Representation < Google::Apis::Core::JsonRepresentation
8268
+ property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery::Representation
8269
+
8270
+ end
8271
+ end
8272
+
8239
8273
  class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
8240
8274
  # @private
8241
8275
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8289,6 +8323,16 @@ module Google
8289
8323
  # @private
8290
8324
  class Representation < Google::Apis::Core::JsonRepresentation
8291
8325
  property :query_text, as: 'queryText'
8326
+ collection :search_contexts, as: 'searchContexts', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext::Representation
8327
+
8328
+ end
8329
+ end
8330
+
8331
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext
8332
+ # @private
8333
+ class Representation < Google::Apis::Core::JsonRepresentation
8334
+ property :key, as: 'key'
8335
+ property :value, as: 'value'
8292
8336
  end
8293
8337
  end
8294
8338
 
@@ -9134,6 +9178,8 @@ module Google
9134
9178
  class GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
9135
9179
  # @private
9136
9180
  class Representation < Google::Apis::Core::JsonRepresentation
9181
+ collection :additional_suggested_query_results, as: 'additionalSuggestedQueryResults', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult::Representation
9182
+
9137
9183
  property :context_size, as: 'contextSize'
9138
9184
  property :knowledge_assist_answer, as: 'knowledgeAssistAnswer', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswer::Representation
9139
9185
 
@@ -10593,6 +10639,14 @@ module Google
10593
10639
  end
10594
10640
  end
10595
10641
 
10642
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult
10643
+ # @private
10644
+ class Representation < Google::Apis::Core::JsonRepresentation
10645
+ property :suggested_query, as: 'suggestedQuery', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::Representation
10646
+
10647
+ end
10648
+ end
10649
+
10596
10650
  class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
10597
10651
  # @private
10598
10652
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10646,6 +10700,16 @@ module Google
10646
10700
  # @private
10647
10701
  class Representation < Google::Apis::Core::JsonRepresentation
10648
10702
  property :query_text, as: 'queryText'
10703
+ collection :search_contexts, as: 'searchContexts', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext::Representation
10704
+
10705
+ end
10706
+ end
10707
+
10708
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext
10709
+ # @private
10710
+ class Representation < Google::Apis::Core::JsonRepresentation
10711
+ property :key, as: 'key'
10712
+ property :value, as: 'value'
10649
10713
  end
10650
10714
  end
10651
10715
 
@@ -10960,6 +11024,8 @@ module Google
10960
11024
  class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
10961
11025
  # @private
10962
11026
  class Representation < Google::Apis::Core::JsonRepresentation
11027
+ collection :additional_suggested_query_results, as: 'additionalSuggestedQueryResults', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult::Representation
11028
+
10963
11029
  property :context_size, as: 'contextSize'
10964
11030
  property :knowledge_assist_answer, as: 'knowledgeAssistAnswer', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer::Representation
10965
11031
 
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.124.0
4
+ version: 0.125.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.124.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.125.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="