Skip to content

Commit 2383ab4

Browse files
feat: Automated regeneration of dialogflow v2beta1 client (#24999)
Auto-created at 2025-11-16 10:31:00 +0000 using the toys pull request generator.
1 parent 090378b commit 2383ab4

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202515,6 +202515,7 @@
202515202515
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1OutputAudioConfig/sampleRateHertz": sample_rate_hertz
202516202516
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1OutputAudioConfig/synthesizeSpeechConfig": synthesize_speech_config
202517202517
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1Participant": google_cloud_dialogflow_v2beta1_participant
202518+
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1Participant/agentDesktopSource": agent_desktop_source
202518202519
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1Participant/documentsMetadataFilters": documents_metadata_filters
202519202520
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1Participant/documentsMetadataFilters/documents_metadata_filter": documents_metadata_filter
202520202521
"/dialogflow:v2beta1/GoogleCloudDialogflowV2beta1Participant/name": name

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.116.0 (2025-11-16)
4+
5+
* Regenerated from discovery document revision 20251110
6+
37
### v0.115.0 (2025-11-09)
48

59
* Regenerated from discovery document revision 20251105

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20158,6 +20158,16 @@ def update!(**args)
2015820158
class GoogleCloudDialogflowV2beta1Participant
2015920159
include Google::Apis::Core::Hashable
2016020160

20161+
# Optional. For tracking the utilization of prebuilt Agent Assist integration
20162+
# modules. This field is only inscope for Integration type that include UI
20163+
# Modules, Backend Modules, and Agent Desktop connector, it is out of scope for
20164+
# CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs
20165+
# to trigger the UpdateParticipant API to update this field. Both
20166+
# CreateParticipantRequest and UpdateParticipantRequest will be supported.
20167+
# Corresponds to the JSON property `agentDesktopSource`
20168+
# @return [String]
20169+
attr_accessor :agent_desktop_source
20170+
2016120171
# Optional. Key-value filters on the metadata of documents returned by article
2016220172
# suggestion. If specified, article suggestion only returns suggested documents
2016320173
# that match all filters in their Document.metadata. Multiple values for a
@@ -20206,6 +20216,7 @@ def initialize(**args)
2020620216

2020720217
# Update properties of this object
2020820218
def update!(**args)
20219+
@agent_desktop_source = args[:agent_desktop_source] if args.key?(:agent_desktop_source)
2020920220
@documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters)
2021020221
@name = args[:name] if args.key?(:name)
2021120222
@obfuscated_external_user_id = args[:obfuscated_external_user_id] if args.key?(:obfuscated_external_user_id)

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.115.0"
19+
GEM_VERSION = "0.116.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 = "20251105"
25+
REVISION = "20251110"
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
@@ -9490,6 +9490,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
94909490
class GoogleCloudDialogflowV2beta1Participant
94919491
# @private
94929492
class Representation < Google::Apis::Core::JsonRepresentation
9493+
property :agent_desktop_source, as: 'agentDesktopSource'
94939494
hash :documents_metadata_filters, as: 'documentsMetadataFilters'
94949495
property :name, as: 'name'
94959496
property :obfuscated_external_user_id, as: 'obfuscatedExternalUserId'

0 commit comments

Comments
 (0)