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.
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.
string
setIssue
Resource name of the assigned issue.
var
string
$this
getScore
Score indicating the likelihood of the issue assignment.
currently bounded on [0,1].
float
setScore
Score indicating the likelihood of the issue assignment.
currently bounded on [0,1].
var
float
$this
getDisplayName
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
string
setDisplayName
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
var
string
$this