Skip to content

Commit

Permalink
feat: Automated regeneration of dialogflow v2 client (#18981)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-12 09:17:41 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 12, 2024
1 parent 0cc9697 commit 90229a3
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
4 changes: 4 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160803,7 +160803,9 @@
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettings/speechSettings": speech_settings
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": google_cloud_dialogflow_cx_v3_advanced_settings_dtmf_settings
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/enabled": enabled
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/endpointingTimeoutDuration": endpointing_timeout_duration
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/finishDigit": finish_digit
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/interdigitTimeoutDuration": interdigit_timeout_duration
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings/maxDigits": max_digits
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": google_cloud_dialogflow_cx_v3_advanced_settings_logging_settings
"/dialogflow:v2/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings/enableInteractionLogging": enable_interaction_logging
Expand Down Expand Up @@ -161285,7 +161287,9 @@
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettings/speechSettings": speech_settings
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": google_cloud_dialogflow_cx_v3beta1_advanced_settings_dtmf_settings
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/enabled": enabled
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/endpointingTimeoutDuration": endpointing_timeout_duration
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/finishDigit": finish_digit
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/interdigitTimeoutDuration": interdigit_timeout_duration
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings/maxDigits": max_digits
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": google_cloud_dialogflow_cx_v3beta1_advanced_settings_logging_settings
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings/enableInteractionLogging": enable_interaction_logging
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-dialogflow_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-dialogflow_v2

### v0.86.0 (2024-05-12)

* Regenerated from discovery document revision 20240507

### v0.85.0 (2024-04-21)

* Regenerated from discovery document revision 20240417
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,21 @@ class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
attr_accessor :enabled
alias_method :enabled?, :enabled

# Endpoint timeout setting for matching dtmf input to regex.
# Corresponds to the JSON property `endpointingTimeoutDuration`
# @return [String]
attr_accessor :endpointing_timeout_duration

# The digit that terminates a DTMF digit sequence.
# Corresponds to the JSON property `finishDigit`
# @return [String]
attr_accessor :finish_digit

# Interdigit timeout setting for matching dtmf input to regex.
# Corresponds to the JSON property `interdigitTimeoutDuration`
# @return [String]
attr_accessor :interdigit_timeout_duration

# Max length of DTMF digits.
# Corresponds to the JSON property `maxDigits`
# @return [Fixnum]
Expand All @@ -98,7 +108,9 @@ def initialize(**args)
# Update properties of this object
def update!(**args)
@enabled = args[:enabled] if args.key?(:enabled)
@endpointing_timeout_duration = args[:endpointing_timeout_duration] if args.key?(:endpointing_timeout_duration)
@finish_digit = args[:finish_digit] if args.key?(:finish_digit)
@interdigit_timeout_duration = args[:interdigit_timeout_duration] if args.key?(:interdigit_timeout_duration)
@max_digits = args[:max_digits] if args.key?(:max_digits)
end
end
Expand Down Expand Up @@ -3915,11 +3927,21 @@ class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
attr_accessor :enabled
alias_method :enabled?, :enabled

# Endpoint timeout setting for matching dtmf input to regex.
# Corresponds to the JSON property `endpointingTimeoutDuration`
# @return [String]
attr_accessor :endpointing_timeout_duration

# The digit that terminates a DTMF digit sequence.
# Corresponds to the JSON property `finishDigit`
# @return [String]
attr_accessor :finish_digit

# Interdigit timeout setting for matching dtmf input to regex.
# Corresponds to the JSON property `interdigitTimeoutDuration`
# @return [String]
attr_accessor :interdigit_timeout_duration

# Max length of DTMF digits.
# Corresponds to the JSON property `maxDigits`
# @return [Fixnum]
Expand All @@ -3932,7 +3954,9 @@ def initialize(**args)
# Update properties of this object
def update!(**args)
@enabled = args[:enabled] if args.key?(:enabled)
@endpointing_timeout_duration = args[:endpointing_timeout_duration] if args.key?(:endpointing_timeout_duration)
@finish_digit = args[:finish_digit] if args.key?(:finish_digit)
@interdigit_timeout_duration = args[:interdigit_timeout_duration] if args.key?(:interdigit_timeout_duration)
@max_digits = args[:max_digits] if args.key?(:max_digits)
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DialogflowV2
# Version of the google-apis-dialogflow_v2 gem
GEM_VERSION = "0.85.0"
GEM_VERSION = "0.86.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240417"
REVISION = "20240507"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3178,7 +3178,9 @@ class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :enabled, as: 'enabled'
property :endpointing_timeout_duration, as: 'endpointingTimeoutDuration'
property :finish_digit, as: 'finishDigit'
property :interdigit_timeout_duration, as: 'interdigitTimeoutDuration'
property :max_digits, as: 'maxDigits'
end
end
Expand Down Expand Up @@ -4230,7 +4232,9 @@ class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :enabled, as: 'enabled'
property :endpointing_timeout_duration, as: 'endpointingTimeoutDuration'
property :finish_digit, as: 'finishDigit'
property :interdigit_timeout_duration, as: 'interdigitTimeoutDuration'
property :max_digits, as: 'maxDigits'
end
end
Expand Down

0 comments on commit 90229a3

Please sign in to comment.