google-apis-dialogflow_v2beta1 0.106.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c7ffb067c7294190a065e4d465943c487ade69bc970fdc9bd3f40250cb887c9
|
4
|
+
data.tar.gz: 9dc92d0c9c82b0210339bc630e9a4aa6354e32afdbbd23c45ace3c348c22a016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55205344dfe098d8cd3119b51a758efbc5115e9c25b13a74f4d182d4d907790c91b5df99ea5ea9b28061fbbbb2f4aeaa8b5cf2abbda376e44c88316c9d3568da
|
7
|
+
data.tar.gz: a0325cdf27d2750cb0e214b23ecef201a451999188a16b12b5efe950820f6b431cd64edb541a3c38675357b1c495e09307b10684ee9e748bf5e7fcdeb48a905e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2beta1
|
2
2
|
|
3
|
+
### v0.108.0 (2025-07-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250627
|
6
|
+
|
7
|
+
### v0.107.0 (2025-06-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250625
|
10
|
+
|
3
11
|
### v0.106.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250617
|
@@ -13487,8 +13487,8 @@ module Google
|
|
13487
13487
|
# @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent>]
|
13488
13488
|
attr_accessor :extra_mime_contents
|
13489
13489
|
|
13490
|
-
# Optional. SDP of the call. It's initially the SDP answer to the
|
13491
|
-
# maybe later updated for the purpose of making the link active, etc.
|
13490
|
+
# Optional. SDP of the call. It's initially the SDP answer to the incoming call,
|
13491
|
+
# but maybe later updated for the purpose of making the link active, etc.
|
13492
13492
|
# Corresponds to the JSON property `sdp`
|
13493
13493
|
# @return [String]
|
13494
13494
|
attr_accessor :sdp
|
@@ -15140,7 +15140,7 @@ module Google
|
|
15140
15140
|
include Google::Apis::Core::Hashable
|
15141
15141
|
|
15142
15142
|
# Version of current baseline model. It will be ignored if model is set. Valid
|
15143
|
-
# versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default)
|
15143
|
+
# versions are: - Article Suggestion baseline model: - 0.9 - 1.0 (default) -
|
15144
15144
|
# Summarization baseline model: - 1.0
|
15145
15145
|
# Corresponds to the JSON property `baselineModelVersion`
|
15146
15146
|
# @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.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_v2beta1
|
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_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.108.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:
|