Class: Google::Cloud::ContactCenterInsights::V1::IssueAssignment

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

Overview

Information about the issue.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.

Returns:

  • (::String)

    Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.



428
429
430
431
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428

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

#issue::String

Returns Resource name of the assigned issue.

Returns:

  • (::String)

    Resource name of the assigned issue.



428
429
430
431
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428

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

#score::Float

Returns Score indicating the likelihood of the issue assignment. currently bounded on [0,1].

Returns:

  • (::Float)

    Score indicating the likelihood of the issue assignment. currently bounded on [0,1].



428
429
430
431
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428

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