google-apis-dialogflow_v3beta1 0.104.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cf8b2582f08904d57401840b84d479f9c755cb3e3c51f107e54974bffee16cf
|
4
|
+
data.tar.gz: ba0e7cf4d6d3e8ab4952b80b3cd732f86f237cd98e406c7e5c299c4ac1ac37ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ffee547893445956f9152c77720f6220de007c61c5ca0099524dc66a5a372674def24504426e3f5f895764789979f040aa7609f2cea0337ccbe9ecd0eeab195
|
7
|
+
data.tar.gz: 333e212aca968d31a7bced5005009389e39c959d14bcf766363ee7b561c97fc586d8927cf05ff4ad7c43afc2885c337f3573e357f2b6dcf25ab79dac240a46e1
|
data/CHANGELOG.md
CHANGED
@@ -15672,6 +15672,12 @@ module Google
|
|
15672
15672
|
# @return [String]
|
15673
15673
|
attr_accessor :name
|
15674
15674
|
|
15675
|
+
# Optional. The name of the second voice (non-English) if language detection is
|
15676
|
+
# supported.
|
15677
|
+
# Corresponds to the JSON property `secondLanguageModel`
|
15678
|
+
# @return [String]
|
15679
|
+
attr_accessor :second_language_model
|
15680
|
+
|
15675
15681
|
# Optional. The preferred gender of the voice. If not set, the service will
|
15676
15682
|
# choose a voice based on the other parameters such as language_code and name.
|
15677
15683
|
# Note that this is only a preference, not requirement. If a voice of the
|
@@ -15688,6 +15694,7 @@ module Google
|
|
15688
15694
|
# Update properties of this object
|
15689
15695
|
def update!(**args)
|
15690
15696
|
@name = args[:name] if args.key?(:name)
|
15697
|
+
@second_language_model = args[:second_language_model] if args.key?(:second_language_model)
|
15691
15698
|
@ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
|
15692
15699
|
end
|
15693
15700
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 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
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
|
@@ -8222,6 +8222,7 @@ module Google
|
|
8222
8222
|
# @private
|
8223
8223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8224
8224
|
property :name, as: 'name'
|
8225
|
+
property :second_language_model, as: 'secondLanguageModel'
|
8225
8226
|
property :ssml_gender, as: 'ssmlGender'
|
8226
8227
|
end
|
8227
8228
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
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_v3beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.105.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|