Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsResponse.
The response for a bulk analyze conversations operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#failed_analysis_count
def failed_analysis_count() -> ::Integer
Returns
- (::Integer) — Count of failed analyses.
#failed_analysis_count=
def failed_analysis_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of failed analyses.
Returns
- (::Integer) — Count of failed analyses.
#successful_analysis_count
def successful_analysis_count() -> ::Integer
Returns
- (::Integer) — Count of successful analyses.
#successful_analysis_count=
def successful_analysis_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of successful analyses.
Returns
- (::Integer) — Count of successful analyses.