google-apis-dialogflow_v2 0.53.0 → 0.54.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: ce475b3e57f8ce8c85c859e494892a1a986c5b10dac6840dcd1d9c1fef8523c3
4
- data.tar.gz: 633be9fef8d87f0ee16b720d1756ac16ac38834ccbd9f058f2866341a623c2d5
3
+ metadata.gz: 38cc1525c4a1530230082fa576084a85fefc89295b316b21b982e43ece8ce506
4
+ data.tar.gz: 4ba0e719a93c4cd365de1af9ec07e5e18960e989a8d3e360bb39f4234eb5ea58
5
5
  SHA512:
6
- metadata.gz: c065ab06a54870148c6784d54ad01c71da71c95f2052893beec8217e1889584fa00964bf319df96324f8acebf4744e697d513b847568bde278ab3b916eb50c53
7
- data.tar.gz: bae81ecdec30c3b7c0dfed2062d4845a845ca33d1f2e03a4959323592b38413b709f8847a408826d59a89931922cb5b5523cd8a1a859f90a138395115388a8a4
6
+ metadata.gz: e8cc50d9fd0bd85e4174fec439400fe0b6f294dedcd691328133c5c9cfc7988aaf2183cf4e525e2d5ba7ec9bfd9dc532bff0d7c358beae745744282a92cd0d6d
7
+ data.tar.gz: 0a701e6581b2be18a5df6ee3c2a63ad7e18bfd20f4aba2f51ba21c3a78031c64f15cc31fef43de2d42db24460f3f75f0ec457af2672e55d572ec119821650703
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.54.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230214
6
+
3
7
  ### v0.53.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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::DialogflowV2::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::DialogflowV2::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig>]
3503
3503
  attr_accessor :version_configs
@@ -7535,6 +7535,11 @@ module Google
7535
7535
  # @return [String]
7536
7536
  attr_accessor :time_zone
7537
7537
 
7538
+ # Configuration of how speech should be synthesized.
7539
+ # Corresponds to the JSON property `ttsConfig`
7540
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig]
7541
+ attr_accessor :tts_config
7542
+
7538
7543
  # Output only. Update time of the conversation profile.
7539
7544
  # Corresponds to the JSON property `updateTime`
7540
7545
  # @return [String]
@@ -7559,6 +7564,7 @@ module Google
7559
7564
  @security_settings = args[:security_settings] if args.key?(:security_settings)
7560
7565
  @stt_config = args[:stt_config] if args.key?(:stt_config)
7561
7566
  @time_zone = args[:time_zone] if args.key?(:time_zone)
7567
+ @tts_config = args[:tts_config] if args.key?(:tts_config)
7562
7568
  @update_time = args[:update_time] if args.key?(:update_time)
7563
7569
  end
7564
7570
  end
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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 = "20230214"
26
26
  end
27
27
  end
28
28
  end
@@ -4853,6 +4853,8 @@ module Google
4853
4853
  property :stt_config, as: 'sttConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig::Representation
4854
4854
 
4855
4855
  property :time_zone, as: 'timeZone'
4856
+ property :tts_config, as: 'ttsConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig::Representation
4857
+
4856
4858
  property :update_time, as: 'updateTime'
4857
4859
  end
4858
4860
  end
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.53.0
4
+ version: 0.54.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-19 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
@@ -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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.54.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: []