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

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
Name Description
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
Type Description
string

setIssueModel

Issue model that generates the result.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getIssues

All the matched issues.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIssues

All the matched issues.

Parameter
Name Description
var array<Google\Cloud\ContactCenterInsights\V1\IssueAssignment>
Returns
Type Description
$this