Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Issue.
The issue resource.
Generated from protobuf message google.cloud.contactcenterinsights.v1.Issue
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue} |
↳ display_name |
string
The representative name for the issue. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time at which this issue was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The most recent time that this issue was updated. |
↳ sample_utterances |
array
Output only. Resource names of the sample representative utterances that match to this issue. |
↳ display_description |
string
Representative description of the issue. |
getName
Immutable. The resource name of the issue.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Immutable. The resource name of the issue.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
The representative name for the issue.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
The representative name for the issue.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The time at which this issue was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which this issue was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. The most recent time that this issue was updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The most recent time that this issue was updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSampleUtterances
Output only. Resource names of the sample representative utterances that match to this issue.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSampleUtterances
Output only. Resource names of the sample representative utterances that match to this issue.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayDescription
Representative description of the issue.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayDescription
Representative description of the issue.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|