Class: Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns Display name of the issue.

Returns:

  • (::String)

    Display name of the issue.



781
782
783
784
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 781

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}.

Returns:

  • (::String)

    Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}



781
782
783
784
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 781

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.

Returns:

  • (::Integer)

    Number of conversations attached to the issue at this point in time.



781
782
783
784
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 781

class IssueStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end