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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIssues

The issues that match the request.

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