public sealed class FeedbackLabel : IMessage<FeedbackLabel>, IEquatable<FeedbackLabel>, IDeepCloneable<FeedbackLabel>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class FeedbackLabel.
Represents a conversation, resource, and label provided by the user.
Implements
IMessageFeedbackLabel, IEquatableFeedbackLabel, IDeepCloneableFeedbackLabel, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
FeedbackLabel()
public FeedbackLabel()FeedbackLabel(FeedbackLabel)
public FeedbackLabel(FeedbackLabel other)| Parameter | |
|---|---|
| Name | Description |
other |
FeedbackLabel |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Create time of the label.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
FeedbackLabelName
public FeedbackLabelName FeedbackLabelName { get; set; }FeedbackLabelName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeedbackLabelName |
|
HasLabel
public bool HasLabel { get; }Gets whether the "label" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Label
public string Label { get; set; }String label.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LabelTypeCase
public FeedbackLabel.LabelTypeOneofCase LabelTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
FeedbackLabelLabelTypeOneofCase |
|
LabeledResource
public string LabeledResource { get; set; }Resource name of the resource to be labeled.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
| Property Value | |
|---|---|
| Type | Description |
string |
|
QaAnswerLabel
public QaAnswer.Types.AnswerValue QaAnswerLabel { get; set; }QaAnswer label.
| Property Value | |
|---|---|
| Type | Description |
QaAnswerTypesAnswerValue |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Update time of the label.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|