Class: Google::Cloud::ContactCenterInsights::V1::GetFeedbackLabelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::GetFeedbackLabelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request for getting a feedback label.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the feedback label to get.
2137 2138 2139 2140 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2137 class GetFeedbackLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |