public sealed class UserFeedback : IMessage<UserFeedback>, IEquatable<UserFeedback>, IDeepCloneable<UserFeedback>, IBufferMessage, IMessageReference documentation and code samples for the Data QnA v1alpha API class UserFeedback.
Feedback provided by a user.
Implements
IMessageUserFeedback, IEquatableUserFeedback, IDeepCloneableUserFeedback, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
UserFeedback()
public UserFeedback()UserFeedback(UserFeedback)
public UserFeedback(UserFeedback other)| Parameter | |
|---|---|
| Name | Description |
other |
UserFeedback |
Properties
FreeFormFeedback
public string FreeFormFeedback { get; set; }Free form user feedback, such as a text box.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Rating
public UserFeedback.Types.UserFeedbackRating Rating { get; set; }The user feedback rating
| Property Value | |
|---|---|
| Type | Description |
UserFeedbackTypesUserFeedbackRating |
|
UserFeedbackName
public UserFeedbackName UserFeedbackName { get; set; }UserFeedbackName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
UserFeedbackName |
|