google-apis-dialogflow_v3beta1 0.101.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
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.102.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250602
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.101.0 (2025-05-11)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -748,9 +748,10 @@ module Google
|
|
748
748
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
749
749
|
include Google::Apis::Core::Hashable
|
750
750
|
|
751
|
-
# Required.
|
751
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
752
752
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
753
|
-
# version: projects//locations//agents//playbooks//versions/.
|
753
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
754
|
+
# version: projects//locations//agents//tools//versions/.
|
754
755
|
# Corresponds to the JSON property `version`
|
755
756
|
# @return [String]
|
756
757
|
attr_accessor :version
|
@@ -6905,9 +6906,10 @@ module Google
|
|
6905
6906
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
6906
6907
|
include Google::Apis::Core::Hashable
|
6907
6908
|
|
6908
|
-
# Required.
|
6909
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
6909
6910
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
6910
|
-
# version: projects//locations//agents//playbooks//versions/.
|
6911
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
6912
|
+
# version: projects//locations//agents//tools//versions/.
|
6911
6913
|
# Corresponds to the JSON property `version`
|
6912
6914
|
# @return [String]
|
6913
6915
|
attr_accessor :version
|
@@ -11996,6 +11998,14 @@ module Google
|
|
11996
11998
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings]
|
11997
11999
|
attr_accessor :llm_model_settings
|
11998
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
|
+
|
11999
12009
|
# Additional parameters to be put into session parameters. To remove a parameter
|
12000
12010
|
# from the session, clients should explicitly set the parameter value to null.
|
12001
12011
|
# You can reference the session parameters in the agent with the following
|
@@ -12083,6 +12093,7 @@ module Google
|
|
12083
12093
|
@flow_versions = args[:flow_versions] if args.key?(:flow_versions)
|
12084
12094
|
@geo_location = args[:geo_location] if args.key?(:geo_location)
|
12085
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)
|
12086
12097
|
@parameters = args[:parameters] if args.key?(:parameters)
|
12087
12098
|
@payload = args[:payload] if args.key?(:payload)
|
12088
12099
|
@populate_data_store_connection_signals = args[:populate_data_store_connection_signals] if args.key?(:populate_data_store_connection_signals)
|
@@ -19615,7 +19626,7 @@ module Google
|
|
19615
19626
|
class GoogleCloudDialogflowV2ToolCall
|
19616
19627
|
include Google::Apis::Core::Hashable
|
19617
19628
|
|
19618
|
-
#
|
19629
|
+
# Optional. The name of the tool's action associated with this call.
|
19619
19630
|
# Corresponds to the JSON property `action`
|
19620
19631
|
# @return [String]
|
19621
19632
|
attr_accessor :action
|
@@ -19630,7 +19641,7 @@ module Google
|
|
19630
19641
|
# @return [Hash<String,Object>]
|
19631
19642
|
attr_accessor :input_parameters
|
19632
19643
|
|
19633
|
-
#
|
19644
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
19634
19645
|
# tools/`.
|
19635
19646
|
# Corresponds to the JSON property `tool`
|
19636
19647
|
# @return [String]
|
@@ -19653,7 +19664,7 @@ module Google
|
|
19653
19664
|
class GoogleCloudDialogflowV2ToolCallResult
|
19654
19665
|
include Google::Apis::Core::Hashable
|
19655
19666
|
|
19656
|
-
#
|
19667
|
+
# Optional. The name of the tool's action associated with this call.
|
19657
19668
|
# Corresponds to the JSON property `action`
|
19658
19669
|
# @return [String]
|
19659
19670
|
attr_accessor :action
|
@@ -19680,7 +19691,7 @@ module Google
|
|
19680
19691
|
# @return [String]
|
19681
19692
|
attr_accessor :raw_content
|
19682
19693
|
|
19683
|
-
#
|
19694
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
19684
19695
|
# tools/`.
|
19685
19696
|
# Corresponds to the JSON property `tool`
|
19686
19697
|
# @return [String]
|
@@ -23899,7 +23910,7 @@ module Google
|
|
23899
23910
|
class GoogleCloudDialogflowV2beta1ToolCall
|
23900
23911
|
include Google::Apis::Core::Hashable
|
23901
23912
|
|
23902
|
-
#
|
23913
|
+
# Optional. The name of the tool's action associated with this call.
|
23903
23914
|
# Corresponds to the JSON property `action`
|
23904
23915
|
# @return [String]
|
23905
23916
|
attr_accessor :action
|
@@ -23914,7 +23925,7 @@ module Google
|
|
23914
23925
|
# @return [Hash<String,Object>]
|
23915
23926
|
attr_accessor :input_parameters
|
23916
23927
|
|
23917
|
-
#
|
23928
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
23918
23929
|
# tools/`.
|
23919
23930
|
# Corresponds to the JSON property `tool`
|
23920
23931
|
# @return [String]
|
@@ -23937,7 +23948,7 @@ module Google
|
|
23937
23948
|
class GoogleCloudDialogflowV2beta1ToolCallResult
|
23938
23949
|
include Google::Apis::Core::Hashable
|
23939
23950
|
|
23940
|
-
#
|
23951
|
+
# Optional. The name of the tool's action associated with this call.
|
23941
23952
|
# Corresponds to the JSON property `action`
|
23942
23953
|
# @return [String]
|
23943
23954
|
attr_accessor :action
|
@@ -23964,7 +23975,7 @@ module Google
|
|
23964
23975
|
# @return [String]
|
23965
23976
|
attr_accessor :raw_content
|
23966
23977
|
|
23967
|
-
#
|
23978
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
23968
23979
|
# tools/`.
|
23969
23980
|
# Corresponds to the JSON property `tool`
|
23970
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
|
-
GENERATOR_VERSION = "0.
|
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Dialogflow API V3beta1
|
79
79
|
test_files: []
|