Google Cloud Contact Center Insights V1 Client - Class ListIssueModelsResponse (1.9.5)

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

The response of listing issue models.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ issue_models array<Google\Cloud\ContactCenterInsights\V1\IssueModel>

The issue models that match the request.

getIssueModels

The issue models that match the request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIssueModels

The issue models that match the request.

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