Skip to content

Commit 90229a3

Browse files
feat: Automated regeneration of dialogflow v2 client (#18981)
Auto-created at 2024-05-12 09:17:41 +0000 using the toys pull request generator.
1 parent 0cc9697 commit 90229a3

File tree

5 files changed

+38
-2
lines changed

5 files changed

+38
-2
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160803,7 +160803,9 @@
160803160803
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettings/speechSettings": speech_settings
160804160804
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": google_cloud_dialogflow_cx_v3_advanced_settings_dtmf_settings
160805160805
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/enabled": enabled
160806+
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/endpointingTimeoutDuration": endpointing_timeout_duration
160806160807
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/finishDigit": finish_digit
160808+
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/interdigitTimeoutDuration": interdigit_timeout_duration
160807160809
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/maxDigits": max_digits
160808160810
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": google_cloud_dialogflow_cx_v3_advanced_settings_logging_settings
160809160811
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings/enableInteractionLogging": enable_interaction_logging
@@ -161285,7 +161287,9 @@
161285161287
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettings/speechSettings": speech_settings
161286161288
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": google_cloud_dialogflow_cx_v3beta1_advanced_settings_dtmf_settings
161287161289
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/enabled": enabled
161290+
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/endpointingTimeoutDuration": endpointing_timeout_duration
161288161291
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/finishDigit": finish_digit
161292+
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/interdigitTimeoutDuration": interdigit_timeout_duration
161289161293
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/maxDigits": max_digits
161290161294
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": google_cloud_dialogflow_cx_v3beta1_advanced_settings_logging_settings
161291161295
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings/enableInteractionLogging": enable_interaction_logging

generated/google-apis-dialogflow_v2/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_v2
22

3+
### v0.86.0 (2024-05-12)
4+
5+
* Regenerated from discovery document revision 20240507
6+
37
### v0.85.0 (2024-04-21)
48

59
* Regenerated from discovery document revision 20240417

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,21 @@ class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
8181
attr_accessor :enabled
8282
alias_method :enabled?, :enabled
8383

84+
# Endpoint timeout setting for matching dtmf input to regex.
85+
# Corresponds to the JSON property `endpointingTimeoutDuration`
86+
# @return [String]
87+
attr_accessor :endpointing_timeout_duration
88+
8489
# The digit that terminates a DTMF digit sequence.
8590
# Corresponds to the JSON property `finishDigit`
8691
# @return [String]
8792
attr_accessor :finish_digit
8893

94+
# Interdigit timeout setting for matching dtmf input to regex.
95+
# Corresponds to the JSON property `interdigitTimeoutDuration`
96+
# @return [String]
97+
attr_accessor :interdigit_timeout_duration
98+
8999
# Max length of DTMF digits.
90100
# Corresponds to the JSON property `maxDigits`
91101
# @return [Fixnum]
@@ -98,7 +108,9 @@ def initialize(**args)
98108
# Update properties of this object
99109
def update!(**args)
100110
@enabled = args[:enabled] if args.key?(:enabled)
111+
@endpointing_timeout_duration = args[:endpointing_timeout_duration] if args.key?(:endpointing_timeout_duration)
101112
@finish_digit = args[:finish_digit] if args.key?(:finish_digit)
113+
@interdigit_timeout_duration = args[:interdigit_timeout_duration] if args.key?(:interdigit_timeout_duration)
102114
@max_digits = args[:max_digits] if args.key?(:max_digits)
103115
end
104116
end
@@ -3915,11 +3927,21 @@ class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
39153927
attr_accessor :enabled
39163928
alias_method :enabled?, :enabled
39173929

3930+
# Endpoint timeout setting for matching dtmf input to regex.
3931+
# Corresponds to the JSON property `endpointingTimeoutDuration`
3932+
# @return [String]
3933+
attr_accessor :endpointing_timeout_duration
3934+
39183935
# The digit that terminates a DTMF digit sequence.
39193936
# Corresponds to the JSON property `finishDigit`
39203937
# @return [String]
39213938
attr_accessor :finish_digit
39223939

3940+
# Interdigit timeout setting for matching dtmf input to regex.
3941+
# Corresponds to the JSON property `interdigitTimeoutDuration`
3942+
# @return [String]
3943+
attr_accessor :interdigit_timeout_duration
3944+
39233945
# Max length of DTMF digits.
39243946
# Corresponds to the JSON property `maxDigits`
39253947
# @return [Fixnum]
@@ -3932,7 +3954,9 @@ def initialize(**args)
39323954
# Update properties of this object
39333955
def update!(**args)
39343956
@enabled = args[:enabled] if args.key?(:enabled)
3957+
@endpointing_timeout_duration = args[:endpointing_timeout_duration] if args.key?(:endpointing_timeout_duration)
39353958
@finish_digit = args[:finish_digit] if args.key?(:finish_digit)
3959+
@interdigit_timeout_duration = args[:interdigit_timeout_duration] if args.key?(:interdigit_timeout_duration)
39363960
@max_digits = args[:max_digits] if args.key?(:max_digits)
39373961
end
39383962
end

generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/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 DialogflowV2
1818
# Version of the google-apis-dialogflow_v2 gem
19-
GEM_VERSION = "0.85.0"
19+
GEM_VERSION = "0.86.0"
2020

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

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3178,7 +3178,9 @@ class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
31783178
# @private
31793179
class Representation < Google::Apis::Core::JsonRepresentation
31803180
property :enabled, as: 'enabled'
3181+
property :endpointing_timeout_duration, as: 'endpointingTimeoutDuration'
31813182
property :finish_digit, as: 'finishDigit'
3183+
property :interdigit_timeout_duration, as: 'interdigitTimeoutDuration'
31823184
property :max_digits, as: 'maxDigits'
31833185
end
31843186
end
@@ -4230,7 +4232,9 @@ class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
42304232
# @private
42314233
class Representation < Google::Apis::Core::JsonRepresentation
42324234
property :enabled, as: 'enabled'
4235+
property :endpointing_timeout_duration, as: 'endpointingTimeoutDuration'
42334236
property :finish_digit, as: 'finishDigit'
4237+
property :interdigit_timeout_duration, as: 'interdigitTimeoutDuration'
42344238
property :max_digits, as: 'maxDigits'
42354239
end
42364240
end

0 commit comments

Comments
 (0)