Google Cloud Contact Center Insights V1 Client - Class CreateIssueModelRequest (1.2.1)

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

The request to create an issue model.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the issue model.

↳ issue_model Google\Cloud\ContactCenterInsights\V1\IssueModel

Required. The issue model to create.

getParent

Required. The parent resource of the issue model.

Returns
TypeDescription
string

setParent

Required. The parent resource of the issue model.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIssueModel

Required. The issue model to create.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\IssueModel|null

hasIssueModel

clearIssueModel

setIssueModel

Required. The issue model to create.

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