google-apis-dialogflow_v2 0.77.0 → 0.78.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: 1c75ee4fbedf1b5d2150b96579ccc9f6f16cd9cc6f293e9698698270d4c0b36b
4
+ data.tar.gz: cb9e491023dbc54e15a0c5a8496c16074bfef84b10ea5e9ad4e774a1531a65cf
5
5
  SHA512:
6
- metadata.gz: 7e62f1a88cf70a8799e61a48699fdad7fec4ef61335e0ee5b2c24b4272ce35f039d11b74321bc26e985453659fb25f2cc15e725f202feb5ff79e8aab6525c5b4
7
- data.tar.gz: 06d0e6102c03c55dea9d5906a0397bca5aea3db949b31666d6e7990150b63bc089be383dd4035b75864760f68a6ef00bb43ae2252587ef1d29c619b6875311a2
6
+ metadata.gz: 14291638961f08e832cf8edb80100c57560ee5ceba241f15503784c9e07557b2d6e66f98e7a8ee45a0664adcbf4d0bbb481fe399f261a2228c8494e3c9da9553
7
+ data.tar.gz: '0808525b975b6c8512912e2e35995b9308f65c5b64d9d001026ee261660bd5dea22a7b9713046f70f3c26765569bc254bd87a6cebf6510d78991d2390ea7ee84'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.78.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240113
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.77.0 (2024-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20240102
@@ -1592,6 +1592,13 @@ 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.
1597
+ # Corresponds to the JSON property `optOutConformerModelMigration`
1598
+ # @return [Boolean]
1599
+ attr_accessor :opt_out_conformer_model_migration
1600
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
1601
+
1595
1602
  # Optional. A list of strings containing words and phrases that the speech
1596
1603
  # recognizer should recognize with higher likelihood. See [the Cloud Speech
1597
1604
  # documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-
@@ -1629,6 +1636,7 @@ module Google
1629
1636
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
1630
1637
  @model = args[:model] if args.key?(:model)
1631
1638
  @model_variant = args[:model_variant] if args.key?(:model_variant)
1639
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
1632
1640
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
1633
1641
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
1634
1642
  @single_utterance = args[:single_utterance] if args.key?(:single_utterance)
@@ -2940,8 +2948,7 @@ module Google
2940
2948
  class GoogleCloudDialogflowCxV3TextInput
2941
2949
  include Google::Apis::Core::Hashable
2942
2950
 
2943
- # Required. The UTF-8 encoded natural language text to be processed. Text length
2944
- # must not exceed 256 characters.
2951
+ # Required. The UTF-8 encoded natural language text to be processed.
2945
2952
  # Corresponds to the JSON property `text`
2946
2953
  # @return [String]
2947
2954
  attr_accessor :text
@@ -5169,6 +5176,13 @@ module Google
5169
5176
  # @return [String]
5170
5177
  attr_accessor :model_variant
5171
5178
 
5179
+ # If `true`, the request will opt out for STT conformer model migration. This
5180
+ # field will be deprecated once force migration takes place in June 2024.
5181
+ # Corresponds to the JSON property `optOutConformerModelMigration`
5182
+ # @return [Boolean]
5183
+ attr_accessor :opt_out_conformer_model_migration
5184
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
5185
+
5172
5186
  # Optional. A list of strings containing words and phrases that the speech
5173
5187
  # recognizer should recognize with higher likelihood. See [the Cloud Speech
5174
5188
  # documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-
@@ -5206,6 +5220,7 @@ module Google
5206
5220
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
5207
5221
  @model = args[:model] if args.key?(:model)
5208
5222
  @model_variant = args[:model_variant] if args.key?(:model_variant)
5223
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
5209
5224
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
5210
5225
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
5211
5226
  @single_utterance = args[:single_utterance] if args.key?(:single_utterance)
@@ -6511,8 +6526,7 @@ module Google
6511
6526
  class GoogleCloudDialogflowCxV3beta1TextInput
6512
6527
  include Google::Apis::Core::Hashable
6513
6528
 
6514
- # Required. The UTF-8 encoded natural language text to be processed. Text length
6515
- # must not exceed 256 characters.
6529
+ # Required. The UTF-8 encoded natural language text to be processed.
6516
6530
  # Corresponds to the JSON property `text`
6517
6531
  # @return [String]
6518
6532
  attr_accessor :text
@@ -10912,6 +10926,13 @@ module Google
10912
10926
  # @return [String]
10913
10927
  attr_accessor :model_variant
10914
10928
 
10929
+ # If `true`, the request will opt out for STT conformer model migration. This
10930
+ # field will be deprecated once force migration takes place in June 2024.
10931
+ # Corresponds to the JSON property `optOutConformerModelMigration`
10932
+ # @return [Boolean]
10933
+ attr_accessor :opt_out_conformer_model_migration
10934
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
10935
+
10915
10936
  # A list of strings containing words and phrases that the speech recognizer
10916
10937
  # should recognize with higher likelihood. See [the Cloud Speech documentation](
10917
10938
  # https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more
@@ -10962,6 +10983,7 @@ module Google
10962
10983
  @language_code = args[:language_code] if args.key?(:language_code)
10963
10984
  @model = args[:model] if args.key?(:model)
10964
10985
  @model_variant = args[:model_variant] if args.key?(:model_variant)
10986
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
10965
10987
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
10966
10988
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
10967
10989
  @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.78.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.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
25
+ REVISION = "20240113"
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.78.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-01-23 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.78.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: []