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
- (::Google::Protobuf::Timestamp) — The time the operation was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time the operation was created.
Returns
- (::Google::Protobuf::Timestamp) — The time the operation was created.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time the operation finished running.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time the operation finished running.
Returns
- (::Google::Protobuf::Timestamp) — The time the operation finished running.
#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
- (::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest) — The original request for bulk analyze.
#request=
def request=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest) — The original request for bulk analyze.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest) — The original request for bulk analyze.
#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 byanalysis_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 byanalysis_percentage
in the request.
Returns
-
(::Integer) — Total number of analyses requested. Computed by the number of conversations
returned by
filter
multiplied byanalysis_percentage
in the request.