Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::CreateFeedbackLabelRequest (v1.2.0)

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

#feedback_label=

def feedback_label=(value) -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Parameter
Returns

#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.