Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ExportIssueModelMetadata.
Metadata used for export issue model.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ExportIssueModelMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
The time the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
The time the operation finished running. |
↳ request |
Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest
The original export request. |
getCreateTime
The time the operation was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
The time the operation was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
The time the operation finished running.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
The time the operation finished running.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getRequest
The original export request.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest|null |
hasRequest
clearRequest
setRequest
The original export request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\ExportIssueModelRequest
|
Returns | |
---|---|
Type | Description |
$this |