google-apis-dialogflow_v2 0.105.0 → 0.106.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 +4 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +8 -8
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60a1b6eab3e585601fbb1d4dd1542cb96e64a7d59e8d0bc4caeaa5c8fe0a20f4
|
4
|
+
data.tar.gz: 307e21d8af4e62135aea25c57fa3eadafc7ba45f0d5bd3d3b8910dba38c11c22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d04bbd2bd9c56cbf2a0b255f21d7bacfe40214306f2b193477ce29f983d522e0842ce21067b016fa358a140053183f04b1f66a3c1b9da68079265a38c27a6077
|
7
|
+
data.tar.gz: ee029c70c38dd20be58e9708ab862591a23ee5fa225e96c6eae1b2d9307c2f16068906b9fbc5730190640d783aad84accd725d7dc96ae6a404c2e4762683a9c7
|
data/CHANGELOG.md
CHANGED
@@ -17092,7 +17092,7 @@ module Google
|
|
17092
17092
|
class GoogleCloudDialogflowV2ToolCall
|
17093
17093
|
include Google::Apis::Core::Hashable
|
17094
17094
|
|
17095
|
-
#
|
17095
|
+
# Optional. The name of the tool's action associated with this call.
|
17096
17096
|
# Corresponds to the JSON property `action`
|
17097
17097
|
# @return [String]
|
17098
17098
|
attr_accessor :action
|
@@ -17107,7 +17107,7 @@ module Google
|
|
17107
17107
|
# @return [Hash<String,Object>]
|
17108
17108
|
attr_accessor :input_parameters
|
17109
17109
|
|
17110
|
-
#
|
17110
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
17111
17111
|
# tools/`.
|
17112
17112
|
# Corresponds to the JSON property `tool`
|
17113
17113
|
# @return [String]
|
@@ -17130,7 +17130,7 @@ module Google
|
|
17130
17130
|
class GoogleCloudDialogflowV2ToolCallResult
|
17131
17131
|
include Google::Apis::Core::Hashable
|
17132
17132
|
|
17133
|
-
#
|
17133
|
+
# Optional. The name of the tool's action associated with this call.
|
17134
17134
|
# Corresponds to the JSON property `action`
|
17135
17135
|
# @return [String]
|
17136
17136
|
attr_accessor :action
|
@@ -17157,7 +17157,7 @@ module Google
|
|
17157
17157
|
# @return [String]
|
17158
17158
|
attr_accessor :raw_content
|
17159
17159
|
|
17160
|
-
#
|
17160
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
17161
17161
|
# tools/`.
|
17162
17162
|
# Corresponds to the JSON property `tool`
|
17163
17163
|
# @return [String]
|
@@ -21543,7 +21543,7 @@ module Google
|
|
21543
21543
|
class GoogleCloudDialogflowV2beta1ToolCall
|
21544
21544
|
include Google::Apis::Core::Hashable
|
21545
21545
|
|
21546
|
-
#
|
21546
|
+
# Optional. The name of the tool's action associated with this call.
|
21547
21547
|
# Corresponds to the JSON property `action`
|
21548
21548
|
# @return [String]
|
21549
21549
|
attr_accessor :action
|
@@ -21558,7 +21558,7 @@ module Google
|
|
21558
21558
|
# @return [Hash<String,Object>]
|
21559
21559
|
attr_accessor :input_parameters
|
21560
21560
|
|
21561
|
-
#
|
21561
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
21562
21562
|
# tools/`.
|
21563
21563
|
# Corresponds to the JSON property `tool`
|
21564
21564
|
# @return [String]
|
@@ -21581,7 +21581,7 @@ module Google
|
|
21581
21581
|
class GoogleCloudDialogflowV2beta1ToolCallResult
|
21582
21582
|
include Google::Apis::Core::Hashable
|
21583
21583
|
|
21584
|
-
#
|
21584
|
+
# Optional. The name of the tool's action associated with this call.
|
21585
21585
|
# Corresponds to the JSON property `action`
|
21586
21586
|
# @return [String]
|
21587
21587
|
attr_accessor :action
|
@@ -21608,7 +21608,7 @@ module Google
|
|
21608
21608
|
# @return [String]
|
21609
21609
|
attr_accessor :raw_content
|
21610
21610
|
|
21611
|
-
#
|
21611
|
+
# Optional. The tool associated with this call. Format: `projects//locations//
|
21612
21612
|
# tools/`.
|
21613
21613
|
# Corresponds to the JSON property `tool`
|
21614
21614
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.106.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
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.106.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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.106.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|