View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse (google_api_contact_center_insights v0.5.0)

The response for a bulk analyze conversations operation.

Attributes

  • failedAnalysisCount (type: integer(), default: nil) - Count of failed analyses.
  • successfulAnalysisCount (type: integer(), default: nil) - Count of successful analyses.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse{
    failedAnalysisCount: integer() | nil,
    successfulAnalysisCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.