View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata (google_api_contact_center_insights v0.10.2)

The metadata for a bulk analyze conversations operation.

Attributes

  • completedAnalysesCount (type: integer(), default: nil) - The number of requested analyses that have completed successfully so far.
  • createTime (type: DateTime.t, default: nil) - The time the operation was created.
  • endTime (type: DateTime.t, default: nil) - The time the operation finished running.
  • failedAnalysesCount (type: integer(), default: nil) - The number of requested analyses that have failed so far.
  • partialErrors (type: list(GoogleApi.ContactCenterInsights.V1.Model.GoogleRpcStatus.t), default: nil) - Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
  • request (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest.t, default: nil) - The original request for bulk analyze.
  • totalRequestedAnalysesCount (type: integer(), default: nil) - Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata{
    completedAnalysesCount: integer() | nil,
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil,
    failedAnalysesCount: integer() | nil,
    partialErrors:
      [GoogleApi.ContactCenterInsights.V1.Model.GoogleRpcStatus.t()] | nil,
    request:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest.t()
      | nil,
    totalRequestedAnalysesCount: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.