Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainIssueModelResult

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

Issue Modeling result on a conversation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainIssueModelResult

Returns a new instance of GoogleCloudContactcenterinsightsV1mainIssueModelResult.



16380
16381
16382
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16380

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

Instance Attribute Details

#issue_modelString

Issue model that generates the result. Format: projects/project/locations/ location/issueModels/issue_model Corresponds to the JSON property issueModel

Returns:

  • (String)


16373
16374
16375
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16373

def issue_model
  @issue_model
end

#issuesArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainIssueAssignment>

All the matched issues. Corresponds to the JSON property issues



16378
16379
16380
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16378

def issues
  @issues
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16385
16386
16387
16388
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 16385

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