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

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CreateAnalysisOperationMetadata.

Metadata for a create analysis operation.

Generated from protobuf message google.cloud.contactcenterinsights.v1.CreateAnalysisOperationMetadata

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.

↳ conversation string

Output only. The Conversation that this Analysis Operation belongs to.

↳ annotator_selector Google\Cloud\ContactCenterInsights\V1\AnnotatorSelector

Output only. The annotator selector used for the analysis (if any).

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

getConversation

Output only. The Conversation that this Analysis Operation belongs to.

Returns
TypeDescription
string

setConversation

Output only. The Conversation that this Analysis Operation belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAnnotatorSelector

Output only. The annotator selector used for the analysis (if any).

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

hasAnnotatorSelector

clearAnnotatorSelector

setAnnotatorSelector

Output only. The annotator selector used for the analysis (if any).

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