Class: Google::Cloud::ContactCenterInsights::V1::ListIssuesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#issues::Array<::Google::Cloud::ContactCenterInsights::V1::Issue>

Returns The issues that match the request.

Returns:



574
575
576
577
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 574

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