google-apis-dialogflow_v2beta1 0.107.0 → 0.109.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: e2c701a8a4119e155e1f019545aa7a5c702e5f7b3ae1476703dd51c8409e246f
4
- data.tar.gz: c63685ee8d2e7b7b595565d5df72b18caa5c65140b0dee8128c7f44e02d1a1bf
3
+ metadata.gz: 8ebd74159bc2b01a1d1ef98bf4b42b62cff2d14b4c35b569f094149f34fd5ccf
4
+ data.tar.gz: 288243de12a6c77fce6b9b4c6ddc7003fc767c48c086302b268206c5f94ac40f
5
5
  SHA512:
6
- metadata.gz: 51a877dfa46fbea7c4fa93d0cdefc4613dc9a573afc8d0a881f4a8d91ce92c03abe0389ed81cfe6e072a26d6bebcddaed094c8853665e1bcd1faac2cdc1a77c3
7
- data.tar.gz: ff1428dc214db5be4b922de8ff7cd37233e71981c2619e59bcb45a247082a48a0c8d6ca1a9af35881ab30d852e0bb4007c32d5aff5237840eb4a8126ce795736
6
+ metadata.gz: 72c6e76df17f088550b89cd06af5446e8a1d43328929402271b7fb5c14c7b6fdda0578d905d850ab943e3e4ea8546fc2001a2290ae3fdef6bafe58113919bf82
7
+ data.tar.gz: a7421f717903b57fd44cb56d11c81e54ca9923e32ec9dc9d3a5ccda7ee35945719302056eb279b995e149c39f92d7a351928e16264cb5a5a7cd5441dccca111e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.109.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250812
6
+
7
+ ### v0.108.0 (2025-07-06)
8
+
9
+ * Regenerated from discovery document revision 20250627
10
+
3
11
  ### v0.107.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250625
@@ -11925,6 +11925,11 @@ module Google
11925
11925
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer]
11926
11926
  attr_accessor :faq_answer
11927
11927
 
11928
+ # Suggestion generated using a Generator.
11929
+ # Corresponds to the JSON property `generatorSuggestion`
11930
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion]
11931
+ attr_accessor :generator_suggestion
11932
+
11928
11933
  def initialize(**args)
11929
11934
  update!(**args)
11930
11935
  end
@@ -11934,6 +11939,7 @@ module Google
11934
11939
  @article_suggestion_answer = args[:article_suggestion_answer] if args.key?(:article_suggestion_answer)
11935
11940
  @dialogflow_assist_answer = args[:dialogflow_assist_answer] if args.key?(:dialogflow_assist_answer)
11936
11941
  @faq_answer = args[:faq_answer] if args.key?(:faq_answer)
11942
+ @generator_suggestion = args[:generator_suggestion] if args.key?(:generator_suggestion)
11937
11943
  end
11938
11944
  end
11939
11945
 
@@ -13487,8 +13493,8 @@ module Google
13487
13493
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent>]
13488
13494
  attr_accessor :extra_mime_contents
13489
13495
 
13490
- # Optional. SDP of the call. It's initially the SDP answer to the endpoint, but
13491
- # maybe later updated for the purpose of making the link active, etc.
13496
+ # Optional. SDP of the call. It's initially the SDP answer to the incoming call,
13497
+ # but maybe later updated for the purpose of making the link active, etc.
13492
13498
  # Corresponds to the JSON property `sdp`
13493
13499
  # @return [String]
13494
13500
  attr_accessor :sdp
@@ -15140,7 +15146,7 @@ module Google
15140
15146
  include Google::Apis::Core::Hashable
15141
15147
 
15142
15148
  # 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)
15149
+ # versions are: - Article Suggestion baseline model: - 0.9 - 1.0 (default) -
15144
15150
  # Summarization baseline model: - 1.0
15145
15151
  # Corresponds to the JSON property `baselineModelVersion`
15146
15152
  # @return [String]
@@ -21993,12 +21999,6 @@ module Google
21993
21999
  # @return [String]
21994
22000
  attr_accessor :name
21995
22001
 
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
22002
  # Optional. The preferred gender of the voice. If not set, the service will
22003
22003
  # choose a voice based on the other parameters such as language_code and name.
22004
22004
  # Note that this is only a preference, not requirement. If a voice of the
@@ -22015,7 +22015,6 @@ module Google
22015
22015
  # Update properties of this object
22016
22016
  def update!(**args)
22017
22017
  @name = args[:name] if args.key?(:name)
22018
- @second_language_model = args[:second_language_model] if args.key?(:second_language_model)
22019
22018
  @ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
22020
22019
  end
22021
22020
  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.107.0"
19
+ GEM_VERSION = "0.109.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 = "20250625"
25
+ REVISION = "20250812"
26
26
  end
27
27
  end
28
28
  end
@@ -6807,6 +6807,8 @@ module Google
6807
6807
 
6808
6808
  property :faq_answer, as: 'faqAnswer', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer::Representation
6809
6809
 
6810
+ property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion::Representation
6811
+
6810
6812
  end
6811
6813
  end
6812
6814
 
@@ -9558,7 +9560,6 @@ module Google
9558
9560
  # @private
9559
9561
  class Representation < Google::Apis::Core::JsonRepresentation
9560
9562
  property :name, as: 'name'
9561
- property :second_language_model, as: 'secondLanguageModel'
9562
9563
  property :ssml_gender, as: 'ssmlGender'
9563
9564
  end
9564
9565
  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.107.0
4
+ version: 0.109.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.107.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.109.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: