Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssuesResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

The response of listing issues.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssuesResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1ListIssuesResponse.



1846
1847
1848
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1846

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#issuesArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue>

The issues that match the request. Corresponds to the JSON property issues



1844
1845
1846
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1844

def issues
  @issues
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1851
1852
1853
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1851

def update!(**args)
  @issues = args[:issues] if args.key?(:issues)
end