google-apis-dialogflow_v3beta1 0.102.0 → 0.103.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: 663f47320131fdc928dd8ab3b5879cd43214a5d5cf18d550f753b8be101ae343
4
- data.tar.gz: 585ac27e7b20d2e6fa9fbbd1dc2120e3146312918271d845dd96e3fe415876da
3
+ metadata.gz: c8dcfcacdef471895300a546d2a5c283bbb781596414e2481e2e11a58f27d109
4
+ data.tar.gz: acaf99f2a7519ae200448153f438b9262521288b1ba1cae531021c9741987cab
5
5
  SHA512:
6
- metadata.gz: b5bb4d433e13b8db3e69d0188712817c20890045fb868a1fb47f083020f3e4f82fcf9287c175a9b5f90498138c1f1d2a6fd6089ef6fae16a9296e9e4419a10c1
7
- data.tar.gz: b0a11ec361489ae18d89a5d378e222b16aef9c7a113b828f0c52d435cc099a1716fa37b0ce596c426c02eb879929583127ead22cdb4abed0fcbb5ec41ab58b26
6
+ metadata.gz: e999bc1cff7048691dff46ed92cbeb56a0dc9c3a8f1e5fc69e08cf182e52423eb1a963ad657e6af677603b2bb270bbc14a90060c8a84e68ccba9139aa3660b6d
7
+ data.tar.gz: f34f43e75cac0ce45399c090d1972063864275cb53690297c6c581be3e08c6ea72f8e993eff887e1b3793be8d6b1fdee5baec53015372776eeb3bb95de023339
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.103.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250612
6
+
3
7
  ### v0.102.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250602
@@ -11998,6 +11998,14 @@ module Google
11998
11998
  # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings]
11999
11999
  attr_accessor :llm_model_settings
12000
12000
 
12001
+ # Scope for the parameters. If not specified, parameters will be treated as
12002
+ # session parameters. Parameters with custom scope will not be put into session
12003
+ # parameters. You can reference the parameters with custom scope in the agent
12004
+ # with the following format: $parameter-scope.params.parameter-id.
12005
+ # Corresponds to the JSON property `parameterScope`
12006
+ # @return [String]
12007
+ attr_accessor :parameter_scope
12008
+
12001
12009
  # Additional parameters to be put into session parameters. To remove a parameter
12002
12010
  # from the session, clients should explicitly set the parameter value to null.
12003
12011
  # You can reference the session parameters in the agent with the following
@@ -12085,6 +12093,7 @@ module Google
12085
12093
  @flow_versions = args[:flow_versions] if args.key?(:flow_versions)
12086
12094
  @geo_location = args[:geo_location] if args.key?(:geo_location)
12087
12095
  @llm_model_settings = args[:llm_model_settings] if args.key?(:llm_model_settings)
12096
+ @parameter_scope = args[:parameter_scope] if args.key?(:parameter_scope)
12088
12097
  @parameters = args[:parameters] if args.key?(:parameters)
12089
12098
  @payload = args[:payload] if args.key?(:payload)
12090
12099
  @populate_data_store_connection_signals = args[:populate_data_store_connection_signals] if args.key?(:populate_data_store_connection_signals)
@@ -19617,7 +19626,7 @@ module Google
19617
19626
  class GoogleCloudDialogflowV2ToolCall
19618
19627
  include Google::Apis::Core::Hashable
19619
19628
 
19620
- # Required. The name of the tool's action associated with this call.
19629
+ # Optional. The name of the tool's action associated with this call.
19621
19630
  # Corresponds to the JSON property `action`
19622
19631
  # @return [String]
19623
19632
  attr_accessor :action
@@ -19632,7 +19641,7 @@ module Google
19632
19641
  # @return [Hash<String,Object>]
19633
19642
  attr_accessor :input_parameters
19634
19643
 
19635
- # Required. The tool associated with this call. Format: `projects//locations//
19644
+ # Optional. The tool associated with this call. Format: `projects//locations//
19636
19645
  # tools/`.
19637
19646
  # Corresponds to the JSON property `tool`
19638
19647
  # @return [String]
@@ -19655,7 +19664,7 @@ module Google
19655
19664
  class GoogleCloudDialogflowV2ToolCallResult
19656
19665
  include Google::Apis::Core::Hashable
19657
19666
 
19658
- # Required. The name of the tool's action associated with this call.
19667
+ # Optional. The name of the tool's action associated with this call.
19659
19668
  # Corresponds to the JSON property `action`
19660
19669
  # @return [String]
19661
19670
  attr_accessor :action
@@ -19682,7 +19691,7 @@ module Google
19682
19691
  # @return [String]
19683
19692
  attr_accessor :raw_content
19684
19693
 
19685
- # Required. The tool associated with this call. Format: `projects//locations//
19694
+ # Optional. The tool associated with this call. Format: `projects//locations//
19686
19695
  # tools/`.
19687
19696
  # Corresponds to the JSON property `tool`
19688
19697
  # @return [String]
@@ -23901,7 +23910,7 @@ module Google
23901
23910
  class GoogleCloudDialogflowV2beta1ToolCall
23902
23911
  include Google::Apis::Core::Hashable
23903
23912
 
23904
- # Required. The name of the tool's action associated with this call.
23913
+ # Optional. The name of the tool's action associated with this call.
23905
23914
  # Corresponds to the JSON property `action`
23906
23915
  # @return [String]
23907
23916
  attr_accessor :action
@@ -23916,7 +23925,7 @@ module Google
23916
23925
  # @return [Hash<String,Object>]
23917
23926
  attr_accessor :input_parameters
23918
23927
 
23919
- # Required. The tool associated with this call. Format: `projects//locations//
23928
+ # Optional. The tool associated with this call. Format: `projects//locations//
23920
23929
  # tools/`.
23921
23930
  # Corresponds to the JSON property `tool`
23922
23931
  # @return [String]
@@ -23939,7 +23948,7 @@ module Google
23939
23948
  class GoogleCloudDialogflowV2beta1ToolCallResult
23940
23949
  include Google::Apis::Core::Hashable
23941
23950
 
23942
- # Required. The name of the tool's action associated with this call.
23951
+ # Optional. The name of the tool's action associated with this call.
23943
23952
  # Corresponds to the JSON property `action`
23944
23953
  # @return [String]
23945
23954
  attr_accessor :action
@@ -23966,7 +23975,7 @@ module Google
23966
23975
  # @return [String]
23967
23976
  attr_accessor :raw_content
23968
23977
 
23969
- # Required. The tool associated with this call. Format: `projects//locations//
23978
+ # Optional. The tool associated with this call. Format: `projects//locations//
23970
23979
  # tools/`.
23971
23980
  # Corresponds to the JSON property `tool`
23972
23981
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.102.0"
19
+ GEM_VERSION = "0.103.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 = "20250602"
25
+ REVISION = "20250612"
26
26
  end
27
27
  end
28
28
  end
@@ -7187,6 +7187,7 @@ module Google
7187
7187
 
7188
7188
  property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
7189
7189
 
7190
+ property :parameter_scope, as: 'parameterScope'
7190
7191
  hash :parameters, as: 'parameters'
7191
7192
  hash :payload, as: 'payload'
7192
7193
  property :populate_data_store_connection_signals, as: 'populateDataStoreConnectionSignals'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.102.0
4
+ version: 0.103.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_v3beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.102.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.103.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
62
62
  rdoc_options: []
63
63
  require_paths: