Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainAnalysisResult

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

The result of an analysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainAnalysisResult

Returns a new instance of GoogleCloudContactcenterinsightsV1mainAnalysisResult.



18642
18643
18644
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18642

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#call_analysis_metadataGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainAnalysisResultCallAnalysisMetadata

Call-specific metadata created during analysis. Corresponds to the JSON property callAnalysisMetadata



18635
18636
18637
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18635

def 
  @call_analysis_metadata
end

#end_timeString

The time at which the analysis ended. Corresponds to the JSON property endTime

Returns:

  • (String)


18640
18641
18642
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18640

def end_time
  @end_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18647
18648
18649
18650
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18647

def update!(**args)
  @call_analysis_metadata = args[:call_analysis_metadata] if args.key?(:call_analysis_metadata)
  @end_time = args[:end_time] if args.key?(:end_time)
end