Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsResponse

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 response for a bulk analyze conversations operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsResponse.



3099
3100
3101
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3099

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

Instance Attribute Details

#failed_analysis_countFixnum

Count of failed analyses. Corresponds to the JSON property failedAnalysisCount

Returns:

  • (Fixnum)


3092
3093
3094
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3092

def failed_analysis_count
  @failed_analysis_count
end

#successful_analysis_countFixnum

Count of successful analyses. Corresponds to the JSON property successfulAnalysisCount

Returns:

  • (Fixnum)


3097
3098
3099
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3097

def successful_analysis_count
  @successful_analysis_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3104
3105
3106
3107
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3104

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