google-apis-dialogflow_v2beta1 0.49.0 → 0.51.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: f4e1b44a4c55e278b67413d1c8963d51da2a669e0a5e445262a0aef05fd2d70e
4
- data.tar.gz: 156e3c3648deb042cb92f5d8602dbcb62c0e7419e830178d4d9e5973a56fc321
3
+ metadata.gz: 8a6e22ca494f5e6e239c633478a19e4b6859dd088877ac8d3c620714711e7c41
4
+ data.tar.gz: c6a6e837f76662d78a233d21247e1f0d763bbd3bbfd704576e863135b7d6490f
5
5
  SHA512:
6
- metadata.gz: 95d3121e7594c2386b21c3ba03d49bb59c22da455b4b10bee2dbee5c7ef0f879750cc5337502e2b7451f99401b05fa045c4036a1aa77c004e6046f2abc1ab299
7
- data.tar.gz: fbec9e662cfb675ce52be1db12e6dea7f910ed2d97dc74bdd7ebf753ece03e8c7c8f495c0403050adde7c171973f5c6e3ac0fbbb83122fcca791f04c4a583158
6
+ metadata.gz: a4fb24efd0f91fff1608ee0144bbecd80c9c6d7b4ab0707504abee4790e6e7868721583f80f3e3202402c3fdd5ac3cfe0b08506dc11372f0f93c3ab8cc6a3884
7
+ data.tar.gz: f34eedab6d18ab0a2e433ad13bcb179beba3d282517545a52a36db4954c895360fcb71e9de648ddad04d331259f17898a13fee020c15bf8153faf0124ef5f5a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.51.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230222
6
+
7
+ ### v0.50.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.49.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230209
@@ -470,9 +470,9 @@ module Google
470
470
  # @return [String]
471
471
  attr_accessor :update_time
472
472
 
473
- # Required. A list of configurations for flow versions. You should include
474
- # version configs for all flows that are reachable from `Start Flow` in the
475
- # agent. Otherwise, an error will be returned.
473
+ # A list of configurations for flow versions. You should include version configs
474
+ # for all flows that are reachable from `Start Flow` in the agent. Otherwise, an
475
+ # error will be returned.
476
476
  # Corresponds to the JSON property `versionConfigs`
477
477
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3EnvironmentVersionConfig>]
478
478
  attr_accessor :version_configs
@@ -3495,9 +3495,9 @@ module Google
3495
3495
  # @return [String]
3496
3496
  attr_accessor :update_time
3497
3497
 
3498
- # Required. A list of configurations for flow versions. You should include
3499
- # version configs for all flows that are reachable from `Start Flow` in the
3500
- # agent. Otherwise, an error will be returned.
3498
+ # A list of configurations for flow versions. You should include version configs
3499
+ # for all flows that are reachable from `Start Flow` in the agent. Otherwise, an
3500
+ # error will be returned.
3501
3501
  # Corresponds to the JSON property `versionConfigs`
3502
3502
  # @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig>]
3503
3503
  attr_accessor :version_configs
@@ -10545,6 +10545,11 @@ module Google
10545
10545
  # @return [String]
10546
10546
  attr_accessor :time_zone
10547
10547
 
10548
+ # Configuration of how speech should be synthesized.
10549
+ # Corresponds to the JSON property `ttsConfig`
10550
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig]
10551
+ attr_accessor :tts_config
10552
+
10548
10553
  # Output only. Update time of the conversation profile.
10549
10554
  # Corresponds to the JSON property `updateTime`
10550
10555
  # @return [String]
@@ -10569,6 +10574,7 @@ module Google
10569
10574
  @security_settings = args[:security_settings] if args.key?(:security_settings)
10570
10575
  @stt_config = args[:stt_config] if args.key?(:stt_config)
10571
10576
  @time_zone = args[:time_zone] if args.key?(:time_zone)
10577
+ @tts_config = args[:tts_config] if args.key?(:tts_config)
10572
10578
  @update_time = args[:update_time] if args.key?(:update_time)
10573
10579
  end
10574
10580
  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.49.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230209"
25
+ REVISION = "20230222"
26
26
  end
27
27
  end
28
28
  end
@@ -5691,6 +5691,8 @@ module Google
5691
5691
  property :stt_config, as: 'sttConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig::Representation
5692
5692
 
5693
5693
  property :time_zone, as: 'timeZone'
5694
+ property :tts_config, as: 'ttsConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
5695
+
5694
5696
  property :update_time, as: 'updateTime'
5695
5697
  end
5696
5698
  end
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.49.0
4
+ version: 0.51.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: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.51.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: []