GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse

data class GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse(val analyzedConversationsCount: String, val issueStats: Map<String, String>, val unclassifiedConversationsCount: String)

Aggregated statistics about an issue model.

Constructors

fun GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse(analyzedConversationsCount: String, issueStats: Map<String, String>, unclassifiedConversationsCount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of conversations the issue model has analyzed at this point in time.

Link copied to clipboard

Statistics on each issue. Key is the issue's resource name.

Link copied to clipboard

Number of analyzed conversations for which no issue was applicable at this point in time.