Skip to content

Commit d66eece

Browse files
feat: Automated regeneration of contactcenterinsights v1 client
1 parent 80c0656 commit d66eece

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146967,6 +146967,7 @@
146967146967
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1Chart/updateTime": update_time
146968146968
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1Chart/width": width
146969146969
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ChartAction": google_cloud_contactcenterinsights_v1_chart_action
146970+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ChartAction/conversationFilter": conversation_filter
146970146971
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ChartAction/redirectAction": redirect_action
146971146972
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ChartDataSource": google_cloud_contactcenterinsights_v1_chart_data_source
146972146973
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ChartDataSource/generativeInsights": generative_insights

generated/google-apis-contactcenterinsights_v1/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-contactcenterinsights_v1
22

3+
### v0.90.0 (2026-06-28)
4+
5+
* Regenerated from discovery document revision 20260623
6+
37
### v0.89.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260612

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,11 @@ def update!(**args)
22242224
class GoogleCloudContactcenterinsightsV1ChartAction
22252225
include Google::Apis::Core::Hashable
22262226

2227+
# The conversation filter string.
2228+
# Corresponds to the JSON property `conversationFilter`
2229+
# @return [String]
2230+
attr_accessor :conversation_filter
2231+
22272232
# The redirect action to be taken when the chart is clicked.
22282233
# Corresponds to the JSON property `redirectAction`
22292234
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedirectAction]
@@ -2235,6 +2240,7 @@ def initialize(**args)
22352240

22362241
# Update properties of this object
22372242
def update!(**args)
2243+
@conversation_filter = args[:conversation_filter] if args.key?(:conversation_filter)
22382244
@redirect_action = args[:redirect_action] if args.key?(:redirect_action)
22392245
end
22402246
end

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/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 ContactcenterinsightsV1
1818
# Version of the google-apis-contactcenterinsights_v1 gem
19-
GEM_VERSION = "0.89.0"
19+
GEM_VERSION = "0.90.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 = "20260612"
25+
REVISION = "20260623"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4412,6 +4412,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
44124412
class GoogleCloudContactcenterinsightsV1ChartAction
44134413
# @private
44144414
class Representation < Google::Apis::Core::JsonRepresentation
4415+
property :conversation_filter, as: 'conversationFilter'
44154416
property :redirect_action, as: 'redirectAction', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedirectAction, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedirectAction::Representation
44164417

44174418
end

0 commit comments

Comments
 (0)