Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateFeedbackLabelRequest.
The request for creating a feedback label.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feedback_label
def feedback_label() -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Returns
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — Required. The feedback label to create.
#feedback_label=
def feedback_label=(value) -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — Required. The feedback label to create.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — Required. The feedback label to create.
#feedback_label_id
def feedback_label_id() -> ::String
Returns
- (::String) — Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
#feedback_label_id=
def feedback_label_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
Returns
- (::String) — Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource of the feedback label.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource of the feedback label.
Returns
- (::String) — Required. The parent resource of the feedback label.