View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1UploadConversationMetadata (google_api_contact_center_insights v0.10.0)

The metadata for an UploadConversation operation.

Attributes

  • analysisOperation (type: String.t, default: nil) - Output only. The operation name for a successfully created analysis operation, if any.
  • appliedRedactionConfig (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RedactionConfig.t, default: nil) - Output only. The redaction config applied to the uploaded conversation.
  • 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.
  • request (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest.t, default: nil) - Output only. The original request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1UploadConversationMetadata{
    analysisOperation: String.t() | nil,
    appliedRedactionConfig:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RedactionConfig.t()
      | nil,
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil,
    request:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.