Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueMatchData

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

The data for an issue match annotation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IssueMatchData

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1IssueMatchData.



8394
8395
8396
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8394

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

Instance Attribute Details

#issue_assignmentGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueAssignment

Information about the issue. Corresponds to the JSON property issueAssignment



8392
8393
8394
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8392

def issue_assignment
  @issue_assignment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8399
8400
8401
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8399

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