Google Cloud Contact Center Insights V1 Client - Class IssueStats (1.0.3)

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

Aggregated statistics about an issue.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ issue string

Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

↳ labeled_conversations_count int|string

Number of conversations attached to the issue at this point in time.

↳ display_name string

Display name of the issue.

getIssue

Issue resource.

Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

Returns
TypeDescription
string

setIssue

Issue resource.

Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLabeledConversationsCount

Number of conversations attached to the issue at this point in time.

Returns
TypeDescription
int|string

setLabeledConversationsCount

Number of conversations attached to the issue at this point in time.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDisplayName

Display name of the issue.

Returns
TypeDescription
string

setDisplayName

Display name of the issue.

Parameter
NameDescription
var string
Returns
TypeDescription
$this