View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata (google_api_contact_center_insights v0.7.0)

Metadata for a create analysis operation.

Attributes

  • annotatorSelector (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotatorSelector.t, default: nil) - Output only. The annotator selector used for the analysis (if any).
  • conversation (type: String.t, default: nil) - Output only. The Conversation that this Analysis Operation belongs to.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata{
    annotatorSelector:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotatorSelector.t()
      | nil,
    conversation: String.t() | nil,
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.