Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class UploadConversationMetadata.
The metadata for an UploadConversation operation.
Generated from protobuf message google.cloud.contactcenterinsights.v1.UploadConversationMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The time the operation finished running. |
↳ request |
Google\Cloud\ContactCenterInsights\V1\UploadConversationRequest
Output only. The original request. |
↳ analysis_operation |
string
Output only. The operation name for a successfully created analysis operation, if any. |
↳ applied_redaction_config |
Google\Cloud\ContactCenterInsights\V1\RedactionConfig
Output only. The redaction config applied to the uploaded conversation. |
getCreateTime
Output only. The time the operation was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. The time the operation finished running.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getRequest
Output only. The original request.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\UploadConversationRequest|null |
hasRequest
clearRequest
setRequest
Output only. The original request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\UploadConversationRequest
|
Returns | |
---|---|
Type | Description |
$this |
getAnalysisOperation
Output only. The operation name for a successfully created analysis operation, if any.
Returns | |
---|---|
Type | Description |
string |
setAnalysisOperation
Output only. The operation name for a successfully created analysis operation, if any.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAppliedRedactionConfig
Output only. The redaction config applied to the uploaded conversation.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\RedactionConfig|null |
hasAppliedRedactionConfig
clearAppliedRedactionConfig
setAppliedRedactionConfig
Output only. The redaction config applied to the uploaded conversation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\RedactionConfig
|
Returns | |
---|---|
Type | Description |
$this |