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
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the issue model.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIssueModel
Required. The issue model to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\IssueModel|null |
hasIssueModel
clearIssueModel
setIssueModel
Required. The issue model to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\IssueModel
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the issue model. Please see Google\Cloud\ContactCenterInsights\V1\ContactCenterInsightsClient::locationName() for help formatting this field. |
issueModel |
Google\Cloud\ContactCenterInsights\V1\IssueModel
Required. The issue model to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\CreateIssueModelRequest |