Class: Google::Cloud::ContactCenterInsights::V1::IssueAssignment
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IssueAssignment
- 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
-
#display_name ⇒ ::String
Immutable.
-
#issue ⇒ ::String
Resource name of the assigned issue.
-
#score ⇒ ::Float
Score indicating the likelihood of the issue assignment.
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.
388 389 390 391 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 388 class IssueAssignment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue ⇒ ::String
Returns Resource name of the assigned issue.
388 389 390 391 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 388 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].
388 389 390 391 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 388 class IssueAssignment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |