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.
2983 2984 2985 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2983 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
2981 2982 2983 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2981 def issue_models @issue_models end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2988 2989 2990 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2988 def update!(**args) @issue_models = args[:issue_models] if args.key?(:issue_models) end |