Class: Google::Cloud::ContactCenterInsights::V1::DeleteQaQuestionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DeleteQaQuestionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request for deleting a QaQuestion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the QaQuestion to delete.
1766 1767 1768 1769 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1766 class DeleteQaQuestionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |