public sealed class GetFeedbackLabelRequest : IMessage<GetFeedbackLabelRequest>, IEquatable<GetFeedbackLabelRequest>, IDeepCloneable<GetFeedbackLabelRequest>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class GetFeedbackLabelRequest.
The request for getting a feedback label.
Implements
IMessageGetFeedbackLabelRequest, IEquatableGetFeedbackLabelRequest, IDeepCloneableGetFeedbackLabelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |
|