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

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

Defined Under Namespace

Classes: IssueStats, IssueStatsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_conversations_count::Integer

Returns Number of conversations the issue model has analyzed at this point in time.

Returns:

  • (::Integer)

    Number of conversations the issue model has analyzed at this point in time.



811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 811

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.

Returns:



811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 811

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.

Returns:

  • (::Integer)

    Number of analyzed conversations for which no issue was applicable at this point in time.



811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 811

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