Google Cloud Contact Center Insights V1 Client - Class IssueAssignment (1.6.2)

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

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

setIssue

Resource name of the assigned issue.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getScore

Score indicating the likelihood of the issue assignment.

currently bounded on [0,1].

Returns
TypeDescription
float

setScore

Score indicating the likelihood of the issue assignment.

currently bounded on [0,1].

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getDisplayName

Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.

Returns
TypeDescription
string

setDisplayName

Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.

Parameter
NameDescription
var string
Returns
TypeDescription
$this