google-apis-dialogflow_v2 0.77.0 → 0.79.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 660f9283660b18cc52ab0629651cd3d32ab5600a9f29d65d1fb128690267814d
4
- data.tar.gz: 520f95df1dfe0c2763aee371ddc7e72bb456733becd1c50ab716974030133a09
3
+ metadata.gz: 0f6fedc1a8b703a42964c8983a93c494a1765c3731efde42dc98d701c725c101
4
+ data.tar.gz: da461c77d920e7dbb04cf010d64f70b56bacf24ebb1382cd515865314d944e9d
5
5
  SHA512:
6
- metadata.gz: 7e62f1a88cf70a8799e61a48699fdad7fec4ef61335e0ee5b2c24b4272ce35f039d11b74321bc26e985453659fb25f2cc15e725f202feb5ff79e8aab6525c5b4
7
- data.tar.gz: 06d0e6102c03c55dea9d5906a0397bca5aea3db949b31666d6e7990150b63bc089be383dd4035b75864760f68a6ef00bb43ae2252587ef1d29c619b6875311a2
6
+ metadata.gz: 7ec97f37dce0832d73f05ff98e7d006c5e8865e6073e1370ada3370ef23f6d51f24222ef7d7006eabffaf29b8868a3d4a152c08f212504f9207672d73f5f48d5
7
+ data.tar.gz: 8b2aa9d16b3f8564d1e7a658074bfc9fba6b0fbaf64a00872bdd222bdef6b133f148e65a626266f62064f44095ecd99bab8827cdb57685b6088c970f91a44a55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.79.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240122
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.78.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240113
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.77.0 (2024-01-07)
4
14
 
5
15
  * Regenerated from discovery document revision 20240102
@@ -1592,6 +1592,15 @@ module Google
1592
1592
  # @return [String]
1593
1593
  attr_accessor :model_variant
1594
1594
 
1595
+ # If `true`, the request will opt out for STT conformer model migration. This
1596
+ # field will be deprecated once force migration takes place in June 2024. Please
1597
+ # refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
1598
+ # dialogflow/cx/docs/concept/speech-model-migration).
1599
+ # Corresponds to the JSON property `optOutConformerModelMigration`
1600
+ # @return [Boolean]
1601
+ attr_accessor :opt_out_conformer_model_migration
1602
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
1603
+
1595
1604
  # Optional. A list of strings containing words and phrases that the speech
1596
1605
  # recognizer should recognize with higher likelihood. See [the Cloud Speech
1597
1606
  # documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-
@@ -1629,6 +1638,7 @@ module Google
1629
1638
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
1630
1639
  @model = args[:model] if args.key?(:model)
1631
1640
  @model_variant = args[:model_variant] if args.key?(:model_variant)
1641
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
1632
1642
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
1633
1643
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
1634
1644
  @single_utterance = args[:single_utterance] if args.key?(:single_utterance)
@@ -2940,8 +2950,7 @@ module Google
2940
2950
  class GoogleCloudDialogflowCxV3TextInput
2941
2951
  include Google::Apis::Core::Hashable
2942
2952
 
2943
- # Required. The UTF-8 encoded natural language text to be processed. Text length
2944
- # must not exceed 256 characters.
2953
+ # Required. The UTF-8 encoded natural language text to be processed.
2945
2954
  # Corresponds to the JSON property `text`
2946
2955
  # @return [String]
2947
2956
  attr_accessor :text
@@ -5169,6 +5178,15 @@ module Google
5169
5178
  # @return [String]
5170
5179
  attr_accessor :model_variant
5171
5180
 
5181
+ # If `true`, the request will opt out for STT conformer model migration. This
5182
+ # field will be deprecated once force migration takes place in June 2024. Please
5183
+ # refer to [Dialogflow CX Speech model migration](https://cloud.google.com/
5184
+ # dialogflow/cx/docs/concept/speech-model-migration).
5185
+ # Corresponds to the JSON property `optOutConformerModelMigration`
5186
+ # @return [Boolean]
5187
+ attr_accessor :opt_out_conformer_model_migration
5188
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
5189
+
5172
5190
  # Optional. A list of strings containing words and phrases that the speech
5173
5191
  # recognizer should recognize with higher likelihood. See [the Cloud Speech
5174
5192
  # documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-
@@ -5206,6 +5224,7 @@ module Google
5206
5224
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
5207
5225
  @model = args[:model] if args.key?(:model)
5208
5226
  @model_variant = args[:model_variant] if args.key?(:model_variant)
5227
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
5209
5228
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
5210
5229
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
5211
5230
  @single_utterance = args[:single_utterance] if args.key?(:single_utterance)
@@ -6511,8 +6530,7 @@ module Google
6511
6530
  class GoogleCloudDialogflowCxV3beta1TextInput
6512
6531
  include Google::Apis::Core::Hashable
6513
6532
 
6514
- # Required. The UTF-8 encoded natural language text to be processed. Text length
6515
- # must not exceed 256 characters.
6533
+ # Required. The UTF-8 encoded natural language text to be processed.
6516
6534
  # Corresponds to the JSON property `text`
6517
6535
  # @return [String]
6518
6536
  attr_accessor :text
@@ -10912,6 +10930,15 @@ module Google
10912
10930
  # @return [String]
10913
10931
  attr_accessor :model_variant
10914
10932
 
10933
+ # If `true`, the request will opt out for STT conformer model migration. This
10934
+ # field will be deprecated once force migration takes place in June 2024. Please
10935
+ # refer to [Dialogflow ES Speech model migration](https://cloud.google.com/
10936
+ # dialogflow/es/docs/speech-model-migration).
10937
+ # Corresponds to the JSON property `optOutConformerModelMigration`
10938
+ # @return [Boolean]
10939
+ attr_accessor :opt_out_conformer_model_migration
10940
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
10941
+
10915
10942
  # A list of strings containing words and phrases that the speech recognizer
10916
10943
  # should recognize with higher likelihood. See [the Cloud Speech documentation](
10917
10944
  # https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more
@@ -10962,6 +10989,7 @@ module Google
10962
10989
  @language_code = args[:language_code] if args.key?(:language_code)
10963
10990
  @model = args[:model] if args.key?(:model)
10964
10991
  @model_variant = args[:model_variant] if args.key?(:model_variant)
10992
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
10965
10993
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
10966
10994
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
10967
10995
  @single_utterance = args[:single_utterance] if args.key?(:single_utterance)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.77.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
25
+ REVISION = "20240122"
26
26
  end
27
27
  end
28
28
  end
@@ -3522,6 +3522,7 @@ module Google
3522
3522
  property :enable_word_info, as: 'enableWordInfo'
3523
3523
  property :model, as: 'model'
3524
3524
  property :model_variant, as: 'modelVariant'
3525
+ property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
3525
3526
  collection :phrase_hints, as: 'phraseHints'
3526
3527
  property :sample_rate_hertz, as: 'sampleRateHertz'
3527
3528
  property :single_utterance, as: 'singleUtterance'
@@ -4499,6 +4500,7 @@ module Google
4499
4500
  property :enable_word_info, as: 'enableWordInfo'
4500
4501
  property :model, as: 'model'
4501
4502
  property :model_variant, as: 'modelVariant'
4503
+ property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
4502
4504
  collection :phrase_hints, as: 'phraseHints'
4503
4505
  property :sample_rate_hertz, as: 'sampleRateHertz'
4504
4506
  property :single_utterance, as: 'singleUtterance'
@@ -6032,6 +6034,7 @@ module Google
6032
6034
  property :language_code, as: 'languageCode'
6033
6035
  property :model, as: 'model'
6034
6036
  property :model_variant, as: 'modelVariant'
6037
+ property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
6035
6038
  collection :phrase_hints, as: 'phraseHints'
6036
6039
  property :sample_rate_hertz, as: 'sampleRateHertz'
6037
6040
  property :single_utterance, as: 'singleUtterance'
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/dialogflow/
35
35
  class DialogflowService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://dialogflow.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://dialogflow.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-dialogflow_v2',
49
51
  client_version: Google::Apis::DialogflowV2::GEM_VERSION)
50
52
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.77.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.79.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []