Skip to content

Commit 69b690e

Browse files
feat: Automated regeneration of dialogflow v3 client (#19961)
Auto-created at 2024-07-25 20:34:54 +0000 using the toys pull request generator.
1 parent a7f46be commit 69b690e

5 files changed

Lines changed: 28 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172288,6 +172288,7 @@
172288172288
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/interdigitTimeoutDuration": interdigit_timeout_duration
172289172289
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/maxDigits": max_digits
172290172290
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": google_cloud_dialogflow_cx_v3_advanced_settings_logging_settings
172291+
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings/enableConsentBasedRedaction": enable_consent_based_redaction
172291172292
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings/enableInteractionLogging": enable_interaction_logging
172292172293
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings/enableStackdriverLogging": enable_stackdriver_logging
172293172294
"/dialogflow:v3/GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": google_cloud_dialogflow_cx_v3_advanced_settings_speech_settings
@@ -173420,6 +173421,7 @@
173420173421
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/interdigitTimeoutDuration": interdigit_timeout_duration
173421173422
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/maxDigits": max_digits
173422173423
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": google_cloud_dialogflow_cx_v3beta1_advanced_settings_logging_settings
173424+
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings/enableConsentBasedRedaction": enable_consent_based_redaction
173423173425
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings/enableInteractionLogging": enable_interaction_logging
173424173426
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings/enableStackdriverLogging": enable_stackdriver_logging
173425173427
"/dialogflow:v3/GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": google_cloud_dialogflow_cx_v3beta1_advanced_settings_speech_settings

generated/google-apis-dialogflow_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dialogflow_v3
22

3+
### v0.90.0 (2024-07-25)
4+
5+
* Regenerated from discovery document revision 20240721
6+
37
### v0.89.0 (2024-07-25)
48

59
* Regenerated from discovery document revision 20240704

generated/google-apis-dialogflow_v3/lib/google/apis/dialogflow_v3/classes.rb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ def update!(**args)
119119
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
120120
include Google::Apis::Core::Hashable
121121

122+
# Enables consent-based end-user input redaction, if true, a pre-defined session
123+
# parameter `$session.params.conversation-redaction` will be used to determine
124+
# if the utterance should be redacted.
125+
# Corresponds to the JSON property `enableConsentBasedRedaction`
126+
# @return [Boolean]
127+
attr_accessor :enable_consent_based_redaction
128+
alias_method :enable_consent_based_redaction?, :enable_consent_based_redaction
129+
122130
# Enables DF Interaction logging.
123131
# Corresponds to the JSON property `enableInteractionLogging`
124132
# @return [Boolean]
@@ -137,6 +145,7 @@ def initialize(**args)
137145

138146
# Update properties of this object
139147
def update!(**args)
148+
@enable_consent_based_redaction = args[:enable_consent_based_redaction] if args.key?(:enable_consent_based_redaction)
140149
@enable_interaction_logging = args[:enable_interaction_logging] if args.key?(:enable_interaction_logging)
141150
@enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
142151
end
@@ -8933,6 +8942,14 @@ def update!(**args)
89338942
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
89348943
include Google::Apis::Core::Hashable
89358944

8945+
# Enables consent-based end-user input redaction, if true, a pre-defined session
8946+
# parameter `$session.params.conversation-redaction` will be used to determine
8947+
# if the utterance should be redacted.
8948+
# Corresponds to the JSON property `enableConsentBasedRedaction`
8949+
# @return [Boolean]
8950+
attr_accessor :enable_consent_based_redaction
8951+
alias_method :enable_consent_based_redaction?, :enable_consent_based_redaction
8952+
89368953
# Enables DF Interaction logging.
89378954
# Corresponds to the JSON property `enableInteractionLogging`
89388955
# @return [Boolean]
@@ -8951,6 +8968,7 @@ def initialize(**args)
89518968

89528969
# Update properties of this object
89538970
def update!(**args)
8971+
@enable_consent_based_redaction = args[:enable_consent_based_redaction] if args.key?(:enable_consent_based_redaction)
89548972
@enable_interaction_logging = args[:enable_interaction_logging] if args.key?(:enable_interaction_logging)
89558973
@enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
89568974
end

generated/google-apis-dialogflow_v3/lib/google/apis/dialogflow_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DialogflowV3
1818
# Version of the google-apis-dialogflow_v3 gem
19-
GEM_VERSION = "0.89.0"
19+
GEM_VERSION = "0.90.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240704"
25+
REVISION = "20240721"
2626
end
2727
end
2828
end

generated/google-apis-dialogflow_v3/lib/google/apis/dialogflow_v3/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3374,6 +3374,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
33743374
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
33753375
# @private
33763376
class Representation < Google::Apis::Core::JsonRepresentation
3377+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
33773378
property :enable_interaction_logging, as: 'enableInteractionLogging'
33783379
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
33793380
end
@@ -5772,6 +5773,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
57725773
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
57735774
# @private
57745775
class Representation < Google::Apis::Core::JsonRepresentation
5776+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
57755777
property :enable_interaction_logging, as: 'enableInteractionLogging'
57765778
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
57775779
end

0 commit comments

Comments
 (0)