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

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

The response of listing issues.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

The issues that match the request.

getIssues

The issues that match the request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIssues

The issues that match the request.

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