Class: Google::Cloud::ContactCenterInsights::V1::CreateAnalysisOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreateAnalysisOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata for a create analysis operation.
Instance Attribute Summary collapse
-
#annotator_selector ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
readonly
Output only.
-
#conversation ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#annotator_selector ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector (readonly)
Returns Output only. The annotator selector used for the analysis (if any).
151 152 153 154 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 151 class CreateAnalysisOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation ⇒ ::String (readonly)
Returns Output only. The Conversation that this Analysis Operation belongs to.
151 152 153 154 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 151 class CreateAnalysisOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
151 152 153 154 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 151 class CreateAnalysisOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
151 152 153 154 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 151 class CreateAnalysisOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |