GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata (google_api_contact_center_insights v0.3.0) View Source

Metadata for a create analysis operation.

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata{
    conversation: String.t() | nil,
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.