Data QnA v1alpha API - Class UserFeedback (2.0.0-alpha02)

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

Reference documentation and code samples for the Data QnA v1alpha API class UserFeedback.

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
UserFeedbackTypesUserFeedbackRating

UserFeedbackName

public UserFeedbackName UserFeedbackName { get; set; }

UserFeedbackName-typed view over the Name resource name property.

Property Value
TypeDescription
UserFeedbackName