Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats::IssueStats.
Aggregated statistics about an issue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
    Returns
    
  - (::String) — Display name of the issue.
#display_name=
def display_name=(value) -> ::String
    Parameter
    
  - value (::String) — Display name of the issue.
    Returns
    
  - (::String) — Display name of the issue.
#issue
def issue() -> ::String
    Returns
    
  - (::String) — Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
#issue=
def issue=(value) -> ::String
    Parameter
    
  - value (::String) — Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
    Returns
    
  - (::String) — Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
#labeled_conversations_count
def labeled_conversations_count() -> ::Integer
    Returns
    
  - (::Integer) — Number of conversations attached to the issue at this point in time.
#labeled_conversations_count=
def labeled_conversations_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Number of conversations attached to the issue at this point in time.
    Returns
    
- (::Integer) — Number of conversations attached to the issue at this point in time.