Class UserFeedback (1.0.0-alpha03)

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

Feedback provided by a user.

Inheritance

Object > UserFeedback

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

UserFeedback()

public UserFeedback()

UserFeedback(UserFeedback)

public UserFeedback(UserFeedback other)
Parameter
NameDescription
otherUserFeedback

Properties

FreeFormFeedback

public string FreeFormFeedback { get; set; }

Free form user feedback, such as a text box.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. The unique identifier for the user feedback. User feedback is a singleton resource on a Question. Example: projects/foo/locations/bar/questions/1234/userFeedback

Property Value
TypeDescription
String

Rating

public UserFeedback.Types.UserFeedbackRating Rating { get; set; }

The user feedback rating

Property Value
TypeDescription
UserFeedback.Types.UserFeedbackRating

UserFeedbackName

public UserFeedbackName UserFeedbackName { get; set; }

UserFeedbackName-typed view over the Name resource name property.

Property Value
TypeDescription
UserFeedbackName