Class: Google::Cloud::ContactCenterInsights::V1::ListIssueModelsResponse

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 issue models.

Instance Attribute Summary collapse

Instance Attribute Details

#issue_models::Array<::Google::Cloud::ContactCenterInsights::V1::IssueModel>

Returns The issue models that match the request.

Returns:



744
745
746
747
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 744

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