Class: Google::Cloud::ContactCenterInsights::V1::IssueModelResult
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IssueModelResult
- 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
-
#issue_model ⇒ ::String
Issue model that generates the result.
-
#issues ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>
All the matched issues.
Instance Attribute Details
#issue_model ⇒ ::String
Returns Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}.
359 360 361 362 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 359 class IssueModelResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issues ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::IssueAssignment>
Returns All the matched issues.
359 360 361 362 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 359 class IssueModelResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |