Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class IssueAssignment.
Information about the issue.
Generated from protobuf message google.cloud.contactcenterinsights.v1.IssueAssignment
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ issue |
string
Resource name of the assigned issue. |
↳ score |
float
Score indicating the likelihood of the issue assignment. currently bounded on [0,1]. |
↳ display_name |
string
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then. |
getIssue
Resource name of the assigned issue.
Returns | |
---|---|
Type | Description |
string |
setIssue
Resource name of the assigned issue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getScore
Score indicating the likelihood of the issue assignment.
currently bounded on [0,1].
Returns | |
---|---|
Type | Description |
float |
setScore
Score indicating the likelihood of the issue assignment.
currently bounded on [0,1].
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |