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.
2071 2072 2073 2074 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2071 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.
2071 2072 2073 2074 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2071 class CreateFeedbackLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the feedback label.
2071 2072 2073 2074 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2071 class CreateFeedbackLabelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |