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.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 852 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.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 852 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.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 852 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 |