Class: Google::Cloud::ContactCenterInsights::V1::UndeployIssueModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UndeployIssueModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to undeploy an issue model.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The issue model to undeploy.
816 817 818 819 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 816 class UndeployIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |