Class: Google::Cloud::ContactCenterInsights::V1::IssueMatchData
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IssueMatchData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The data for an issue match annotation.
Instance Attribute Summary collapse
-
#issue_assignment ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueAssignment
Information about the issue's assignment.
Instance Attribute Details
#issue_assignment ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueAssignment
Returns Information about the issue's assignment.
740 741 742 743 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 740 class IssueMatchData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |