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
6 changes: 6 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145340,6 +145340,8 @@
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DeployIssueModelResponse": google_cloud_contactcenterinsights_v1_deploy_issue_model_response
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest": google_cloud_contactcenterinsights_v1_deploy_qa_scorecard_revision_request
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata": google_cloud_contactcenterinsights_v1_diagnose_conversations_metadata
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/conversationIds": conversation_ids
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/conversationIds/conversation_id": conversation_id
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/createTime": create_time
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/diagnosticReport": diagnostic_report
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata/endTime": end_time
Expand Down Expand Up @@ -146842,6 +146844,8 @@
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest/name": name
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelResponse": google_cloud_contactcenterinsights_v1alpha1_deploy_issue_model_response
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata": google_cloud_contactcenterinsights_v1alpha1_diagnose_conversations_metadata
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/conversationIds": conversation_ids
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/conversationIds/conversation_id": conversation_id
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/createTime": create_time
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/diagnosticReport": diagnostic_report
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata/endTime": end_time
Expand Down Expand Up @@ -148034,6 +148038,8 @@
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest/name": name
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDeployIssueModelResponse": google_cloud_contactcenterinsights_v1main_deploy_issue_model_response
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata": google_cloud_contactcenterinsights_v1main_diagnose_conversations_metadata
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/conversationIds": conversation_ids
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/conversationIds/conversation_id": conversation_id
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/createTime": create_time
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/diagnosticReport": diagnostic_report
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata/endTime": end_time
Expand Down
4 changes: 2 additions & 2 deletions generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release history for google-apis-contactcenterinsights_v1

### v0.88.0 (2026-05-24)
### v0.88.0 (2026-05-31)

* Regenerated from discovery document revision 20260521
* Regenerated from discovery document revision 20260527

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4381,6 +4381,12 @@ def update!(**args)
class GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata
include Google::Apis::Core::Hashable

# Output only. The list of conversation IDs that were selected for this
# diagnosis.
# Corresponds to the JSON property `conversationIds`
# @return [Array<String>]
attr_accessor :conversation_ids

# Output only. The time the operation was created.
# Corresponds to the JSON property `createTime`
# @return [String]
Expand Down Expand Up @@ -4439,6 +4445,7 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids)
@create_time = args[:create_time] if args.key?(:create_time)
@diagnostic_report = args[:diagnostic_report] if args.key?(:diagnostic_report)
@end_time = args[:end_time] if args.key?(:end_time)
Expand Down Expand Up @@ -4472,9 +4479,10 @@ class GoogleCloudContactcenterinsightsV1DiagnoseConversationsRequest
# @return [String]
attr_accessor :app_id

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

# Output only. The list of conversation IDs that were selected for this
# diagnosis.
# Corresponds to the JSON property `conversationIds`
# @return [Array<String>]
attr_accessor :conversation_ids

# Output only. The time the operation was created.
# Corresponds to the JSON property `createTime`
# @return [String]
Expand Down Expand Up @@ -13782,6 +13796,7 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids)
@create_time = args[:create_time] if args.key?(:create_time)
@diagnostic_report = args[:diagnostic_report] if args.key?(:diagnostic_report)
@end_time = args[:end_time] if args.key?(:end_time)
Expand Down Expand Up @@ -13815,9 +13830,10 @@ class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsRequest
# @return [String]
attr_accessor :app_id

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

# Output only. The list of conversation IDs that were selected for this
# diagnosis.
# Corresponds to the JSON property `conversationIds`
# @return [Array<String>]
attr_accessor :conversation_ids

# Output only. The time the operation was created.
# Corresponds to the JSON property `createTime`
# @return [String]
Expand Down Expand Up @@ -20985,6 +21007,7 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids)
@create_time = args[:create_time] if args.key?(:create_time)
@diagnostic_report = args[:diagnostic_report] if args.key?(:diagnostic_report)
@end_time = args[:end_time] if args.key?(:end_time)
Expand Down Expand Up @@ -21018,9 +21041,10 @@ class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsRequest
# @return [String]
attr_accessor :app_id

# Optional. Optional but highly recommended. ces app version. If provided,
# specific version of agent instruction will be retrieved. If empty or set to '-'
# , will use the latest draft version of instruction.
# Required. The CES App version of the agent. Setting to "-" uses the latest
# draft version. Note that the agent active during the conversation history may
# have different instructions or tool definitions compared with the latest draft
# version.
# Corresponds to the JSON property `appVersion`
# @return [String]
attr_accessor :app_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module ContactcenterinsightsV1
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20260521"
REVISION = "20260527"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -5424,6 +5424,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudContactcenterinsightsV1DiagnoseConversationsMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :conversation_ids, as: 'conversationIds'
property :create_time, as: 'createTime'
property :diagnostic_report, as: 'diagnosticReport', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DiagnosticReport, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DiagnosticReport::Representation

Expand Down Expand Up @@ -8110,6 +8111,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudContactcenterinsightsV1alpha1DiagnoseConversationsMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :conversation_ids, as: 'conversationIds'
property :create_time, as: 'createTime'
property :diagnostic_report, as: 'diagnosticReport', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DiagnosticReport, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DiagnosticReport::Representation

Expand Down Expand Up @@ -10149,6 +10151,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudContactcenterinsightsV1mainDiagnoseConversationsMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :conversation_ids, as: 'conversationIds'
property :create_time, as: 'createTime'
property :diagnostic_report, as: 'diagnosticReport', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDiagnosticReport, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDiagnosticReport::Representation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5075,7 +5075,11 @@ def get_project_location_diagnostic(name, fields: nil, quota_user: nil, options:
# @param [String] app_id
# Optional. The CES App ID to filter diagnostics by.
# @param [String] app_version
# Optional. The CES App version to filter diagnostics by.
# Optional. The CES App version to filter diagnostics by. Setting to "-" filters
# to diagnostics created using "-" (the latest draft version). Note that reports
# created at different times may correspond to different draft instructions.
# Setting to "" (empty) retrieves all diagnostics for the app_id regardless of
# version.
# @param [String] filter
# Optional. A filter to apply to the list (e.g. `create_time > "2023-01-01T00:00:
# 00Z"`).
Expand Down
Loading