Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssueModelsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssueModelsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1ListIssueModelsResponse.



2291
2292
2293
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2291

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

Instance Attribute Details

#issue_modelsArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel>

The issue models that match the request. Corresponds to the JSON property issueModels



2289
2290
2291
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2289

def issue_models
  @issue_models
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2296
2297
2298
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2296

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