Class: Google::Cloud::ContactCenterInsights::V1::Dimension::IssueDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Dimension::IssueDimensionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata about the issue dimension.
Instance Attribute Summary collapse
-
#issue_display_name ⇒ ::String
The issue display name.
-
#issue_id ⇒ ::String
The issue ID.
-
#issue_model_id ⇒ ::String
The parent issue model ID.
Instance Attribute Details
#issue_display_name ⇒ ::String
Returns The issue display name.
1390 1391 1392 1393 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1390 class IssueDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue_id ⇒ ::String
Returns The issue ID.
1390 1391 1392 1393 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1390 class IssueDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue_model_id ⇒ ::String
Returns The parent issue model ID.
1390 1391 1392 1393 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1390 class IssueDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |