google-apis-dialogflow_v2 0.107.0 → 0.108.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 +3 -3
- 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: 74ad58eaa7e2b35e7f38101c80f218c1d86d90f11ba83a062dc9bd60d840ffc2
|
4
|
+
data.tar.gz: 69005fc6fe7dc999d4ee2a91f5d1ae06cf26c594290c444faf3d9d2f77845919
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26370f376c3fe4955ca6531a4c183143e03dd2097b6b3f98bd2965d2fc19b1c073ebe48ea558e3e25e282b2230cb0eeb454bed852c05c827b3835ad4771c6a8d
|
7
|
+
data.tar.gz: cab59c23bd0bebf740c76b6e5c569ea3bebd0c1cc9b235b35180c5b4693b3268bae0036902fe7c9625847af1382066c1f598b82aacfa6de5e036a9ed57204464
|
data/CHANGELOG.md
CHANGED
@@ -9696,8 +9696,8 @@ module Google
|
|
9696
9696
|
# @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent>]
|
9697
9697
|
attr_accessor :extra_mime_contents
|
9698
9698
|
|
9699
|
-
# Optional. SDP of the call. It's initially the SDP answer to the
|
9700
|
-
# maybe later updated for the purpose of making the link active, etc.
|
9699
|
+
# Optional. SDP of the call. It's initially the SDP answer to the incoming call,
|
9700
|
+
# but maybe later updated for the purpose of making the link active, etc.
|
9701
9701
|
# Corresponds to the JSON property `sdp`
|
9702
9702
|
# @return [String]
|
9703
9703
|
attr_accessor :sdp
|
@@ -11614,7 +11614,7 @@ module Google
|
|
11614
11614
|
include Google::Apis::Core::Hashable
|
11615
11615
|
|
11616
11616
|
# Version of current baseline model. It will be ignored if model is set. Valid
|
11617
|
-
# versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default)
|
11617
|
+
# versions are: - Article Suggestion baseline model: - 0.9 - 1.0 (default) -
|
11618
11618
|
# Summarization baseline model: - 1.0
|
11619
11619
|
# Corresponds to the JSON property `baselineModelVersion`
|
11620
11620
|
# @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.108.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 = "20250627"
|
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.108.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.108.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:
|