Class: Google::Cloud::ContactCenterInsights::V1::UploadConversationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UploadConversationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The metadata for an UploadConversation operation.
Instance Attribute Summary collapse
-
#analysis_operation ⇒ ::String
readonly
Output only.
-
#applied_redaction_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest
readonly
Output only.
Instance Attribute Details
#analysis_operation ⇒ ::String (readonly)
Returns Output only. The operation name for a successfully created analysis operation, if any.
221 222 223 224 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 221 class UploadConversationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#applied_redaction_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig (readonly)
Returns Output only. The redaction config applied to the uploaded conversation.
221 222 223 224 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 221 class UploadConversationMetadata 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.
221 222 223 224 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 221 class UploadConversationMetadata 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.
221 222 223 224 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 221 class UploadConversationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest (readonly)
Returns Output only. The original request.
221 222 223 224 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 221 class UploadConversationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |