class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelResult

Issue Modeling result on a conversation.

Attributes

issue_model[RW]

Issue model that generates the result. Corresponds to the JSON property `issueModel` @return [String]

issues[RW]

All the matched issues. Corresponds to the JSON property `issues` @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueAssignment>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1700
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1705
def update!(**args)
  @issue_model = args[:issue_model] if args.key?(:issue_model)
  @issues = args[:issues] if args.key?(:issues)
end