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
4 changes: 4 additions & 0 deletions generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-dialogflow_v2beta1

### v0.126.0 (2026-07-05)

* Regenerated from discovery document revision 20260622

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

* Regenerated from discovery document revision 20260616
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14626,31 +14626,6 @@ def update!(**args)
end
end

#
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
include Google::Apis::Core::Hashable

#
# Corresponds to the JSON property `baselineModelVersion`
# @return [String]
attr_accessor :baseline_model_version

#
# Corresponds to the JSON property `model`
# @return [String]
attr_accessor :model

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@baseline_model_version = args[:baseline_model_version] if args.key?(:baseline_model_version)
@model = args[:model] if args.key?(:model)
end
end

#
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
include Google::Apis::Core::Hashable
Expand Down Expand Up @@ -14768,11 +14743,6 @@ def update!(**args)
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
include Google::Apis::Core::Hashable

#
# Corresponds to the JSON property `conversationModelConfig`
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig]
attr_accessor :conversation_model_config

#
# Corresponds to the JSON property `conversationProcessConfig`
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig]
Expand Down Expand Up @@ -14851,7 +14821,6 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config)
@conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config)
@disable_agent_query_logging = args[:disable_agent_query_logging] if args.key?(:disable_agent_query_logging)
@disable_query_search_context = args[:disable_query_search_context] if args.key?(:disable_query_search_context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DialogflowV2beta1
# Version of the google-apis-dialogflow_v2beta1 gem
GEM_VERSION = "0.125.0"
GEM_VERSION = "0.126.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 = "20260622"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2656,12 +2656,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -8692,14 +8686,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :baseline_model_version, as: 'baselineModelVersion'
property :model, as: 'model'
end
end

class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -8733,8 +8719,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig::Representation

property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig::Representation

property :disable_agent_query_logging, as: 'disableAgentQueryLogging'
Expand Down
Loading