Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsMetadata (v0.12.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsMetadata.

The metadata for a bulk analyze conversations operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#completed_analyses_count

def completed_analyses_count() -> ::Integer
Returns
  • (::Integer) — The number of requested analyses that have completed successfully so far.

#completed_analyses_count=

def completed_analyses_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of requested analyses that have completed successfully so far.
Returns
  • (::Integer) — The number of requested analyses that have completed successfully so far.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#failed_analyses_count

def failed_analyses_count() -> ::Integer
Returns
  • (::Integer) — The number of requested analyses that have failed so far.

#failed_analyses_count=

def failed_analyses_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of requested analyses that have failed so far.
Returns
  • (::Integer) — The number of requested analyses that have failed so far.

#request

def request() -> ::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
Returns

#request=

def request=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
Parameter
Returns

#total_requested_analyses_count

def total_requested_analyses_count() -> ::Integer
Returns
  • (::Integer) — Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.

#total_requested_analyses_count=

def total_requested_analyses_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.
Returns
  • (::Integer) — Total number of analyses requested. Computed by the number of conversations returned by filter multiplied by analysis_percentage in the request.