From 0bddeac9d762ea0410dab6c42fd38ddb69d8f3dc Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 12 Jul 2026 11:49:08 +0000 Subject: [PATCH] feat: Automated regeneration of dialogflow v2 client --- api_names_out.yaml | 3 +++ generated/google-apis-dialogflow_v2/CHANGELOG.md | 4 ++++ .../lib/google/apis/dialogflow_v2/classes.rb | 13 +++++++++++++ .../lib/google/apis/dialogflow_v2/gem_version.rb | 4 ++-- .../google/apis/dialogflow_v2/representations.rb | 2 ++ 5 files changed, 24 insertions(+), 2 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 9570f8efdde..fb1454f70a2 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -215819,6 +215819,7 @@ "/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/audioEncoding": audio_encoding "/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/disableNoSpeechRecognizedEvent": disable_no_speech_recognized_event "/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/enableAutomaticPunctuation": enable_automatic_punctuation +"/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/enableVoiceActivityEvents": enable_voice_activity_events "/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/enableWordInfo": enable_word_info "/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/languageCode": language_code "/dialogflow:v2/GoogleCloudDialogflowV2InputAudioConfig/model": model @@ -216298,6 +216299,8 @@ "/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource/title": title "/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource/uri": uri "/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeDebugInfo": google_cloud_dialogflow_v2_search_knowledge_debug_info +"/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeDebugInfo/cesDebugInfo": ces_debug_info +"/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeDebugInfo/cesDebugInfo/ces_debug_info": ces_debug_info "/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeDebugInfo/datastoreResponseReason": datastore_response_reason "/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeDebugInfo/ingestedContextReferenceDebugInfo": ingested_context_reference_debug_info "/dialogflow:v2/GoogleCloudDialogflowV2SearchKnowledgeDebugInfo/searchKnowledgeBehavior": search_knowledge_behavior diff --git a/generated/google-apis-dialogflow_v2/CHANGELOG.md b/generated/google-apis-dialogflow_v2/CHANGELOG.md index 3df9ead61ac..f52aa0a7651 100644 --- a/generated/google-apis-dialogflow_v2/CHANGELOG.md +++ b/generated/google-apis-dialogflow_v2/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-dialogflow_v2 +### v0.127.0 (2026-07-12) + +* Regenerated from discovery document revision 20260701 + ### v0.126.0 (2026-06-21) * Regenerated from discovery document revision 20260616 diff --git a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb index da3873c1c10..f182bcaf675 100644 --- a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb +++ b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/classes.rb @@ -11777,6 +11777,12 @@ class GoogleCloudDialogflowV2InputAudioConfig attr_accessor :enable_automatic_punctuation alias_method :enable_automatic_punctuation?, :enable_automatic_punctuation + # + # Corresponds to the JSON property `enableVoiceActivityEvents` + # @return [Boolean] + attr_accessor :enable_voice_activity_events + alias_method :enable_voice_activity_events?, :enable_voice_activity_events + # # Corresponds to the JSON property `enableWordInfo` # @return [Boolean] @@ -11839,6 +11845,7 @@ def update!(**args) @audio_encoding = args[:audio_encoding] if args.key?(:audio_encoding) @disable_no_speech_recognized_event = args[:disable_no_speech_recognized_event] if args.key?(:disable_no_speech_recognized_event) @enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation) + @enable_voice_activity_events = args[:enable_voice_activity_events] if args.key?(:enable_voice_activity_events) @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info) @language_code = args[:language_code] if args.key?(:language_code) @model = args[:model] if args.key?(:model) @@ -14878,6 +14885,11 @@ def update!(**args) class GoogleCloudDialogflowV2SearchKnowledgeDebugInfo include Google::Apis::Core::Hashable + # + # Corresponds to the JSON property `cesDebugInfo` + # @return [Hash] + attr_accessor :ces_debug_info + # # Corresponds to the JSON property `datastoreResponseReason` # @return [String] @@ -14904,6 +14916,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @ces_debug_info = args[:ces_debug_info] if args.key?(:ces_debug_info) @datastore_response_reason = args[:datastore_response_reason] if args.key?(:datastore_response_reason) @ingested_context_reference_debug_info = args[:ingested_context_reference_debug_info] if args.key?(:ingested_context_reference_debug_info) @search_knowledge_behavior = args[:search_knowledge_behavior] if args.key?(:search_knowledge_behavior) diff --git a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb index b53335ab36f..102e9745adc 100644 --- a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb +++ b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DialogflowV2 # Version of the google-apis-dialogflow_v2 gem - GEM_VERSION = "0.126.0" + GEM_VERSION = "0.127.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.19.0" # Revision of the discovery document this client was generated from - REVISION = "20260616" + REVISION = "20260701" end end end diff --git a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/representations.rb b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/representations.rb index dbf92962fb9..3696205be0a 100644 --- a/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/representations.rb +++ b/generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/representations.rb @@ -7842,6 +7842,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :audio_encoding, as: 'audioEncoding' property :disable_no_speech_recognized_event, as: 'disableNoSpeechRecognizedEvent' property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation' + property :enable_voice_activity_events, as: 'enableVoiceActivityEvents' property :enable_word_info, as: 'enableWordInfo' property :language_code, as: 'languageCode' property :model, as: 'model' @@ -8801,6 +8802,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleCloudDialogflowV2SearchKnowledgeDebugInfo # @private class Representation < Google::Apis::Core::JsonRepresentation + hash :ces_debug_info, as: 'cesDebugInfo' property :datastore_response_reason, as: 'datastoreResponseReason' property :ingested_context_reference_debug_info, as: 'ingestedContextReferenceDebugInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo::Representation