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

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

Issue Modeling result on a conversation.

Generated from protobuf message google.cloud.contactcenterinsights.v1.IssueModelResult

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ issue_model string

Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}

↳ issues array<Google\Cloud\ContactCenterInsights\V1\IssueAssignment>

All the matched issues.

getIssueModel

Issue model that generates the result.

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

Returns
TypeDescription
string

setIssueModel

Issue model that generates the result.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIssues

All the matched issues.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIssues

All the matched issues.

Parameter
NameDescription
var array<Google\Cloud\ContactCenterInsights\V1\IssueAssignment>
Returns
TypeDescription
$this