Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats (v0.12.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats.

Aggregated statistics about an issue model.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#analyzed_conversations_count

def analyzed_conversations_count() -> ::Integer
Returns
  • (::Integer) — Number of conversations the issue model has analyzed at this point in time.

#analyzed_conversations_count=

def analyzed_conversations_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#issue_stats

def issue_stats() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}) — Statistics on each issue. Key is the issue's resource name.

#issue_stats=

def issue_stats=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}) — Statistics on each issue. Key is the issue's resource name.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats}) — Statistics on each issue. Key is the issue's resource name.

#unclassified_conversations_count

def unclassified_conversations_count() -> ::Integer
Returns
  • (::Integer) — Number of analyzed conversations for which no issue was applicable at this point in time.

#unclassified_conversations_count=

def unclassified_conversations_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.