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

Aggregated statistics about an issue.

Attributes

  • displayName (type: String.t, default: nil) - Display name of the issue.
  • issue (type: String.t, default: nil) - Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
  • labeledConversationsCount (type: String.t, default: nil) - Number of conversations attached to the issue at this point in time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats{
    displayName: String.t() | nil,
    issue: String.t() | nil,
    labeledConversationsCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.