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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8dcfcacdef471895300a546d2a5c283bbb781596414e2481e2e11a58f27d109
|
4
|
+
data.tar.gz: acaf99f2a7519ae200448153f438b9262521288b1ba1cae531021c9741987cab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e999bc1cff7048691dff46ed92cbeb56a0dc9c3a8f1e5fc69e08cf182e52423eb1a963ad657e6af677603b2bb270bbc14a90060c8a84e68ccba9139aa3660b6d
|
7
|
+
data.tar.gz: f34f43e75cac0ce45399c090d1972063864275cb53690297c6c581be3e08c6ea72f8e993eff887e1b3793be8d6b1fdee5baec53015372776eeb3bb95de023339
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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.
|
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 = "
|
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.
|
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.
|
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:
|