google-apis-dialogflow_v2beta1 0.106.0 → 0.107.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: e2c701a8a4119e155e1f019545aa7a5c702e5f7b3ae1476703dd51c8409e246f
|
4
|
+
data.tar.gz: c63685ee8d2e7b7b595565d5df72b18caa5c65140b0dee8128c7f44e02d1a1bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51a877dfa46fbea7c4fa93d0cdefc4613dc9a573afc8d0a881f4a8d91ce92c03abe0389ed81cfe6e072a26d6bebcddaed094c8853665e1bcd1faac2cdc1a77c3
|
7
|
+
data.tar.gz: ff1428dc214db5be4b922de8ff7cd37233e71981c2619e59bcb45a247082a48a0c8d6ca1a9af35881ab30d852e0bb4007c32d5aff5237840eb4a8126ce795736
|
data/CHANGELOG.md
CHANGED
@@ -21993,6 +21993,12 @@ module Google
|
|
21993
21993
|
# @return [String]
|
21994
21994
|
attr_accessor :name
|
21995
21995
|
|
21996
|
+
# Optional. The name of the second voice (non-English) if language detection is
|
21997
|
+
# supported.
|
21998
|
+
# Corresponds to the JSON property `secondLanguageModel`
|
21999
|
+
# @return [String]
|
22000
|
+
attr_accessor :second_language_model
|
22001
|
+
|
21996
22002
|
# Optional. The preferred gender of the voice. If not set, the service will
|
21997
22003
|
# choose a voice based on the other parameters such as language_code and name.
|
21998
22004
|
# Note that this is only a preference, not requirement. If a voice of the
|
@@ -22009,6 +22015,7 @@ module Google
|
|
22009
22015
|
# Update properties of this object
|
22010
22016
|
def update!(**args)
|
22011
22017
|
@name = args[:name] if args.key?(:name)
|
22018
|
+
@second_language_model = args[:second_language_model] if args.key?(:second_language_model)
|
22012
22019
|
@ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
|
22013
22020
|
end
|
22014
22021
|
end
|
@@ -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.107.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
|
@@ -9558,6 +9558,7 @@ module Google
|
|
9558
9558
|
# @private
|
9559
9559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9560
9560
|
property :name, as: 'name'
|
9561
|
+
property :second_language_model, as: 'secondLanguageModel'
|
9561
9562
|
property :ssml_gender, as: 'ssmlGender'
|
9562
9563
|
end
|
9563
9564
|
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.107.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.107.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:
|