diff --git a/api_names_out.yaml b/api_names_out.yaml index 7f1922eb343..1b088782447 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -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 @@ -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 @@ -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 diff --git a/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md b/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md index 410d8841495..c6cd17c8574 100644 --- a/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md +++ b/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md @@ -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) diff --git a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/classes.rb b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/classes.rb index 9d7155c979e..170c597c558 100644 --- a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/classes.rb +++ b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/classes.rb @@ -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] + attr_accessor :conversation_ids + # Output only. The time the operation was created. # Corresponds to the JSON property `createTime` # @return [String] @@ -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) @@ -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 @@ -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] + attr_accessor :conversation_ids + # Output only. The time the operation was created. # Corresponds to the JSON property `createTime` # @return [String] @@ -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) @@ -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 @@ -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] + attr_accessor :conversation_ids + # Output only. The time the operation was created. # Corresponds to the JSON property `createTime` # @return [String] @@ -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) @@ -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 diff --git a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/gem_version.rb b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/gem_version.rb index cb3930ad839..ab6ddf44a54 100644 --- a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/gem_version.rb +++ b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/gem_version.rb @@ -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 diff --git a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/representations.rb b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/representations.rb index a343c01675e..3665d7c046d 100644 --- a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/representations.rb +++ b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/representations.rb @@ -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 @@ -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 @@ -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 diff --git a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/service.rb b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/service.rb index 4fd276d642d..53184094934 100644 --- a/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/service.rb +++ b/generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/service.rb @@ -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"`).