google-apis-dialogflow_v2beta1 0.17.0 → 0.18.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: 00161f97e3c7b24bab5f9d568a165598a9b69f2069bea11e6df0b2857b4ae188
4
- data.tar.gz: 49ec6bd19555ae8e45dbb48a99d7f5e3cf0a043b1704bd7c0277031412ab2a5e
3
+ metadata.gz: 0a040e114e4e3dc7445df0efca8f20e1b4188d3e29039ffa96f9981e39b9edcd
4
+ data.tar.gz: acd1e246da1d0b6edbb58f812c5f3dc609795f08a3b9798123fd804894596972
5
5
  SHA512:
6
- metadata.gz: 63c3e15dd568d1be54cd84afdae9e8f6a6ba16a3589c2c2cb115cf21838248750f1237f88ea073abb8d2d77a0e3325af9bc7fa1dd4758c5fcaf2997c5e79abf5
7
- data.tar.gz: aa4448b8a359b89949d5942c3e9389804a280de306df13896fa499e4a1022ec1ade42013565b63b8f405021b237bf15004912a045456a0cb70d59f27375fae69
6
+ metadata.gz: eed6b8a22e81cdab8354dae418c2e378af1e8e7a3004f6c41fd06a8ca5cff7f1eaa4cf1032059fa86a504809e1a145e7c9305e31ba4a5d15a77551e0ea7bd448
7
+ data.tar.gz: 461f9b3af8132fa24fca395993775963a9312e7e227b895597887ce8541e931270dedd599d28e992ec31140ad5deb75166d63f9aa3b60a42c47f8db6d9e5e592
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.18.0 (2021-07-30)
4
+
5
+ * Regenerated from discovery document revision 20210727
6
+
3
7
  ### v0.17.0 (2021-06-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
@@ -8693,7 +8693,8 @@ module Google
8693
8693
 
8694
8694
  # Language code for the conversation profile. If not specified, the language is
8695
8695
  # en-US. Language at ConversationProfile should be set for all non en-us
8696
- # languages.
8696
+ # languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.
8697
+ # txt) language tag. Example: "en-US".
8697
8698
  # Corresponds to the JSON property `languageCode`
8698
8699
  # @return [String]
8699
8700
  attr_accessor :language_code
@@ -8719,11 +8720,24 @@ module Google
8719
8720
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig]
8720
8721
  attr_accessor :notification_config
8721
8722
 
8723
+ # Name of the CX SecuritySettings reference for the agent. Format: `projects//
8724
+ # locations//securitySettings/`.
8725
+ # Corresponds to the JSON property `securitySettings`
8726
+ # @return [String]
8727
+ attr_accessor :security_settings
8728
+
8722
8729
  # Configures speech transcription for ConversationProfile.
8723
8730
  # Corresponds to the JSON property `sttConfig`
8724
8731
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig]
8725
8732
  attr_accessor :stt_config
8726
8733
 
8734
+ # The time zone of this conversational profile from the [time zone database](
8735
+ # https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris.
8736
+ # Defaults to America/New_York.
8737
+ # Corresponds to the JSON property `timeZone`
8738
+ # @return [String]
8739
+ attr_accessor :time_zone
8740
+
8727
8741
  # Output only. Update time of the conversation profile.
8728
8742
  # Corresponds to the JSON property `updateTime`
8729
8743
  # @return [String]
@@ -8745,7 +8759,9 @@ module Google
8745
8759
  @name = args[:name] if args.key?(:name)
8746
8760
  @new_message_event_notification_config = args[:new_message_event_notification_config] if args.key?(:new_message_event_notification_config)
8747
8761
  @notification_config = args[:notification_config] if args.key?(:notification_config)
8762
+ @security_settings = args[:security_settings] if args.key?(:security_settings)
8748
8763
  @stt_config = args[:stt_config] if args.key?(:stt_config)
8764
+ @time_zone = args[:time_zone] if args.key?(:time_zone)
8749
8765
  @update_time = args[:update_time] if args.key?(:update_time)
8750
8766
  end
8751
8767
  end
@@ -14211,7 +14227,7 @@ module Google
14211
14227
  # @return [Array<String>]
14212
14228
  attr_accessor :entries
14213
14229
 
14214
- # The detailed error messsage.
14230
+ # The detailed error message.
14215
14231
  # Corresponds to the JSON property `errorMessage`
14216
14232
  # @return [String]
14217
14233
  attr_accessor :error_message
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20210727"
26
26
  end
27
27
  end
28
28
  end
@@ -4822,8 +4822,10 @@ module Google
4822
4822
 
4823
4823
  property :notification_config, as: 'notificationConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig::Representation
4824
4824
 
4825
+ property :security_settings, as: 'securitySettings'
4825
4826
  property :stt_config, as: 'sttConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig::Representation
4826
4827
 
4828
+ property :time_zone, as: 'timeZone'
4827
4829
  property :update_time, as: 'updateTime'
4828
4830
  end
4829
4831
  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.17.0
4
+ version: 0.18.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-02 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/master/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []