Class: Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Aggregated statistics about an issue.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Display name of the issue.
-
#issue ⇒ ::String
Issue resource.
-
#labeled_conversations_count ⇒ ::Integer
Number of conversations attached to the issue at this point in time.
Instance Attribute Details
#display_name ⇒ ::String
Returns Display name of the issue.
827 828 829 830 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 827 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue ⇒ ::String
Returns Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}.
827 828 829 830 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 827 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#labeled_conversations_count ⇒ ::Integer
Returns Number of conversations attached to the issue at this point in time.
827 828 829 830 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 827 class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |