google-apis-dialogflow_v2beta1 0.103.0 → 0.105.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +14 -12
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13fce6429a0cee165f9c6dbb1e87c31533c96fae1285a39a335a881f4b4c866b
|
4
|
+
data.tar.gz: 91d04db44fc09ebde238a6222ba7a1acf41c64af2b61da15bbc38064157938a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 722b6a5ea4f03fe32225e667cddb2905b2107fe703cdd21ffc90c77f7d5f753846f378a772a62d761ff6132029c8e938585aa89b4139c2247e6391b9b19178a9
|
7
|
+
data.tar.gz: 2c49ebcf0185946a4990e387e221aadd9badb89877b1498086890918912c04bf1e9a1e7b98c92571a8114886f34e178e4c5c12b78c7175bd6bcf3dcb594f4c1a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2beta1
|
2
2
|
|
3
|
+
### v0.105.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250612
|
6
|
+
|
7
|
+
### v0.104.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250602
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.103.0 (2025-05-11)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250508
|
@@ -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
|
@@ -4634,9 +4635,10 @@ module Google
|
|
4634
4635
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
4635
4636
|
include Google::Apis::Core::Hashable
|
4636
4637
|
|
4637
|
-
# Required.
|
4638
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
4638
4639
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
4639
|
-
# version: projects//locations//agents//playbooks//versions/.
|
4640
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
4641
|
+
# version: projects//locations//agents//tools//versions/.
|
4640
4642
|
# Corresponds to the JSON property `version`
|
4641
4643
|
# @return [String]
|
4642
4644
|
attr_accessor :version
|
@@ -11265,7 +11267,7 @@ module Google
|
|
11265
11267
|
class GoogleCloudDialogflowV2ToolCall
|
11266
11268
|
include Google::Apis::Core::Hashable
|
11267
11269
|
|
11268
|
-
#
|
11270
|
+
# Optional. The name of the tool's action associated with this call.
|
11269
11271
|
# Corresponds to the JSON property `action`
|
11270
11272
|
# @return [String]
|
11271
11273
|
attr_accessor :action
|
@@ -11280,7 +11282,7 @@ module Google
|
|
11280
11282
|
# @return [Hash<String,Object>]
|
11281
11283
|
attr_accessor :input_parameters
|
11282
11284
|
|
11283
|
-
#
|
11285
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
11284
11286
|
# tools/`.
|
11285
11287
|
# Corresponds to the JSON property `tool`
|
11286
11288
|
# @return [String]
|
@@ -11303,7 +11305,7 @@ module Google
|
|
11303
11305
|
class GoogleCloudDialogflowV2ToolCallResult
|
11304
11306
|
include Google::Apis::Core::Hashable
|
11305
11307
|
|
11306
|
-
#
|
11308
|
+
# Optional. The name of the tool's action associated with this call.
|
11307
11309
|
# Corresponds to the JSON property `action`
|
11308
11310
|
# @return [String]
|
11309
11311
|
attr_accessor :action
|
@@ -11330,7 +11332,7 @@ module Google
|
|
11330
11332
|
# @return [String]
|
11331
11333
|
attr_accessor :raw_content
|
11332
11334
|
|
11333
|
-
#
|
11335
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
11334
11336
|
# tools/`.
|
11335
11337
|
# Corresponds to the JSON property `tool`
|
11336
11338
|
# @return [String]
|
@@ -21613,7 +21615,7 @@ module Google
|
|
21613
21615
|
class GoogleCloudDialogflowV2beta1ToolCall
|
21614
21616
|
include Google::Apis::Core::Hashable
|
21615
21617
|
|
21616
|
-
#
|
21618
|
+
# Optional. The name of the tool's action associated with this call.
|
21617
21619
|
# Corresponds to the JSON property `action`
|
21618
21620
|
# @return [String]
|
21619
21621
|
attr_accessor :action
|
@@ -21628,7 +21630,7 @@ module Google
|
|
21628
21630
|
# @return [Hash<String,Object>]
|
21629
21631
|
attr_accessor :input_parameters
|
21630
21632
|
|
21631
|
-
#
|
21633
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
21632
21634
|
# tools/`.
|
21633
21635
|
# Corresponds to the JSON property `tool`
|
21634
21636
|
# @return [String]
|
@@ -21651,7 +21653,7 @@ module Google
|
|
21651
21653
|
class GoogleCloudDialogflowV2beta1ToolCallResult
|
21652
21654
|
include Google::Apis::Core::Hashable
|
21653
21655
|
|
21654
|
-
#
|
21656
|
+
# Optional. The name of the tool's action associated with this call.
|
21655
21657
|
# Corresponds to the JSON property `action`
|
21656
21658
|
# @return [String]
|
21657
21659
|
attr_accessor :action
|
@@ -21678,7 +21680,7 @@ module Google
|
|
21678
21680
|
# @return [String]
|
21679
21681
|
attr_accessor :raw_content
|
21680
21682
|
|
21681
|
-
#
|
21683
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
21682
21684
|
# tools/`.
|
21683
21685
|
# Corresponds to the JSON property `tool`
|
21684
21686
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.105.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
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.105.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_v2beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.105.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
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 V2beta1
|
79
79
|
test_files: []
|