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.
935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 935 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.
935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 935 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.
935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 935 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 |