Skip to content

Commit 899e7a1

Browse files
feat: Automated regeneration of contactcenterinsights v1 client (googleapis#26600)
Auto-created at 2026-05-31 10:54:29 +0000 using the toys pull request generator.
1 parent a202d97 commit 899e7a1

6 files changed

Lines changed: 50 additions & 13 deletions

File tree

api_names_out.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145350,6 +145350,8 @@
145350145350
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DeployIssueModelResponse": google_cloud_contactcenterinsights_v1_deploy_issue_model_response
145351145351
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest": google_cloud_contactcenterinsights_v1_deploy_qa_scorecard_revision_request
145352145352
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata": google_cloud_contactcenterinsights_v1_diagnose_conversations_metadata
145353+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/conversationIds": conversation_ids
145354+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/conversationIds/conversation_id": conversation_id
145353145355
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/createTime": create_time
145354145356
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/diagnosticReport": diagnostic_report
145355145357
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/endTime": end_time
@@ -146852,6 +146854,8 @@
146852146854
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest/name": name
146853146855
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelResponse": google_cloud_contactcenterinsights_v1alpha1_deploy_issue_model_response
146854146856
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata": google_cloud_contactcenterinsights_v1alpha1_diagnose_conversations_metadata
146857+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/conversationIds": conversation_ids
146858+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/conversationIds/conversation_id": conversation_id
146855146859
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/createTime": create_time
146856146860
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/diagnosticReport": diagnostic_report
146857146861
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/endTime": end_time
@@ -148044,6 +148048,8 @@
148044148048
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest/name": name
148045148049
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDeployIssueModelResponse": google_cloud_contactcenterinsights_v1main_deploy_issue_model_response
148046148050
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata": google_cloud_contactcenterinsights_v1main_diagnose_conversations_metadata
148051+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/conversationIds": conversation_ids
148052+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/conversationIds/conversation_id": conversation_id
148047148053
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/createTime": create_time
148048148054
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/diagnosticReport": diagnostic_report
148049148055
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/endTime": end_time

generated/google-apis-contactcenterinsights_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-contactcenterinsights_v1
22

3-
### v0.88.0 (2026-05-24)
3+
### v0.88.0 (2026-05-31)
44

5-
* Regenerated from discovery document revision 20260521
5+
* Regenerated from discovery document revision 20260527
66

77
### v0.87.0 (2026-05-17)
88

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

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4381,6 +4381,12 @@ def update!(**args)
43814381
class GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata
43824382
include Google::Apis::Core::Hashable
43834383

4384+
# Output only. The list of conversation IDs that were selected for this
4385+
# diagnosis.
4386+
# Corresponds to the JSON property `conversationIds`
4387+
# @return [Array<String>]
4388+
attr_accessor :conversation_ids
4389+
43844390
# Output only. The time the operation was created.
43854391
# Corresponds to the JSON property `createTime`
43864392
# @return [String]
@@ -4439,6 +4445,7 @@ def initialize(**args)
44394445

44404446
# Update properties of this object
44414447
def update!(**args)
4448+
@conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids)
44424449
@create_time = args[:create_time] if args.key?(:create_time)
44434450
@diagnostic_report = args[:diagnostic_report] if args.key?(:diagnostic_report)
44444451
@end_time = args[:end_time] if args.key?(:end_time)
@@ -4472,9 +4479,10 @@ class GoogleCloudContactcenterinsightsV1DiagnoseConversationsRequest
44724479
# @return [String]
44734480
attr_accessor :app_id
44744481

4475-
# Optional. Optional but highly recommended. ces app version. If provided,
4476-
# specific version of agent instruction will be retrieved. If empty or set to '-'
4477-
# , will use the latest draft version of instruction.
4482+
# Required. The CES App version of the agent. Setting to "-" uses the latest
4483+
# draft version. Note that the agent active during the conversation history may
4484+
# have different instructions or tool definitions compared with the latest draft
4485+
# version.
44784486
# Corresponds to the JSON property `appVersion`
44794487
# @return [String]
44804488
attr_accessor :app_version
@@ -13724,6 +13732,12 @@ def update!(**args)
1372413732
class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata
1372513733
include Google::Apis::Core::Hashable
1372613734

13735+
# Output only. The list of conversation IDs that were selected for this
13736+
# diagnosis.
13737+
# Corresponds to the JSON property `conversationIds`
13738+
# @return [Array<String>]
13739+
attr_accessor :conversation_ids
13740+
1372713741
# Output only. The time the operation was created.
1372813742
# Corresponds to the JSON property `createTime`
1372913743
# @return [String]
@@ -13782,6 +13796,7 @@ def initialize(**args)
1378213796

1378313797
# Update properties of this object
1378413798
def update!(**args)
13799+
@conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids)
1378513800
@create_time = args[:create_time] if args.key?(:create_time)
1378613801
@diagnostic_report = args[:diagnostic_report] if args.key?(:diagnostic_report)
1378713802
@end_time = args[:end_time] if args.key?(:end_time)
@@ -13815,9 +13830,10 @@ class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsRequest
1381513830
# @return [String]
1381613831
attr_accessor :app_id
1381713832

13818-
# Optional. Optional but highly recommended. ces app version. If provided,
13819-
# specific version of agent instruction will be retrieved. If empty or set to '-'
13820-
# , will use the latest draft version of instruction.
13833+
# Required. The CES App version of the agent. Setting to "-" uses the latest
13834+
# draft version. Note that the agent active during the conversation history may
13835+
# have different instructions or tool definitions compared with the latest draft
13836+
# version.
1382113837
# Corresponds to the JSON property `appVersion`
1382213838
# @return [String]
1382313839
attr_accessor :app_version
@@ -20927,6 +20943,12 @@ def update!(**args)
2092720943
class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata
2092820944
include Google::Apis::Core::Hashable
2092920945

20946+
# Output only. The list of conversation IDs that were selected for this
20947+
# diagnosis.
20948+
# Corresponds to the JSON property `conversationIds`
20949+
# @return [Array<String>]
20950+
attr_accessor :conversation_ids
20951+
2093020952
# Output only. The time the operation was created.
2093120953
# Corresponds to the JSON property `createTime`
2093220954
# @return [String]
@@ -20985,6 +21007,7 @@ def initialize(**args)
2098521007

2098621008
# Update properties of this object
2098721009
def update!(**args)
21010+
@conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids)
2098821011
@create_time = args[:create_time] if args.key?(:create_time)
2098921012
@diagnostic_report = args[:diagnostic_report] if args.key?(:diagnostic_report)
2099021013
@end_time = args[:end_time] if args.key?(:end_time)
@@ -21018,9 +21041,10 @@ class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsRequest
2101821041
# @return [String]
2101921042
attr_accessor :app_id
2102021043

21021-
# Optional. Optional but highly recommended. ces app version. If provided,
21022-
# specific version of agent instruction will be retrieved. If empty or set to '-'
21023-
# , will use the latest draft version of instruction.
21044+
# Required. The CES App version of the agent. Setting to "-" uses the latest
21045+
# draft version. Note that the agent active during the conversation history may
21046+
# have different instructions or tool definitions compared with the latest draft
21047+
# version.
2102421048
# Corresponds to the JSON property `appVersion`
2102521049
# @return [String]
2102621050
attr_accessor :app_version

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ContactcenterinsightsV1
2222
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5424,6 +5424,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
54245424
class GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata
54255425
# @private
54265426
class Representation < Google::Apis::Core::JsonRepresentation
5427+
collection :conversation_ids, as: 'conversationIds'
54275428
property :create_time, as: 'createTime'
54285429
property :diagnostic_report, as: 'diagnosticReport', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DiagnosticReport, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DiagnosticReport::Representation
54295430

@@ -8110,6 +8111,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
81108111
class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata
81118112
# @private
81128113
class Representation < Google::Apis::Core::JsonRepresentation
8114+
collection :conversation_ids, as: 'conversationIds'
81138115
property :create_time, as: 'createTime'
81148116
property :diagnostic_report, as: 'diagnosticReport', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DiagnosticReport, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DiagnosticReport::Representation
81158117

@@ -10149,6 +10151,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1014910151
class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata
1015010152
# @private
1015110153
class Representation < Google::Apis::Core::JsonRepresentation
10154+
collection :conversation_ids, as: 'conversationIds'
1015210155
property :create_time, as: 'createTime'
1015310156
property :diagnostic_report, as: 'diagnosticReport', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDiagnosticReport, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDiagnosticReport::Representation
1015410157

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5075,7 +5075,11 @@ def get_project_location_diagnostic(name, fields: nil, quota_user: nil, options:
50755075
# @param [String] app_id
50765076
# Optional. The CES App ID to filter diagnostics by.
50775077
# @param [String] app_version
5078-
# Optional. The CES App version to filter diagnostics by.
5078+
# Optional. The CES App version to filter diagnostics by. Setting to "-" filters
5079+
# to diagnostics created using "-" (the latest draft version). Note that reports
5080+
# created at different times may correspond to different draft instructions.
5081+
# Setting to "" (empty) retrieves all diagnostics for the app_id regardless of
5082+
# version.
50795083
# @param [String] filter
50805084
# Optional. A filter to apply to the list (e.g. `create_time > "2023-01-01T00:00:
50815085
# 00Z"`).

0 commit comments

Comments
 (0)