google-apis-dialogflow_v2beta1 0.76.0 → 0.77.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: 16a2a1741eeb65f1dc7ad030fe15d5c5595456f81d221425564a610678ad1e03
4
- data.tar.gz: 129d85f24d51cc6da83b61b2a919af6a6f8d43ca4d175e9387234e97c7ace34c
3
+ metadata.gz: 6cd1e6190dcfa4ac7a8cf1808dba58d6cc1d0e5ec4e6dd003bc12d1c3de9523d
4
+ data.tar.gz: 1f020e95283a2219ff4b22df8f552502ec869ce1fa6dc964f8db0c9e3074aaae
5
5
  SHA512:
6
- metadata.gz: 3e3b59f9344fbe2f8c0035ac1a183b6b7ca6c5a20304d01e27100ac154746d8f364baba7b482ab367e188759db5ced2536eaac8310853bf700e5ed4652340cfd
7
- data.tar.gz: d8cc4c052565279a31666cd8e5c68294662738cebcf368c380659f6cff7904da5aaa123b822d6341f4e94f29221209e85761906090f884adc5c54d869710b80c
6
+ metadata.gz: 810b05c7e94366fb418a8bc6fd32f0ab5e197cab14d2d267a6405a1bfd38e0d70c9aeb2f5d94a82462508d7524447960db2a825482c00ba9b65e0d68cfa85b67
7
+ data.tar.gz: 818649b9125c22b29733e62dbc0a03fe208a9cff777f83d53aecd53b6f61544aa720e3ce2b651dc868897d241ed9ae6213870bcbc5c5af9588c8df19b5eb32e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.77.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240113
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.76.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
@@ -13625,6 +13639,13 @@ module Google
13625
13639
  # @return [String]
13626
13640
  attr_accessor :model_variant
13627
13641
 
13642
+ # If `true`, the request will opt out for STT conformer model migration. This
13643
+ # field will be deprecated once force migration takes place in June 2024.
13644
+ # Corresponds to the JSON property `optOutConformerModelMigration`
13645
+ # @return [Boolean]
13646
+ attr_accessor :opt_out_conformer_model_migration
13647
+ alias_method :opt_out_conformer_model_migration?, :opt_out_conformer_model_migration
13648
+
13628
13649
  # A list of strings containing words and phrases that the speech recognizer
13629
13650
  # should recognize with higher likelihood. See [the Cloud Speech documentation](
13630
13651
  # https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more
@@ -13676,6 +13697,7 @@ module Google
13676
13697
  @language_code = args[:language_code] if args.key?(:language_code)
13677
13698
  @model = args[:model] if args.key?(:model)
13678
13699
  @model_variant = args[:model_variant] if args.key?(:model_variant)
13700
+ @opt_out_conformer_model_migration = args[:opt_out_conformer_model_migration] if args.key?(:opt_out_conformer_model_migration)
13679
13701
  @phrase_hints = args[:phrase_hints] if args.key?(:phrase_hints)
13680
13702
  @sample_rate_hertz = args[:sample_rate_hertz] if args.key?(:sample_rate_hertz)
13681
13703
  @single_utterance = args[:single_utterance] if args.key?(:single_utterance)
@@ -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.76.0"
19
+ GEM_VERSION = "0.77.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
@@ -3540,6 +3540,7 @@ module Google
3540
3540
  property :enable_word_info, as: 'enableWordInfo'
3541
3541
  property :model, as: 'model'
3542
3542
  property :model_variant, as: 'modelVariant'
3543
+ property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
3543
3544
  collection :phrase_hints, as: 'phraseHints'
3544
3545
  property :sample_rate_hertz, as: 'sampleRateHertz'
3545
3546
  property :single_utterance, as: 'singleUtterance'
@@ -4517,6 +4518,7 @@ module Google
4517
4518
  property :enable_word_info, as: 'enableWordInfo'
4518
4519
  property :model, as: 'model'
4519
4520
  property :model_variant, as: 'modelVariant'
4521
+ property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
4520
4522
  collection :phrase_hints, as: 'phraseHints'
4521
4523
  property :sample_rate_hertz, as: 'sampleRateHertz'
4522
4524
  property :single_utterance, as: 'singleUtterance'
@@ -6759,6 +6761,7 @@ module Google
6759
6761
  property :language_code, as: 'languageCode'
6760
6762
  property :model, as: 'model'
6761
6763
  property :model_variant, as: 'modelVariant'
6764
+ property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
6762
6765
  collection :phrase_hints, as: 'phraseHints'
6763
6766
  property :sample_rate_hertz, as: 'sampleRateHertz'
6764
6767
  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_v2beta1',
49
51
  client_version: Google::Apis::DialogflowV2beta1::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_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.77.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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.76.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.77.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []