class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnalysisResult
The result of an analysis.
Attributes
call_analysis_metadata[RW]
Call-specific metadata created during analysis. Corresponds to the JSON property `callAnalysisMetadata` @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata]
end_time[RW]
The time at which the analysis ended. 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 78 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 83 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