google-apis-dialogflow_v2beta1 0.50.0 → 0.52.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: ed24ea671930ba3cc64b5c81a71ad13d9c84e859a51332657208fe9777d112b3
4
- data.tar.gz: ec966e272a97b0d61a8d805ede952c9447a355e4e7a173e16e51c6b960c2fb02
3
+ metadata.gz: 31147e5e0d3fd11f23ca5048883189da2f6f2f4894146d0bbfe23ce9b6a71b0a
4
+ data.tar.gz: 61a5b3ea784feeb6d1d087b06268e1c784a35f33c2adda9506cec67f5b416376
5
5
  SHA512:
6
- metadata.gz: d0c309e0f867ad30f70eea47463e9aeab8bc084b2334e104ffc975f7e693dc53ced2e9b3ec6656ccb12852463cb1e23cebc0987cedc558fc432a9b4b39baecfc
7
- data.tar.gz: 480e525f42eff14d1dc3ab76a3754b3e14a81e2a954bed7e5f8e35b3076c2fe9a38ddc2eddda4c07e99fa86485907b2c4fa215b342eb9cbdbb9fe5baced8c70b
6
+ metadata.gz: f0b4ba1ec367ad2992056f5a644fd308a09ec946624ba5a01652f1b360fc0904796f4fdd09ccabea65600be1ba827a48564c8d13ab1ba5e8ebd14d8d484c2a68
7
+ data.tar.gz: f0f54cb73c0afdea2d25ef0852222b9cbcaf6d4539d98dfa80c0995d2dc7f66c8e9534968f419d2d75dd771f3fab8f07e6268b2d893494d25f5656ec35518e68
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.52.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230304
6
+
7
+ ### v0.51.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230222
10
+
3
11
  ### v0.50.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -27,7 +27,7 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # The natural language speech audio to be processed. A single request can
30
- # contain up to 1 minute of speech audio data. The transcribed text cannot
30
+ # contain up to 2 minutes of speech audio data. The transcribed text cannot
31
31
  # contain more than 256 bytes. For non-streaming audio detect intent, both `
32
32
  # config` and `audio` must be provided. For streaming audio detect intent, `
33
33
  # config` must be provided in the first request and `audio` must be provided in
@@ -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
@@ -3052,7 +3052,7 @@ module Google
3052
3052
  include Google::Apis::Core::Hashable
3053
3053
 
3054
3054
  # The natural language speech audio to be processed. A single request can
3055
- # contain up to 1 minute of speech audio data. The transcribed text cannot
3055
+ # contain up to 2 minutes of speech audio data. The transcribed text cannot
3056
3056
  # contain more than 256 bytes. For non-streaming audio detect intent, both `
3057
3057
  # config` and `audio` must be provided. For streaming audio detect intent, `
3058
3058
  # config` must be provided in the first request and `audio` must be provided in
@@ -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.50.0"
19
+ GEM_VERSION = "0.52.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 = "20230304"
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
@@ -8766,13 +8766,7 @@ module Google
8766
8766
  end
8767
8767
 
8768
8768
  # Lists operations that match the specified filter in the request. If the server
8769
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
8770
- # binding allows API services to override the binding to use different resource
8771
- # name schemes, such as `users/*/operations`. To override the binding, API
8772
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
8773
- # service configuration. For backwards compatibility, the default name includes
8774
- # the operations collection id, however overriding users must ensure the name
8775
- # binding is the parent resource, without the operations collection id.
8769
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
8776
8770
  # @param [String] name
8777
8771
  # The name of the operation's parent resource.
8778
8772
  # @param [String] filter
@@ -8880,13 +8874,7 @@ module Google
8880
8874
  end
8881
8875
 
8882
8876
  # Lists operations that match the specified filter in the request. If the server
8883
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
8884
- # binding allows API services to override the binding to use different resource
8885
- # name schemes, such as `users/*/operations`. To override the binding, API
8886
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
8887
- # service configuration. For backwards compatibility, the default name includes
8888
- # the operations collection id, however overriding users must ensure the name
8889
- # binding is the parent resource, without the operations collection id.
8877
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
8890
8878
  # @param [String] name
8891
8879
  # The name of the operation's parent resource.
8892
8880
  # @param [String] filter
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.50.0
4
+ version: 0.52.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-03-19 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.52.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: []