Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Aggregated statistics about an issue.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats.



2885
2886
2887
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2885

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#issueString

Issue resource. Format: projects/project/locations/location/issueModels/ issue_model/issues/issue Corresponds to the JSON property issue

Returns:

  • (String)


2878
2879
2880
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2878

def issue
  @issue
end

#labeled_conversations_countFixnum

Number of conversations attached to the issue at this point in time. Corresponds to the JSON property labeledConversationsCount

Returns:

  • (Fixnum)


2883
2884
2885
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2883

def labeled_conversations_count
  @labeled_conversations_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2890
2891
2892
2893
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2890

def update!(**args)
  @issue = args[:issue] if args.key?(:issue)
  @labeled_conversations_count = args[:labeled_conversations_count] if args.key?(:labeled_conversations_count)
end