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.



2867
2868
2869
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2867

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



2865
2866
2867
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2865

def issue_models
  @issue_models
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2872
2873
2874
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2872

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