Skip to content

Commit eb9d888

Browse files
feat: Automated regeneration of dialogflow v2beta1 client (#25787)
Auto-created at 2026-02-22 10:16:48 +0000 using the toys pull request generator.
1 parent 8237388 commit eb9d888

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208643,6 +208643,7 @@
208643208643
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationProfile/timeZone": time_zone
208644208644
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationProfile/ttsConfig": tts_config
208645208645
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationProfile/updateTime": update_time
208646+
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationProfile/useBidiStreaming": use_bidi_streaming
208646208647
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo": google_cloud_dialogflow_v2beta1_conversation_telephony_connection_info
208647208648
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo/dialedNumber": dialed_number
208648208649
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo/extraMimeContents": extra_mime_contents

generated/google-apis-dialogflow_v2beta1/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_v2beta1
22

3+
### v0.119.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260216
6+
37
### v0.118.0 (2026-01-25)
48

59
* Regenerated from discovery document revision 20260119

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12537,6 +12537,12 @@ class GoogleCloudDialogflowV2beta1ConversationProfile
1253712537
# @return [String]
1253812538
attr_accessor :update_time
1253912539

12540+
#
12541+
# Corresponds to the JSON property `useBidiStreaming`
12542+
# @return [Boolean]
12543+
attr_accessor :use_bidi_streaming
12544+
alias_method :use_bidi_streaming?, :use_bidi_streaming
12545+
1254012546
def initialize(**args)
1254112547
update!(**args)
1254212548
end
@@ -12559,6 +12565,7 @@ def update!(**args)
1255912565
@time_zone = args[:time_zone] if args.key?(:time_zone)
1256012566
@tts_config = args[:tts_config] if args.key?(:tts_config)
1256112567
@update_time = args[:update_time] if args.key?(:update_time)
12568+
@use_bidi_streaming = args[:use_bidi_streaming] if args.key?(:use_bidi_streaming)
1256212569
end
1256312570
end
1256412571

generated/google-apis-dialogflow_v2beta1/lib/google/apis/dialogflow_v2beta1/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 DialogflowV2beta1
1818
# Version of the google-apis-dialogflow_v2beta1 gem
19-
GEM_VERSION = "0.118.0"
19+
GEM_VERSION = "0.119.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7966,6 +7966,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
79667966
property :tts_config, as: 'ttsConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
79677967

79687968
property :update_time, as: 'updateTime'
7969+
property :use_bidi_streaming, as: 'useBidiStreaming'
79697970
end
79707971
end
79717972

0 commit comments

Comments
 (0)