Class: Google::Cloud::ContactCenterInsights::V1::ListIssuesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListIssuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The response of listing issues.
Instance Attribute Summary collapse
-
#issues ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::Issue>
The issues that match the request.
Instance Attribute Details
#issues ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::Issue>
Returns The issues that match the request.
864 865 866 867 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 864 class ListIssuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |