Class: Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Aggregated statistics about an issue model.
Defined Under Namespace
Classes: IssueStats, IssueStatsEntry
Instance Attribute Summary collapse
-
#analyzed_conversations_count ⇒ ::Integer
Number of conversations the issue model has analyzed at this point in time.
-
#issue_stats ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}
Statistics on each issue.
-
#unclassified_conversations_count ⇒ ::Integer
Number of analyzed conversations for which no issue was applicable at this point in time.
Instance Attribute Details
#analyzed_conversations_count ⇒ ::Integer
Returns Number of conversations the issue model has analyzed at this point in time.
904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 904 class IssueModelLabelStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Aggregated statistics about an issue. # @!attribute [rw] issue # @return [::String] # Issue resource. # Format: # projects/\\{project}/locations/\\{location}/issueModels/\\{issue_model}/issues/\\{issue} # @!attribute [rw] labeled_conversations_count # @return [::Integer] # Number of conversations attached to the issue at this point in time. # @!attribute [rw] display_name # @return [::String] # Display name of the issue. class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats] class IssueStatsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#issue_stats ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}
Returns Statistics on each issue. Key is the issue's resource name.
904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 904 class IssueModelLabelStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Aggregated statistics about an issue. # @!attribute [rw] issue # @return [::String] # Issue resource. # Format: # projects/\\{project}/locations/\\{location}/issueModels/\\{issue_model}/issues/\\{issue} # @!attribute [rw] labeled_conversations_count # @return [::Integer] # Number of conversations attached to the issue at this point in time. # @!attribute [rw] display_name # @return [::String] # Display name of the issue. class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats] class IssueStatsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#unclassified_conversations_count ⇒ ::Integer
Returns Number of analyzed conversations for which no issue was applicable at this point in time.
904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 904 class IssueModelLabelStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Aggregated statistics about an issue. # @!attribute [rw] issue # @return [::String] # Issue resource. # Format: # projects/\\{project}/locations/\\{location}/issueModels/\\{issue_model}/issues/\\{issue} # @!attribute [rw] labeled_conversations_count # @return [::Integer] # Number of conversations attached to the issue at this point in time. # @!attribute [rw] display_name # @return [::String] # Display name of the issue. class IssueStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats] class IssueStatsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |