class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata

Metadata for a create analysis operation.

Attributes

conversation[RW]

Output only. The Conversation that this Analysis Operation belongs to. Corresponds to the JSON property `conversation` @return [String]

create_time[RW]

Output only. The time the operation was created. Corresponds to the JSON property `createTime` @return [String]

end_time[RW]

Output only. The time the operation finished running. Corresponds to the JSON property `endTime` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 2380
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 2385
def update!(**args)
  @conversation = args[:conversation] if args.key?(:conversation)
  @create_time = args[:create_time] if args.key?(:create_time)
  @end_time = args[:end_time] if args.key?(:end_time)
end