Skip to content

Commit 23106f8

Browse files
feat: Automated regeneration of dialogflow v3beta1 client (googleapis#23427)
Auto-created at 2025-06-15 10:13:05 +0000 using the toys pull request generator.
1 parent a48df3f commit 23106f8

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194722,6 +194722,7 @@
194722194722
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/flowVersions/flow_version": flow_version
194723194723
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/geoLocation": geo_location
194724194724
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/llmModelSettings": llm_model_settings
194725+
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/parameterScope": parameter_scope
194725194726
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/parameters": parameters
194726194727
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/parameters/parameter": parameter
194727194728
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1QueryParameters/payload": payload

generated/google-apis-dialogflow_v3beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dialogflow_v3beta1
22

3+
### v0.103.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250612
6+
37
### v0.102.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250602

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11998,6 +11998,14 @@ class GoogleCloudDialogflowCxV3beta1QueryParameters
1199811998
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings]
1199911999
attr_accessor :llm_model_settings
1200012000

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+
1200112009
# Additional parameters to be put into session parameters. To remove a parameter
1200212010
# from the session, clients should explicitly set the parameter value to null.
1200312011
# You can reference the session parameters in the agent with the following
@@ -12085,6 +12093,7 @@ def update!(**args)
1208512093
@flow_versions = args[:flow_versions] if args.key?(:flow_versions)
1208612094
@geo_location = args[:geo_location] if args.key?(:geo_location)
1208712095
@llm_model_settings = args[:llm_model_settings] if args.key?(:llm_model_settings)
12096+
@parameter_scope = args[:parameter_scope] if args.key?(:parameter_scope)
1208812097
@parameters = args[:parameters] if args.key?(:parameters)
1208912098
@payload = args[:payload] if args.key?(:payload)
1209012099
@populate_data_store_connection_signals = args[:populate_data_store_connection_signals] if args.key?(:populate_data_store_connection_signals)
@@ -19617,7 +19626,7 @@ def update!(**args)
1961719626
class GoogleCloudDialogflowV2ToolCall
1961819627
include Google::Apis::Core::Hashable
1961919628

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.
1962119630
# Corresponds to the JSON property `action`
1962219631
# @return [String]
1962319632
attr_accessor :action
@@ -19632,7 +19641,7 @@ class GoogleCloudDialogflowV2ToolCall
1963219641
# @return [Hash<String,Object>]
1963319642
attr_accessor :input_parameters
1963419643

19635-
# Required. The tool associated with this call. Format: `projects//locations//
19644+
# Optional. The tool associated with this call. Format: `projects//locations//
1963619645
# tools/`.
1963719646
# Corresponds to the JSON property `tool`
1963819647
# @return [String]
@@ -19655,7 +19664,7 @@ def update!(**args)
1965519664
class GoogleCloudDialogflowV2ToolCallResult
1965619665
include Google::Apis::Core::Hashable
1965719666

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.
1965919668
# Corresponds to the JSON property `action`
1966019669
# @return [String]
1966119670
attr_accessor :action
@@ -19682,7 +19691,7 @@ class GoogleCloudDialogflowV2ToolCallResult
1968219691
# @return [String]
1968319692
attr_accessor :raw_content
1968419693

19685-
# Required. The tool associated with this call. Format: `projects//locations//
19694+
# Optional. The tool associated with this call. Format: `projects//locations//
1968619695
# tools/`.
1968719696
# Corresponds to the JSON property `tool`
1968819697
# @return [String]
@@ -23901,7 +23910,7 @@ def update!(**args)
2390123910
class GoogleCloudDialogflowV2beta1ToolCall
2390223911
include Google::Apis::Core::Hashable
2390323912

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.
2390523914
# Corresponds to the JSON property `action`
2390623915
# @return [String]
2390723916
attr_accessor :action
@@ -23916,7 +23925,7 @@ class GoogleCloudDialogflowV2beta1ToolCall
2391623925
# @return [Hash<String,Object>]
2391723926
attr_accessor :input_parameters
2391823927

23919-
# Required. The tool associated with this call. Format: `projects//locations//
23928+
# Optional. The tool associated with this call. Format: `projects//locations//
2392023929
# tools/`.
2392123930
# Corresponds to the JSON property `tool`
2392223931
# @return [String]
@@ -23939,7 +23948,7 @@ def update!(**args)
2393923948
class GoogleCloudDialogflowV2beta1ToolCallResult
2394023949
include Google::Apis::Core::Hashable
2394123950

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.
2394323952
# Corresponds to the JSON property `action`
2394423953
# @return [String]
2394523954
attr_accessor :action
@@ -23966,7 +23975,7 @@ class GoogleCloudDialogflowV2beta1ToolCallResult
2396623975
# @return [String]
2396723976
attr_accessor :raw_content
2396823977

23969-
# Required. The tool associated with this call. Format: `projects//locations//
23978+
# Optional. The tool associated with this call. Format: `projects//locations//
2397023979
# tools/`.
2397123980
# Corresponds to the JSON property `tool`
2397223981
# @return [String]

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DialogflowV3beta1
1818
# Version of the google-apis-dialogflow_v3beta1 gem
19-
GEM_VERSION = "0.102.0"
19+
GEM_VERSION = "0.103.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250602"
25+
REVISION = "20250612"
2626
end
2727
end
2828
end

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7187,6 +7187,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
71877187

71887188
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
71897189

7190+
property :parameter_scope, as: 'parameterScope'
71907191
hash :parameters, as: 'parameters'
71917192
hash :payload, as: 'payload'
71927193
property :populate_data_store_connection_signals, as: 'populateDataStoreConnectionSignals'

0 commit comments

Comments
 (0)