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
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ IssueModelLabelStatsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setIssue
Issue resource.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLabeledConversationsCount
Number of conversations attached to the issue at this point in time.
Returns | |
---|---|
Type | Description |
int|string |
setLabeledConversationsCount
Number of conversations attached to the issue at this point in time.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Display name of the issue.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Display name of the issue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |