View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1AnalysisResult (google_api_contact_center_insights v0.9.0)

The result of an analysis.

Attributes

  • callAnalysisMetadata (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata.t, default: nil) - Call-specific metadata created by the analysis.
  • endTime (type: DateTime.t, default: nil) - The time at which the analysis ended.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1AnalysisResult{
    callAnalysisMetadata:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata.t()
      | nil,
    endTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.