Class: Google::Cloud::ContactCenterInsights::V1::CreateFeedbackLabelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreateFeedbackLabelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request for creating a feedback label.
Instance Attribute Summary collapse
-
#feedback_label ⇒ ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Required.
-
#feedback_label_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#feedback_label ⇒ ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Returns Required. The feedback label to create.
2079 2080 2081 2082 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2079 class CreateFeedbackLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feedback_label_id ⇒ ::String
Returns Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
2079 2080 2081 2082 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2079 class CreateFeedbackLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the feedback label.
2079 2080 2081 2082 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2079 class CreateFeedbackLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |