Contact Center AI Insights v1 API - Class GetFeedbackLabelRequest (2.18.0)

public sealed class GetFeedbackLabelRequest : IMessage<GetFeedbackLabelRequest>, IEquatable<GetFeedbackLabelRequest>, IDeepCloneable<GetFeedbackLabelRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class GetFeedbackLabelRequest.

The request for getting a feedback label.

Inheritance

object > GetFeedbackLabelRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GetFeedbackLabelRequest()

public GetFeedbackLabelRequest()

GetFeedbackLabelRequest(GetFeedbackLabelRequest)

public GetFeedbackLabelRequest(GetFeedbackLabelRequest other)
Parameter
Name Description
other GetFeedbackLabelRequest

Properties

FeedbackLabelName

public FeedbackLabelName FeedbackLabelName { get; set; }

FeedbackLabelName-typed view over the Name resource name property.

Property Value
Type Description
FeedbackLabelName

Name

public string Name { get; set; }

Required. The name of the feedback label to get.

Property Value
Type Description
string