google-apis-dialogflow_v2beta1 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
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
@@ -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]
|
@@ -21993,12 +21993,6 @@ 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
|
-
|
22002
21996
|
# Optional. The preferred gender of the voice. If not set, the service will
|
22003
21997
|
# choose a voice based on the other parameters such as language_code and name.
|
22004
21998
|
# Note that this is only a preference, not requirement. If a voice of the
|
@@ -22015,7 +22009,6 @@ module Google
|
|
22015
22009
|
# Update properties of this object
|
22016
22010
|
def update!(**args)
|
22017
22011
|
@name = args[:name] if args.key?(:name)
|
22018
|
-
@second_language_model = args[:second_language_model] if args.key?(:second_language_model)
|
22019
22012
|
@ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
|
22020
22013
|
end
|
22021
22014
|
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.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
|
@@ -9558,7 +9558,6 @@ 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'
|
9562
9561
|
property :ssml_gender, as: 'ssmlGender'
|
9563
9562
|
end
|
9564
9563
|
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:
|