google-apis-dialogflow_v3 0.108.0 → 0.109.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a54a3f4aa2502146d66e8409b3bb16beea3d906cb3c7855c4ec65919c3a5615
|
4
|
+
data.tar.gz: d9216afb7fe495416434555d70e40d4fb5d263fa07f650859b66428955d8e7bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8100855da8657edb20853c6a49d8a493560dada6487e60ff3a002d1e6f91e8cb8294b649d6f1279eba4633b00e1488d8ea27d1a0d1055f13c9cd28f5e1bd3006
|
7
|
+
data.tar.gz: 5aeea72663691e20195a7deb017858719dca86db0028031df66caf51da974dac14e48993ac3e62f7a7ade62a66f7a15ba9a2bec0e116aefcf488b32ee33fc03b
|
data/CHANGELOG.md
CHANGED
@@ -6870,6 +6870,14 @@ module Google
|
|
6870
6870
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings]
|
6871
6871
|
attr_accessor :llm_model_settings
|
6872
6872
|
|
6873
|
+
# Scope for the parameters. If not specified, parameters will be treated as
|
6874
|
+
# session parameters. Parameters with custom scope will not be put into session
|
6875
|
+
# parameters. You can reference the parameters with custom scope in the agent
|
6876
|
+
# with the following format: $parameter-scope.params.parameter-id.
|
6877
|
+
# Corresponds to the JSON property `parameterScope`
|
6878
|
+
# @return [String]
|
6879
|
+
attr_accessor :parameter_scope
|
6880
|
+
|
6873
6881
|
# Additional parameters to be put into session parameters. To remove a parameter
|
6874
6882
|
# from the session, clients should explicitly set the parameter value to null.
|
6875
6883
|
# You can reference the session parameters in the agent with the following
|
@@ -6957,6 +6965,7 @@ module Google
|
|
6957
6965
|
@flow_versions = args[:flow_versions] if args.key?(:flow_versions)
|
6958
6966
|
@geo_location = args[:geo_location] if args.key?(:geo_location)
|
6959
6967
|
@llm_model_settings = args[:llm_model_settings] if args.key?(:llm_model_settings)
|
6968
|
+
@parameter_scope = args[:parameter_scope] if args.key?(:parameter_scope)
|
6960
6969
|
@parameters = args[:parameters] if args.key?(:parameters)
|
6961
6970
|
@payload = args[:payload] if args.key?(:payload)
|
6962
6971
|
@populate_data_store_connection_signals = args[:populate_data_store_connection_signals] if args.key?(:populate_data_store_connection_signals)
|
@@ -17927,7 +17936,7 @@ module Google
|
|
17927
17936
|
class GoogleCloudDialogflowV2ToolCall
|
17928
17937
|
include Google::Apis::Core::Hashable
|
17929
17938
|
|
17930
|
-
#
|
17939
|
+
# Optional. The name of the tool's action associated with this call.
|
17931
17940
|
# Corresponds to the JSON property `action`
|
17932
17941
|
# @return [String]
|
17933
17942
|
attr_accessor :action
|
@@ -17942,7 +17951,7 @@ module Google
|
|
17942
17951
|
# @return [Hash<String,Object>]
|
17943
17952
|
attr_accessor :input_parameters
|
17944
17953
|
|
17945
|
-
#
|
17954
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
17946
17955
|
# tools/`.
|
17947
17956
|
# Corresponds to the JSON property `tool`
|
17948
17957
|
# @return [String]
|
@@ -17965,7 +17974,7 @@ module Google
|
|
17965
17974
|
class GoogleCloudDialogflowV2ToolCallResult
|
17966
17975
|
include Google::Apis::Core::Hashable
|
17967
17976
|
|
17968
|
-
#
|
17977
|
+
# Optional. The name of the tool's action associated with this call.
|
17969
17978
|
# Corresponds to the JSON property `action`
|
17970
17979
|
# @return [String]
|
17971
17980
|
attr_accessor :action
|
@@ -17992,7 +18001,7 @@ module Google
|
|
17992
18001
|
# @return [String]
|
17993
18002
|
attr_accessor :raw_content
|
17994
18003
|
|
17995
|
-
#
|
18004
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
17996
18005
|
# tools/`.
|
17997
18006
|
# Corresponds to the JSON property `tool`
|
17998
18007
|
# @return [String]
|
@@ -22211,7 +22220,7 @@ module Google
|
|
22211
22220
|
class GoogleCloudDialogflowV2beta1ToolCall
|
22212
22221
|
include Google::Apis::Core::Hashable
|
22213
22222
|
|
22214
|
-
#
|
22223
|
+
# Optional. The name of the tool's action associated with this call.
|
22215
22224
|
# Corresponds to the JSON property `action`
|
22216
22225
|
# @return [String]
|
22217
22226
|
attr_accessor :action
|
@@ -22226,7 +22235,7 @@ module Google
|
|
22226
22235
|
# @return [Hash<String,Object>]
|
22227
22236
|
attr_accessor :input_parameters
|
22228
22237
|
|
22229
|
-
#
|
22238
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
22230
22239
|
# tools/`.
|
22231
22240
|
# Corresponds to the JSON property `tool`
|
22232
22241
|
# @return [String]
|
@@ -22249,7 +22258,7 @@ module Google
|
|
22249
22258
|
class GoogleCloudDialogflowV2beta1ToolCallResult
|
22250
22259
|
include Google::Apis::Core::Hashable
|
22251
22260
|
|
22252
|
-
#
|
22261
|
+
# Optional. The name of the tool's action associated with this call.
|
22253
22262
|
# Corresponds to the JSON property `action`
|
22254
22263
|
# @return [String]
|
22255
22264
|
attr_accessor :action
|
@@ -22276,7 +22285,7 @@ module Google
|
|
22276
22285
|
# @return [String]
|
22277
22286
|
attr_accessor :raw_content
|
22278
22287
|
|
22279
|
-
#
|
22288
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
22280
22289
|
# tools/`.
|
22281
22290
|
# Corresponds to the JSON property `tool`
|
22282
22291
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.109.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 = "
|
25
|
+
REVISION = "20250612"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5548,6 +5548,7 @@ module Google
|
|
5548
5548
|
|
5549
5549
|
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings::Representation
|
5550
5550
|
|
5551
|
+
property :parameter_scope, as: 'parameterScope'
|
5551
5552
|
hash :parameters, as: 'parameters'
|
5552
5553
|
hash :payload, as: 'payload'
|
5553
5554
|
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_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.109.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_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.109.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|