google-apis-dialogflow_v3 0.110.0 → 0.111.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: eecc1ffeb70e52021085ff518e9ed4eda42ffbda3b815643d7683fefcd7dbfa7
|
4
|
+
data.tar.gz: f3bee55776d01933d927717b6e591315441a19d35a3098f88278768bbd7f7e43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75c9c2cb2beb22bf2c2c67a88dd11218cecebdf2b1bf1818eefc1c55a9c6d68429da9d52db1556575c2ce48a6239a2e440976e73f100f07ee5412130b5ef80c2
|
7
|
+
data.tar.gz: 2006f52681c1f2e94fa77f3c3c7bba588e15d3dea03881eef45cc5c892192340497efd9947cb148ae6dbdc21484d7ccf031e223a6f23298e78d24a095883448c
|
data/CHANGELOG.md
CHANGED
@@ -10057,6 +10057,12 @@ module Google
|
|
10057
10057
|
# @return [String]
|
10058
10058
|
attr_accessor :name
|
10059
10059
|
|
10060
|
+
# Optional. The name of the second voice (non-English) if language detection is
|
10061
|
+
# supported.
|
10062
|
+
# Corresponds to the JSON property `secondLanguageModel`
|
10063
|
+
# @return [String]
|
10064
|
+
attr_accessor :second_language_model
|
10065
|
+
|
10060
10066
|
# Optional. The preferred gender of the voice. If not set, the service will
|
10061
10067
|
# choose a voice based on the other parameters such as language_code and name.
|
10062
10068
|
# Note that this is only a preference, not requirement. If a voice of the
|
@@ -10073,6 +10079,7 @@ module Google
|
|
10073
10079
|
# Update properties of this object
|
10074
10080
|
def update!(**args)
|
10075
10081
|
@name = args[:name] if args.key?(:name)
|
10082
|
+
@second_language_model = args[:second_language_model] if args.key?(:second_language_model)
|
10076
10083
|
@ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
|
10077
10084
|
end
|
10078
10085
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.111.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 = "20250625"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6438,6 +6438,7 @@ module Google
|
|
6438
6438
|
# @private
|
6439
6439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6440
6440
|
property :name, as: 'name'
|
6441
|
+
property :second_language_model, as: 'secondLanguageModel'
|
6441
6442
|
property :ssml_gender, as: 'ssmlGender'
|
6442
6443
|
end
|
6443
6444
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.111.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_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.111.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|