Class: Google::Cloud::ContactCenterInsights::V1::IssueModelResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

Issue Modeling result on a conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#issue_model::String

Returns Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}.

Returns:

  • (::String)

    Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}



351
352
353
354
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 351

class IssueModelResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#issues::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>

Returns All the matched issues.

Returns:



351
352
353
354
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 351

class IssueModelResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end