Skip to content

Commit 65f5fad

Browse files
feat: Automated regeneration of dialogflow v2beta1 client (#27236)
Auto-created at 2026-07-05 10:42:13 +0000 using the toys pull request generator.
1 parent 8069fbf commit 65f5fad

4 files changed

Lines changed: 6 additions & 49 deletions

File tree

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.126.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260622
6+
37
### v0.125.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260616

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14626,31 +14626,6 @@ def update!(**args)
1462614626
end
1462714627
end
1462814628

14629-
#
14630-
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
14631-
include Google::Apis::Core::Hashable
14632-
14633-
#
14634-
# Corresponds to the JSON property `baselineModelVersion`
14635-
# @return [String]
14636-
attr_accessor :baseline_model_version
14637-
14638-
#
14639-
# Corresponds to the JSON property `model`
14640-
# @return [String]
14641-
attr_accessor :model
14642-
14643-
def initialize(**args)
14644-
update!(**args)
14645-
end
14646-
14647-
# Update properties of this object
14648-
def update!(**args)
14649-
@baseline_model_version = args[:baseline_model_version] if args.key?(:baseline_model_version)
14650-
@model = args[:model] if args.key?(:model)
14651-
end
14652-
end
14653-
1465414629
#
1465514630
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
1465614631
include Google::Apis::Core::Hashable
@@ -14768,11 +14743,6 @@ def update!(**args)
1476814743
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
1476914744
include Google::Apis::Core::Hashable
1477014745

14771-
#
14772-
# Corresponds to the JSON property `conversationModelConfig`
14773-
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig]
14774-
attr_accessor :conversation_model_config
14775-
1477614746
#
1477714747
# Corresponds to the JSON property `conversationProcessConfig`
1477814748
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig]
@@ -14851,7 +14821,6 @@ def initialize(**args)
1485114821

1485214822
# Update properties of this object
1485314823
def update!(**args)
14854-
@conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config)
1485514824
@conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config)
1485614825
@disable_agent_query_logging = args[:disable_agent_query_logging] if args.key?(:disable_agent_query_logging)
1485714826
@disable_query_search_context = args[:disable_query_search_context] if args.key?(:disable_query_search_context)

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.125.0"
19+
GEM_VERSION = "0.126.0"
2020

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

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

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,12 +2656,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
26562656
include Google::Apis::Core::JsonObjectSupport
26572657
end
26582658

2659-
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
2660-
class Representation < Google::Apis::Core::JsonRepresentation; end
2661-
2662-
include Google::Apis::Core::JsonObjectSupport
2663-
end
2664-
26652659
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
26662660
class Representation < Google::Apis::Core::JsonRepresentation; end
26672661

@@ -8692,14 +8686,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
86928686
end
86938687
end
86948688

8695-
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
8696-
# @private
8697-
class Representation < Google::Apis::Core::JsonRepresentation
8698-
property :baseline_model_version, as: 'baselineModelVersion'
8699-
property :model, as: 'model'
8700-
end
8701-
end
8702-
87038689
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
87048690
# @private
87058691
class Representation < Google::Apis::Core::JsonRepresentation
@@ -8733,8 +8719,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
87338719
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
87348720
# @private
87358721
class Representation < Google::Apis::Core::JsonRepresentation
8736-
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig::Representation
8737-
87388722
property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig::Representation
87398723

87408724
property :disable_agent_query_logging, as: 'disableAgentQueryLogging'

0 commit comments

Comments
 (0)