Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.127.0 (2026-07-12)

* Regenerated from discovery document revision 20260701

### v0.126.0 (2026-06-21)

* Regenerated from discovery document revision 20260616
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -14878,6 +14885,11 @@ def update!(**args)
class GoogleCloudDialogflowV2SearchKnowledgeDebugInfo
include Google::Apis::Core::Hashable

#
# Corresponds to the JSON property `cesDebugInfo`
# @return [Hash<String,Object>]
attr_accessor :ces_debug_info

#
# Corresponds to the JSON property `datastoreResponseReason`
# @return [String]
Expand All @@ -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)
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.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
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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

Expand Down
Loading