Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ListIssuesRequest.
Request to list issues.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ListIssuesRequest
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. |
getParent
Required. The parent resource of the issue.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the issue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the issue. Please see Google\Cloud\ContactCenterInsights\V1\ContactCenterInsightsClient::issueModelName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\ListIssuesRequest |