Class: Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The metadata for a bulk analyze conversations operation.
Instance Attribute Summary collapse
-
#completed_analyses_count ⇒ ::Integer
The number of requested analyses that have completed successfully so far.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the operation was created.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the operation finished running.
-
#failed_analyses_count ⇒ ::Integer
The number of requested analyses that have failed so far.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
readonly
Output only.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
The original request for bulk analyze.
-
#total_requested_analyses_count ⇒ ::Integer
Total number of analyses requested.
Instance Attribute Details
#completed_analyses_count ⇒ ::Integer
Returns The number of requested analyses that have completed successfully so far.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failed_analyses_count ⇒ ::Integer
Returns The number of requested analyses that have failed so far.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status> (readonly)
Returns Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
Returns The original request for bulk analyze.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_requested_analyses_count ⇒ ::Integer
Total number of analyses requested. Computed by the number of conversations
returned by filter
multiplied by analysis_percentage
in the request.
544 545 546 547 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 544 class BulkAnalyzeConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |