View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsMetadata (google_api_contact_center_insights v0.9.0)
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.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest.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 byfilter
multiplied byanalysis_percentage
in the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsMetadata{ 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.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest.t() | nil, totalRequestedAnalysesCount: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.