public sealed class CreateFeedbackLabelRequest : IMessage<CreateFeedbackLabelRequest>, IEquatable<CreateFeedbackLabelRequest>, IDeepCloneable<CreateFeedbackLabelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateFeedbackLabelRequest.
The request for creating a feedback label.
Implements
IMessageCreateFeedbackLabelRequest, IEquatableCreateFeedbackLabelRequest, IDeepCloneableCreateFeedbackLabelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CreateFeedbackLabelRequest()
public CreateFeedbackLabelRequest()
CreateFeedbackLabelRequest(CreateFeedbackLabelRequest)
public CreateFeedbackLabelRequest(CreateFeedbackLabelRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateFeedbackLabelRequest |
Properties
FeedbackLabel
public FeedbackLabel FeedbackLabel { get; set; }
Required. The feedback label to create.
Property Value | |
---|---|
Type | Description |
FeedbackLabel |
FeedbackLabelId
public string FeedbackLabelId { get; set; }
Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource of the feedback label.
Property Value | |
---|---|
Type | Description |
string |
ParentAsConversationName
public ConversationName ParentAsConversationName { get; set; }
ConversationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConversationName |