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

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
NameDescription
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
TypeDescription
int|string

setAnalyzedConversationsCount

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getUnclassifiedConversationsCount

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

Returns
TypeDescription
int|string

setUnclassifiedConversationsCount

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getIssueStats

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

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setIssueStats

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

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this