Google Cloud Contact Center Insights V1 Client - Class UploadConversationMetadata (1.7.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the operation finished running.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getRequest

Output only. The original request.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\UploadConversationRequest|null

hasRequest

clearRequest

setRequest

Output only. The original request.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\UploadConversationRequest
Returns
TypeDescription
$this

getAnalysisOperation

Output only. The operation name for a successfully created analysis operation, if any.

Returns
TypeDescription
string

setAnalysisOperation

Output only. The operation name for a successfully created analysis operation, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAppliedRedactionConfig

Output only. The redaction config applied to the uploaded conversation.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\RedactionConfig|null

hasAppliedRedactionConfig

clearAppliedRedactionConfig

setAppliedRedactionConfig

Output only. The redaction config applied to the uploaded conversation.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\RedactionConfig
Returns
TypeDescription
$this