View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats (google_api_contact_center_insights v0.13.0)
Aggregated statistics about an issue model.
Attributes
-
analyzedConversationsCount(type:String.t, default:nil) - Number of conversations the issue model has analyzed at this point in time. -
issueStats(type:%{optional(String.t) => GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats.t}, default:nil) - Statistics on each issue. Key is the issue's resource name. -
unclassifiedConversationsCount(type:String.t, default:nil) - Number of analyzed conversations for which no issue was applicable at this point in time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats{ analyzedConversationsCount: String.t() | nil, issueStats: %{ optional(String.t()) => GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats.t() } | nil, unclassifiedConversationsCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.