View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsMetadata (google_api_contact_center_insights v0.6.0)
The metadata for an IngestConversations operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation was created. -
endTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation finished running. -
ingestConversationsStats
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats.t
, default:nil
) - Output only. Statistics for IngestConversations operation. -
partialErrors
(type:list(GoogleApi.ContactCenterInsights.V1.Model.GoogleRpcStatus.t)
, default:nil
) - Output only. Partial errors during ingest operation that might cause the operation output to be incomplete. -
request
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequest.t
, default:nil
) - Output only. The original request for ingest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsMetadata{ createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, ingestConversationsStats: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats.t() | nil, partialErrors: [GoogleApi.ContactCenterInsights.V1.Model.GoogleRpcStatus.t()] | nil, request: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IngestConversationsRequest.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.