Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse
- 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
-
#failed_analysis_count ⇒ Fixnum
Count of failed analyses.
-
#successful_analysis_count ⇒ Fixnum
Count of successful analyses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse.
17142 17143 17144 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17142 def initialize(**args) update!(**args) end |
Instance Attribute Details
#failed_analysis_count ⇒ Fixnum
Count of failed analyses.
Corresponds to the JSON property failedAnalysisCount
17135 17136 17137 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17135 def failed_analysis_count @failed_analysis_count end |
#successful_analysis_count ⇒ Fixnum
Count of successful analyses.
Corresponds to the JSON property successfulAnalysisCount
17140 17141 17142 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17140 def successful_analysis_count @successful_analysis_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17147 17148 17149 17150 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17147 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 |