Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
- 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
-
#issue_models ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel>
The issue models that match the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1ListIssueModelsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1ListIssueModelsResponse.
2402 2403 2404 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2402 def initialize(**args) update!(**args) end |
Instance Attribute Details
#issue_models ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel>
The issue models that match the request.
Corresponds to the JSON property issueModels
2400 2401 2402 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2400 def issue_models @issue_models end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2407 2408 2409 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2407 def update!(**args) @issue_models = args[:issue_models] if args.key?(:issue_models) end |