Class: Google::Cloud::ContactCenterInsights::V1::ExportIssueModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ExportIssueModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata used for export issue model.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the operation was created.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the operation finished running.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest
The original export request.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
932 933 934 935 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 932 class ExportIssueModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
932 933 934 935 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 932 class ExportIssueModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest
Returns The original export request.
932 933 934 935 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 932 class ExportIssueModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |