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

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

setIssueModels

The issue models that match the request.

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