google-apis-dialogflow_v2beta1 0.128.0 → 0.129.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: 231a4552472da2eecd871256de8fbb6430fd2498dacc9fc3667c95f3d66eafca
4
- data.tar.gz: 7583fca280b6c46b58aba770c9f55a6d7726695efc9c8c63158b1635733e766c
3
+ metadata.gz: 6c009ebcbfa69d93b8df86f68324fe7866ed6c62c52f7d2246fbdef32fdcbcc0
4
+ data.tar.gz: 045d607fd6a86793907cba4ca53147fd41fd60a24fbef79ed681e570fd39da78
5
5
  SHA512:
6
- metadata.gz: b50017d6ff3240b169d52ec502a7bdca5fbfc2c5f29f48831d397c96596b6584c600c229cbc8e6321695c64e1b0e75487db5ab12e5158e0a1035d62e82b3fca2
7
- data.tar.gz: a1c4d77a51991e4f90358275ee78a47d503d3bbfff716214ede47235a5a86ece89365c7433376f6dae9bab32faed45455c2afe3a2bbd1baf4c32b86112b82292
6
+ metadata.gz: 215d055e1dc8a2920faff8f7bf913e360660414139760e7ed94a71473ac3733182f11653838fd75a1184da37f9273293535290b919943d43600b3f118941ed16
7
+ data.tar.gz: fb87d5fd152dfb1ed939a044e96d1ea5d3f3a250ba5262501a54c18f57741010da759c93c199d1bc4822d58f1c89332110661c27d1e5c5b6289f603eeacbd723
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.129.0 (2026-08-16)
4
+
5
+ * Regenerated from discovery document revision 20260808
6
+
3
7
  ### v0.128.0 (2026-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20260716
@@ -1042,6 +1042,11 @@ module Google
1042
1042
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings]
1043
1043
  attr_accessor :advanced_settings
1044
1044
 
1045
+ #
1046
+ # Corresponds to the JSON property `codeBlockFunction`
1047
+ # @return [String]
1048
+ attr_accessor :code_block_function
1049
+
1045
1050
  #
1046
1051
  # Corresponds to the JSON property `conditionalCases`
1047
1052
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases>]
@@ -1091,6 +1096,7 @@ module Google
1091
1096
  # Update properties of this object
1092
1097
  def update!(**args)
1093
1098
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
1099
+ @code_block_function = args[:code_block_function] if args.key?(:code_block_function)
1094
1100
  @conditional_cases = args[:conditional_cases] if args.key?(:conditional_cases)
1095
1101
  @enable_generative_fallback = args[:enable_generative_fallback] if args.key?(:enable_generative_fallback)
1096
1102
  @generators = args[:generators] if args.key?(:generators)
@@ -4416,6 +4422,11 @@ module Google
4416
4422
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
4417
4423
  attr_accessor :advanced_settings
4418
4424
 
4425
+ #
4426
+ # Corresponds to the JSON property `codeBlockFunction`
4427
+ # @return [String]
4428
+ attr_accessor :code_block_function
4429
+
4419
4430
  #
4420
4431
  # Corresponds to the JSON property `conditionalCases`
4421
4432
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>]
@@ -4465,6 +4476,7 @@ module Google
4465
4476
  # Update properties of this object
4466
4477
  def update!(**args)
4467
4478
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
4479
+ @code_block_function = args[:code_block_function] if args.key?(:code_block_function)
4468
4480
  @conditional_cases = args[:conditional_cases] if args.key?(:conditional_cases)
4469
4481
  @enable_generative_fallback = args[:enable_generative_fallback] if args.key?(:enable_generative_fallback)
4470
4482
  @generators = args[:generators] if args.key?(:generators)
@@ -9755,6 +9767,26 @@ module Google
9755
9767
  # @return [Fixnum]
9756
9768
  attr_accessor :prompt_token_count
9757
9769
 
9770
+ #
9771
+ # Corresponds to the JSON property `similarityToLastQuery`
9772
+ # @return [Float]
9773
+ attr_accessor :similarity_to_last_query
9774
+
9775
+ #
9776
+ # Corresponds to the JSON property `similarityToLastQueryThreshold`
9777
+ # @return [Float]
9778
+ attr_accessor :similarity_to_last_query_threshold
9779
+
9780
+ #
9781
+ # Corresponds to the JSON property `thinkingBudgetTokens`
9782
+ # @return [Fixnum]
9783
+ attr_accessor :thinking_budget_tokens
9784
+
9785
+ #
9786
+ # Corresponds to the JSON property `thinkingLevel`
9787
+ # @return [String]
9788
+ attr_accessor :thinking_level
9789
+
9758
9790
  #
9759
9791
  # Corresponds to the JSON property `totalTokenCount`
9760
9792
  # @return [Fixnum]
@@ -9768,6 +9800,10 @@ module Google
9768
9800
  def update!(**args)
9769
9801
  @candidates_token_count = args[:candidates_token_count] if args.key?(:candidates_token_count)
9770
9802
  @prompt_token_count = args[:prompt_token_count] if args.key?(:prompt_token_count)
9803
+ @similarity_to_last_query = args[:similarity_to_last_query] if args.key?(:similarity_to_last_query)
9804
+ @similarity_to_last_query_threshold = args[:similarity_to_last_query_threshold] if args.key?(:similarity_to_last_query_threshold)
9805
+ @thinking_budget_tokens = args[:thinking_budget_tokens] if args.key?(:thinking_budget_tokens)
9806
+ @thinking_level = args[:thinking_level] if args.key?(:thinking_level)
9771
9807
  @total_token_count = args[:total_token_count] if args.key?(:total_token_count)
9772
9808
  end
9773
9809
  end
@@ -17727,6 +17763,26 @@ module Google
17727
17763
  # @return [Fixnum]
17728
17764
  attr_accessor :prompt_token_count
17729
17765
 
17766
+ #
17767
+ # Corresponds to the JSON property `similarityToLastQuery`
17768
+ # @return [Float]
17769
+ attr_accessor :similarity_to_last_query
17770
+
17771
+ #
17772
+ # Corresponds to the JSON property `similarityToLastQueryThreshold`
17773
+ # @return [Float]
17774
+ attr_accessor :similarity_to_last_query_threshold
17775
+
17776
+ #
17777
+ # Corresponds to the JSON property `thinkingBudgetTokens`
17778
+ # @return [Fixnum]
17779
+ attr_accessor :thinking_budget_tokens
17780
+
17781
+ #
17782
+ # Corresponds to the JSON property `thinkingLevel`
17783
+ # @return [String]
17784
+ attr_accessor :thinking_level
17785
+
17730
17786
  #
17731
17787
  # Corresponds to the JSON property `totalTokenCount`
17732
17788
  # @return [Fixnum]
@@ -17740,6 +17796,10 @@ module Google
17740
17796
  def update!(**args)
17741
17797
  @candidates_token_count = args[:candidates_token_count] if args.key?(:candidates_token_count)
17742
17798
  @prompt_token_count = args[:prompt_token_count] if args.key?(:prompt_token_count)
17799
+ @similarity_to_last_query = args[:similarity_to_last_query] if args.key?(:similarity_to_last_query)
17800
+ @similarity_to_last_query_threshold = args[:similarity_to_last_query_threshold] if args.key?(:similarity_to_last_query_threshold)
17801
+ @thinking_budget_tokens = args[:thinking_budget_tokens] if args.key?(:thinking_budget_tokens)
17802
+ @thinking_level = args[:thinking_level] if args.key?(:thinking_level)
17743
17803
  @total_token_count = args[:total_token_count] if args.key?(:total_token_count)
17744
17804
  end
17745
17805
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.128.0"
19
+ GEM_VERSION = "0.129.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260716"
25
+ REVISION = "20260808"
26
26
  end
27
27
  end
28
28
  end
@@ -4485,6 +4485,7 @@ module Google
4485
4485
  class Representation < Google::Apis::Core::JsonRepresentation
4486
4486
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
4487
4487
 
4488
+ property :code_block_function, as: 'codeBlockFunction'
4488
4489
  collection :conditional_cases, as: 'conditionalCases', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases::Representation
4489
4490
 
4490
4491
  property :enable_generative_fallback, as: 'enableGenerativeFallback'
@@ -5550,6 +5551,7 @@ module Google
5550
5551
  class Representation < Google::Apis::Core::JsonRepresentation
5551
5552
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
5552
5553
 
5554
+ property :code_block_function, as: 'codeBlockFunction'
5553
5555
  collection :conditional_cases, as: 'conditionalCases', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases::Representation
5554
5556
 
5555
5557
  property :enable_generative_fallback, as: 'enableGenerativeFallback'
@@ -7212,6 +7214,10 @@ module Google
7212
7214
  class Representation < Google::Apis::Core::JsonRepresentation
7213
7215
  property :candidates_token_count, as: 'candidatesTokenCount'
7214
7216
  property :prompt_token_count, as: 'promptTokenCount'
7217
+ property :similarity_to_last_query, as: 'similarityToLastQuery'
7218
+ property :similarity_to_last_query_threshold, as: 'similarityToLastQueryThreshold'
7219
+ property :thinking_budget_tokens, as: 'thinkingBudgetTokens'
7220
+ property :thinking_level, as: 'thinkingLevel'
7215
7221
  property :total_token_count, as: 'totalTokenCount'
7216
7222
  end
7217
7223
  end
@@ -9663,6 +9669,10 @@ module Google
9663
9669
  class Representation < Google::Apis::Core::JsonRepresentation
9664
9670
  property :candidates_token_count, as: 'candidatesTokenCount'
9665
9671
  property :prompt_token_count, as: 'promptTokenCount'
9672
+ property :similarity_to_last_query, as: 'similarityToLastQuery'
9673
+ property :similarity_to_last_query_threshold, as: 'similarityToLastQueryThreshold'
9674
+ property :thinking_budget_tokens, as: 'thinkingBudgetTokens'
9675
+ property :thinking_level, as: 'thinkingLevel'
9666
9676
  property :total_token_count, as: 'totalTokenCount'
9667
9677
  end
9668
9678
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.128.0
4
+ version: 0.129.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_v2beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.128.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.129.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
62
62
  rdoc_options: []
63
63
  require_paths: