Google Cloud Contact Center Insights V1 Client - Class IssueModelLabelStats (1.9.3)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class IssueModelLabelStats.

Aggregated statistics about an issue model.

Generated from protobuf message google.cloud.contactcenterinsights.v1.IssueModelLabelStats

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ analyzed_conversations_count int|string

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

↳ unclassified_conversations_count int|string

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

↳ issue_stats array|Google\Protobuf\Internal\MapField

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

getAnalyzedConversationsCount

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

Returns
Type Description
int|string

setAnalyzedConversationsCount

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

Parameter
Name Description
var int|string
Returns
Type Description
$this

getUnclassifiedConversationsCount

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

Returns
Type Description
int|string

setUnclassifiedConversationsCount

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

Parameter
Name Description
var int|string
Returns
Type Description
$this

getIssueStats

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

Returns
Type Description
Google\Protobuf\Internal\MapField

setIssueStats

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

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this