Skip to content

Commit 2966e44

Browse files
feat: Automated regeneration of dialogflow v2 client (#26048)
Auto-created at 2026-03-22 11:01:12 +0000 using the toys pull request generator.
1 parent 0556348 commit 2966e44

File tree

5 files changed

+75
-2
lines changed

5 files changed

+75
-2
lines changed

api_names_out.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204620,6 +204620,7 @@
204620204620
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent": google_cloud_dialogflow_cx_v3_intent
204621204621
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent/description": description
204622204622
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent/displayName": display_name
204623+
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent/dtmfPattern": dtmf_pattern
204623204624
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent/isFallback": is_fallback
204624204625
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent/labels": labels
204625204626
"/dialogflow:v2/GoogleCloudDialogflowCxV3Intent/labels/label": label
@@ -205136,6 +205137,7 @@
205136205137
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent": google_cloud_dialogflow_cx_v3beta1_intent
205137205138
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent/description": description
205138205139
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent/displayName": display_name
205140+
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent/dtmfPattern": dtmf_pattern
205139205141
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent/isFallback": is_fallback
205140205142
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent/labels": labels
205141205143
"/dialogflow:v2/GoogleCloudDialogflowCxV3beta1Intent/labels/label": label
@@ -205642,6 +205644,9 @@
205642205644
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/endTime": end_time
205643205645
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/ingestedContextReferences": ingested_context_references
205644205646
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/ingestedContextReferences/ingested_context_reference": ingested_context_reference
205647+
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/initialConversationProfile": initial_conversation_profile
205648+
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/initialGeneratorContexts": initial_generator_contexts
205649+
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/initialGeneratorContexts/initial_generator_context": initial_generator_context
205645205650
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/lifecycleState": lifecycle_state
205646205651
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/name": name
205647205652
"/dialogflow:v2/GoogleCloudDialogflowV2Conversation/phoneNumber": phone_number
@@ -205677,6 +205682,8 @@
205677205682
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationEvent/newMessagePayload": new_message_payload
205678205683
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationEvent/newRecognitionResultPayload": new_recognition_result_payload
205679205684
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationEvent/type": type
205685+
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationGeneratorContext": google_cloud_dialogflow_v2_conversation_generator_context
205686+
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationGeneratorContext/generatorType": generator_type
205680205687
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationInfo": google_cloud_dialogflow_v2_conversation_info
205681205688
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationInfo/languageCode": language_code
205682205689
"/dialogflow:v2/GoogleCloudDialogflowV2ConversationModel": google_cloud_dialogflow_v2_conversation_model

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.120.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260313
6+
37
### v0.119.0 (2026-01-25)
48

59
* Regenerated from discovery document revision 20260119

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

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,6 +1533,11 @@ class GoogleCloudDialogflowCxV3Intent
15331533
# @return [String]
15341534
attr_accessor :display_name
15351535

1536+
#
1537+
# Corresponds to the JSON property `dtmfPattern`
1538+
# @return [String]
1539+
attr_accessor :dtmf_pattern
1540+
15361541
#
15371542
# Corresponds to the JSON property `isFallback`
15381543
# @return [Boolean]
@@ -1572,6 +1577,7 @@ def initialize(**args)
15721577
def update!(**args)
15731578
@description = args[:description] if args.key?(:description)
15741579
@display_name = args[:display_name] if args.key?(:display_name)
1580+
@dtmf_pattern = args[:dtmf_pattern] if args.key?(:dtmf_pattern)
15751581
@is_fallback = args[:is_fallback] if args.key?(:is_fallback)
15761582
@labels = args[:labels] if args.key?(:labels)
15771583
@name = args[:name] if args.key?(:name)
@@ -4901,6 +4907,11 @@ class GoogleCloudDialogflowCxV3beta1Intent
49014907
# @return [String]
49024908
attr_accessor :display_name
49034909

4910+
#
4911+
# Corresponds to the JSON property `dtmfPattern`
4912+
# @return [String]
4913+
attr_accessor :dtmf_pattern
4914+
49044915
#
49054916
# Corresponds to the JSON property `isFallback`
49064917
# @return [Boolean]
@@ -4940,6 +4951,7 @@ def initialize(**args)
49404951
def update!(**args)
49414952
@description = args[:description] if args.key?(:description)
49424953
@display_name = args[:display_name] if args.key?(:display_name)
4954+
@dtmf_pattern = args[:dtmf_pattern] if args.key?(:dtmf_pattern)
49434955
@is_fallback = args[:is_fallback] if args.key?(:is_fallback)
49444956
@labels = args[:labels] if args.key?(:labels)
49454957
@name = args[:name] if args.key?(:name)
@@ -8163,6 +8175,16 @@ class GoogleCloudDialogflowV2Conversation
81638175
# @return [Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference>]
81648176
attr_accessor :ingested_context_references
81658177

8178+
#
8179+
# Corresponds to the JSON property `initialConversationProfile`
8180+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile]
8181+
attr_accessor :initial_conversation_profile
8182+
8183+
#
8184+
# Corresponds to the JSON property `initialGeneratorContexts`
8185+
# @return [Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationGeneratorContext>]
8186+
attr_accessor :initial_generator_contexts
8187+
81668188
#
81678189
# Corresponds to the JSON property `lifecycleState`
81688190
# @return [String]
@@ -8198,6 +8220,8 @@ def update!(**args)
81988220
@conversation_stage = args[:conversation_stage] if args.key?(:conversation_stage)
81998221
@end_time = args[:end_time] if args.key?(:end_time)
82008222
@ingested_context_references = args[:ingested_context_references] if args.key?(:ingested_context_references)
8223+
@initial_conversation_profile = args[:initial_conversation_profile] if args.key?(:initial_conversation_profile)
8224+
@initial_generator_contexts = args[:initial_generator_contexts] if args.key?(:initial_generator_contexts)
82018225
@lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state)
82028226
@name = args[:name] if args.key?(:name)
82038227
@phone_number = args[:phone_number] if args.key?(:phone_number)
@@ -8411,6 +8435,25 @@ def update!(**args)
84118435
end
84128436
end
84138437

8438+
#
8439+
class GoogleCloudDialogflowV2ConversationGeneratorContext
8440+
include Google::Apis::Core::Hashable
8441+
8442+
#
8443+
# Corresponds to the JSON property `generatorType`
8444+
# @return [String]
8445+
attr_accessor :generator_type
8446+
8447+
def initialize(**args)
8448+
update!(**args)
8449+
end
8450+
8451+
# Update properties of this object
8452+
def update!(**args)
8453+
@generator_type = args[:generator_type] if args.key?(:generator_type)
8454+
end
8455+
end
8456+
84148457
#
84158458
class GoogleCloudDialogflowV2ConversationInfo
84168459
include Google::Apis::Core::Hashable

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.119.0"
19+
GEM_VERSION = "0.120.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 = "20260313"
2626
end
2727
end
2828
end

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
15821582
include Google::Apis::Core::JsonObjectSupport
15831583
end
15841584

1585+
class GoogleCloudDialogflowV2ConversationGeneratorContext
1586+
class Representation < Google::Apis::Core::JsonRepresentation; end
1587+
1588+
include Google::Apis::Core::JsonObjectSupport
1589+
end
1590+
15851591
class GoogleCloudDialogflowV2ConversationInfo
15861592
class Representation < Google::Apis::Core::JsonRepresentation; end
15871593

@@ -4569,6 +4575,7 @@ class GoogleCloudDialogflowCxV3Intent
45694575
class Representation < Google::Apis::Core::JsonRepresentation
45704576
property :description, as: 'description'
45714577
property :display_name, as: 'displayName'
4578+
property :dtmf_pattern, as: 'dtmfPattern'
45724579
property :is_fallback, as: 'isFallback'
45734580
hash :labels, as: 'labels'
45744581
property :name, as: 'name'
@@ -5633,6 +5640,7 @@ class GoogleCloudDialogflowCxV3beta1Intent
56335640
class Representation < Google::Apis::Core::JsonRepresentation
56345641
property :description, as: 'description'
56355642
property :display_name, as: 'displayName'
5643+
property :dtmf_pattern, as: 'dtmfPattern'
56365644
property :is_fallback, as: 'isFallback'
56375645
hash :labels, as: 'labels'
56385646
property :name, as: 'name'
@@ -6643,6 +6651,10 @@ class Representation < Google::Apis::Core::JsonRepresentation
66436651
property :end_time, as: 'endTime'
66446652
hash :ingested_context_references, as: 'ingestedContextReferences', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationContextReference::Representation
66456653

6654+
property :initial_conversation_profile, as: 'initialConversationProfile', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile::Representation
6655+
6656+
hash :initial_generator_contexts, as: 'initialGeneratorContexts', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationGeneratorContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationGeneratorContext::Representation
6657+
66466658
property :lifecycle_state, as: 'lifecycleState'
66476659
property :name, as: 'name'
66486660
property :phone_number, as: 'phoneNumber', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationPhoneNumber, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationPhoneNumber::Representation
@@ -6713,6 +6725,13 @@ class Representation < Google::Apis::Core::JsonRepresentation
67136725
end
67146726
end
67156727

6728+
class GoogleCloudDialogflowV2ConversationGeneratorContext
6729+
# @private
6730+
class Representation < Google::Apis::Core::JsonRepresentation
6731+
property :generator_type, as: 'generatorType'
6732+
end
6733+
end
6734+
67166735
class GoogleCloudDialogflowV2ConversationInfo
67176736
# @private
67186737
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)