google-apis-dialogflow_v2beta1 0.115.0 → 0.116.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f24357c121ea9385dfc18e6072c4cab816978b77b81da04d11cd31dca7f59ab3
4
- data.tar.gz: 3a102d20dec7ccb127586466ff6b7cecb87342229d9d3b23f095c117b3c33558
3
+ metadata.gz: 562911a51cfeee4a3a66ad72b4ae7a85f99804a408a2d3d87a54033d261523e8
4
+ data.tar.gz: 9bf0a4962abacd3e1eff44dada67fb4f3f0b84f4bef30c3384c477bf66779821
5
5
  SHA512:
6
- metadata.gz: f752b3ac3024c1f8b3d5052836b64f73a32a306ca3db3ac5b06115d0ec71e4f3f4446a0d40b29b050d84002e16f3c482321681b7600c7212f7cc7bc02200bfd4
7
- data.tar.gz: f264833abc553f637cc160e0d8e9705737796f7053f7413fe210ca24cd1efbc70eb882259696620e8174eaa3e8eb281994efa157cd8c02eecad97783c0e1948b
6
+ metadata.gz: 8a0b6c896d9371e9a7960cce38d96da473c8a236140013bfc8bb6d0423c9d069d01fdbd3b1b03bc22edbcb27041a4c8aeaf15942530ab26fea2651bec51ffd09
7
+ data.tar.gz: 3099e34aafbece2c69e91ca404a0e42d669da6a1120a5336dbb61fafb5ce762e4431c454b3710157ee69e8ba55826ab86f9aa281b253e17aac47f2fd3d644497
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.116.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251110
6
+
3
7
  ### v0.115.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251105
@@ -20158,6 +20158,16 @@ module Google
20158
20158
  class GoogleCloudDialogflowV2beta1Participant
20159
20159
  include Google::Apis::Core::Hashable
20160
20160
 
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
+
20161
20171
  # Optional. Key-value filters on the metadata of documents returned by article
20162
20172
  # suggestion. If specified, article suggestion only returns suggested documents
20163
20173
  # that match all filters in their Document.metadata. Multiple values for a
@@ -20206,6 +20216,7 @@ module Google
20206
20216
 
20207
20217
  # Update properties of this object
20208
20218
  def update!(**args)
20219
+ @agent_desktop_source = args[:agent_desktop_source] if args.key?(:agent_desktop_source)
20209
20220
  @documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters)
20210
20221
  @name = args[:name] if args.key?(:name)
20211
20222
  @obfuscated_external_user_id = args[:obfuscated_external_user_id] if args.key?(:obfuscated_external_user_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.115.0"
19
+ GEM_VERSION = "0.116.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251105"
25
+ REVISION = "20251110"
26
26
  end
27
27
  end
28
28
  end
@@ -9490,6 +9490,7 @@ module Google
9490
9490
  class GoogleCloudDialogflowV2beta1Participant
9491
9491
  # @private
9492
9492
  class Representation < Google::Apis::Core::JsonRepresentation
9493
+ property :agent_desktop_source, as: 'agentDesktopSource'
9493
9494
  hash :documents_metadata_filters, as: 'documentsMetadataFilters'
9494
9495
  property :name, as: 'name'
9495
9496
  property :obfuscated_external_user_id, as: 'obfuscatedExternalUserId'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.115.0
4
+ version: 0.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.115.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.116.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
62
62
  rdoc_options: []
63
63
  require_paths: