Class: Google::Cloud::ContactCenterInsights::V1::CreateIssueModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreateIssueModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to create an issue model.
Instance Attribute Summary collapse
-
#issue_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#issue_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModel
Returns Required. The issue model to create.
699 700 701 702 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 699 class CreateIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the issue model.
699 700 701 702 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 699 class CreateIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |